]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/sieve/serv_sieve.c
Aggregation of remote POP3 accounts is now working.
[citadel.git] / citadel / modules / sieve / serv_sieve.c
index 010e76b43de4a8936bcfeca943173f4fb1b6d684..fe485b41ea77579d7c5c9263e1aec59e43e29773 100644 (file)
@@ -1114,7 +1114,7 @@ void cmd_msiv(char *argbuf) {
                extract_token(script_name, argbuf, 1, '|', sizeof script_name);
                if (!IsEmptyStr(script_name)) {
                        cprintf("%d Transmit script now\n", SEND_LISTING);
-                       script_content = CtdlReadMessageBody("000", config.c_maxmsglen, NULL, 0);
+                       script_content = CtdlReadMessageBody("000", config.c_maxmsglen, NULL, 0, 0);
                        msiv_putscript(&u, script_name, script_content);
                        changes_made = 1;
                }