]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/smtp/serv_smtp.c
Aggregation of remote POP3 accounts is now working.
[citadel.git] / citadel / modules / smtp / serv_smtp.c
index 960e105d0816164602b6a3182c861439a5179105..df9b3d632eea8e49cd6bb035c90ac76367dad85b 100644 (file)
@@ -673,7 +673,7 @@ void smtp_data(void) {
                        config.c_fqdn,
                        nowstamp);
        
-       body = CtdlReadMessageBody(".", config.c_maxmsglen, body, 1);
+       body = CtdlReadMessageBody(".", config.c_maxmsglen, body, 1, 0);
        if (body == NULL) {
                cprintf("550 5.6.5 "
                        "Unable to save message: internal error.\r\n");