Removed an unused parameter from CtdlSubmitMsg(). Why was it even there?
[citadel.git] / citadel / modules / imap / imap_misc.c
index 6e68b6cbe7915fc3c4daf2d857677bc58d22269c..c2c953b5b61d3ee1658f32dfdc6c26c9c7ebf340 100644 (file)
@@ -392,7 +392,7 @@ void imap_append(int num_parms, ConstStr *Params) {
        else {
                /* Yes ... go ahead and post! */
                if (msg != NULL) {
-                       new_msgnum = CtdlSubmitMsg(msg, NULL, "", 0);
+                       new_msgnum = CtdlSubmitMsg(msg, NULL, "");
                }
                if (new_msgnum >= 0L) {
                        IReplyPrintf("OK [APPENDUID %ld %ld] APPEND completed",