* make QP encoding of senders optional, so we can flag it if we need it.
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index 131c5225622c173ed0d749adfd80bd630bf531f2..5147bad198aadbd11915991daaee3960f25fbe02 100644 (file)
@@ -120,7 +120,7 @@ void ft_index_message(long msgnum, int op) {
        CC->redirect_buffer = malloc(SIZ);
        CC->redirect_len = 0;
        CC->redirect_alloc = SIZ;
-       CtdlOutputMsg(msgnum, MT_CITADEL, HEADERS_ALL, 0, 1, NULL);
+       CtdlOutputMsg(msgnum, MT_CITADEL, HEADERS_ALL, 0, 1, NULL, 0);
        msgtext = CC->redirect_buffer;
        CC->redirect_buffer = NULL;
        CC->redirect_len = 0;