* make QP encoding of senders optional, so we can flag it if we need it.
[citadel.git] / citadel / modules / rssclient / serv_rssclient.c
index 4db28dbb5d3d82498dfebe2c3d80fb0974117e8d..c356e9d5478d18c2361d5e948715f86946de060e 100644 (file)
@@ -161,7 +161,7 @@ void rss_save_item(struct rss_item *ri) {
                        ri->link, ri->link
                );
 
-               CtdlSubmitMsg(msg, recp, NULL);
+               CtdlSubmitMsg(msg, recp, NULL, 0);
                CtdlFreeMessage(msg);
 
                /* write the uidl to the use table so we don't store this item again */