]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
Added the ability to supply both start and end pointers to mime_parser()
[citadel.git] / citadel / msgbase.c
index f59ef82acdbb95ad34d7d9995f557fef994ef93d..8cdcf8b6a36d0a9d51545c5af839f06d7235a5ea 100644 (file)
@@ -551,7 +551,7 @@ time_t output_message(char *msgid, int mode, int headers_only) {
 
        /* do some sort of MIME output */
        if ( (mode == MT_MIME) && (format_type == 4) ) {
-               mime_parser(mptr, *part_handler);
+               mime_parser(mptr, NULL, *part_handler);
                cprintf("000\n");
                cdb_free(dmsgtext);
                return(xtime);