]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/instmsg/serv_instmsg.c
citadel.h is now citadel_defs.h
[citadel.git] / citadel / server / modules / instmsg / serv_instmsg.c
index 978efef6dade7ff7a6cd37e1b6e984ac3f93dab0..9ac1a5e64741e6d087db460a20404363488f04d5 100644 (file)
@@ -26,7 +26,7 @@
 #include <limits.h>
 #include <libcitadel.h>
 #include "../../sysdep.h"
-#include "../../citadel.h"
+#include "../../citadel_defs.h"
 #include "../../server.h"
 #include "../../context.h"
 #include "../../citserver.h"
@@ -428,7 +428,7 @@ void flush_individual_conversation(struct imlog *im) {
                ), 0
        );
 
-       MsgBuf = StrBufRFC2047encodeMessage(im->conversation);
+       MsgBuf = StrBufQuotedPrintableEncode(im->conversation);
        FlushStrBuf(im->conversation);
        FullMsgBuf = NewStrBufPlain(NULL, StrLength(im->conversation) + 100);