Initial version of new room sharing poller. I don't really like this because it...
[citadel.git] / citadel / modules / smtp / serv_smtp.c
index 756116637a41fdc546810b98b1aafc05eb38ede3..d3634b0464febd8c34a33d578d462f300b3b5ac4 100644 (file)
@@ -847,7 +847,7 @@ void smtp_data(long offset, long flags)
                                nowstamp);
                }
        }
-       body = CtdlReadMessageBodyBuf(HKEY("."), CtdlGetConfigLong("c_maxmsglen"), defbody, 1, NULL);
+       body = CtdlReadMessageBodyBuf(HKEY("."), CtdlGetConfigLong("c_maxmsglen"), defbody, 1);
        FreeStrBuf(&defbody);
        if (body == NULL) {
                cprintf("550 Unable to save message: internal error.\r\n");