X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_misc.c;h=c2c953b5b61d3ee1658f32dfdc6c26c9c7ebf340;hp=6e68b6cbe7915fc3c4daf2d857677bc58d22269c;hb=0387f48886a9395d89eaca01cd40ab751610426f;hpb=436e37f800487ea58343ba015299869d216269d2 diff --git a/citadel/modules/imap/imap_misc.c b/citadel/modules/imap/imap_misc.c index 6e68b6cbe..c2c953b5b 100644 --- a/citadel/modules/imap/imap_misc.c +++ b/citadel/modules/imap/imap_misc.c @@ -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",