X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fimap_misc.c;h=192f9c833878c9f5d2c596891297a4a74b6c8ea9;hb=c60ee2e375c3b381e36ffebb525f21f7aaf608fd;hp=00c652f277dfd4a7d4c2acd9883956d384874ab2;hpb=4a7ad144766ca9c7845627fbf8b4956a0e8ed6e6;p=citadel.git diff --git a/citadel/imap_misc.c b/citadel/imap_misc.c index 00c652f27..192f9c833 100644 --- a/citadel/imap_misc.c +++ b/citadel/imap_misc.c @@ -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]);