]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
Changes to support MIME
[citadel.git] / citadel / msgbase.c
index 257e03ceede7f5676ce1ae11d376713fd2197b8f..69d1a3151f058cd553d5931fbb2cb65d55f8dba8 100644 (file)
@@ -549,7 +549,7 @@ time_t output_message(char *msgid, int mode,
 
        /* signify start of msg text */
        if (mode == MT_CITADEL) cprintf("text\n");
-       if (mode == MT_RFC822) cprintf("\n");
+       if ( (mode == MT_RFC822) && (format_type != 4) ) cprintf("\n");
 
        /* If the format type on disk is 1 (fixed-format), then we want
         * everything to be output completely literally ... regardless of