X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fcitadel.c;h=b8c534337f5630ff151472fa9bd6693ba0d10a7c;hp=d01f6fef57f873d441fde1e7d486dff4b2b51d68;hb=4a4e55c131fd05f9d28fe713ae40c4ed3a507154;hpb=7c42cd0bc76251461a05749e8a3ff8a6f62d11c1 diff --git a/textclient/citadel.c b/textclient/citadel.c index d01f6fef5..b8c534337 100644 --- a/textclient/citadel.c +++ b/textclient/citadel.c @@ -1073,7 +1073,7 @@ void get_serv_info(CtdlIPC *ipc, char *supplied_hostname) * isn't really all that great, it's probably better to just go with * the plain text when we have it available. */ - if ((CtdlIPCSpecifyPreferredFormats(ipc, buf, "text/plain|text/html") / 100 ) != 2) { + if ((CtdlIPCSpecifyPreferredFormats(ipc, buf, "text/plain|text/html|text/x-markdown") / 100 ) != 2) { scr_printf("ERROR: Extremely old server; MSG4 framework not supported.\n"); logoff(ipc, 0); }