]> code.citadel.org Git - citadel.git/commitdiff
* dont decode mime
authorArt Cancro <ajc@citadel.org>
Tue, 19 Jun 2001 00:17:18 +0000 (00:17 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 19 Jun 2001 00:17:18 +0000 (00:17 +0000)
citadel/imap_fetch.c

index 8b73dacf89d5b3481afff91af917b0b4d4d2aba9..0143a7b1f634b0841b9296c77c78107f12ad654b 100644 (file)
@@ -670,7 +670,7 @@ void imap_fetch_bodystructure (long msgnum, char *item,
                        *imap_fetch_bodystructure_pre,  /* pre-multi */
                        *imap_fetch_bodystructure_post, /* post-multi */
                        NULL,
-                       0);
+                       1);     /* don't decode -- we want it as-is */
 }