Rename StrBufRFC2047encodeMessage() to StrBufQuotedPrintableEncode()
[citadel.git] / citadel / server / modules / instmsg / serv_instmsg.c
index 978efef6dade7ff7a6cd37e1b6e984ac3f93dab0..6726e2355461742aad35fca1ff58057f736ec2db 100644 (file)
@@ -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);