* Cc: and Bcc: support. Not finished yet.
[citadel.git] / citadel / imap_misc.c
index 00c652f277dfd4a7d4c2acd9883956d384874ab2..192f9c833878c9f5d2c596891297a4a74b6c8ea9 100644 (file)
@@ -398,7 +398,7 @@ void imap_append(int num_parms, char *parms[]) {
        else {
                /* Yes ... go ahead and post! */
                if (msg != NULL) {
-                       new_msgnum = CtdlSubmitMsg(msg, NULL, "");
+                       new_msgnum = CtdlSubmitMsg(msg, NULL, NULL, NULL, "");
                }
                if (new_msgnum >= 0L) {
                        cprintf("%s OK APPEND completed\r\n", parms[0]);