* make QP encoding of senders optional, so we can flag it if we need it.
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index 8015bd758b552d8c92ec527e95aade4b57587054..e27971000639e1c96b411b88b838e52637c97073 100644 (file)
@@ -200,7 +200,7 @@ void pop3_do_fetching(char *roomname, char *pop3host, char *pop3user, char *pop3
                        body = NULL;    /* yes, this should be dereferenced, NOT freed */
        
                        /* Do Something With It (tm) */
-                       msgnum = CtdlSubmitMsg(msg, NULL, roomname);
+                       msgnum = CtdlSubmitMsg(msg, NULL, roomname, 0);
                        if (msgnum > 0L) {
                                /* Message has been committed to the store */