* give message sender in while evaluating the recipient...
[citadel.git] / citadel / modules / imap / imap_misc.c
index f0f93627ef3af50ed7d7ddebf4f31d1a57c771ab..eacb44e6fc82be44cca6cf203b087e74120a0f0f 100644 (file)
@@ -467,7 +467,7 @@ void imap_append(int num_parms, char *parms[]) {
        /* 
         * Can we post here?
         */
-       ret = CtdlDoIHavePermissionToPostInThisRoom(buf, sizeof buf, POST_LOGGED_IN);
+       ret = CtdlDoIHavePermissionToPostInThisRoom(buf, sizeof buf, NULL, POST_LOGGED_IN);
 
        if (ret) {
                /* Nope ... print an error message */