* make QP encoding of senders optional, so we can flag it if we need it.
[citadel.git] / citadel / modules / chat / serv_chat.c
index afc03dbb4358cd6dd4c33b283e1e1132f884e425..2cf3bb233da43313ae483ffc938af174f9dca7be 100644 (file)
@@ -644,7 +644,7 @@ int send_instant_message(char *lun, char *lem, char *x_user, char *x_msg)
                 * creating the room if necessary.
                 */
                create_room(PAGELOGROOM, 4, "", 0, 1, 0, VIEW_BBS);
-               msgnum = CtdlSubmitMsg(logmsg, NULL, PAGELOGROOM);
+               msgnum = CtdlSubmitMsg(logmsg, NULL, PAGELOGROOM, 0);
 
                /* Now save a copy in the global log room, if configured */
                if (!IsEmptyStr(config.c_logpages)) {