X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsmtpqueue.c;h=b5c750a311a1b4106a9072b8ae20f3e51db4996a;hb=HEAD;hp=b9b6de783afd66bd9dae70c8ebc9141860cbb515;hpb=da50399f0bdee623a41a7c7b9a5469ef2a920359;p=citadel.git diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index b9b6de783..b5c750a31 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -448,6 +448,7 @@ InitModule_SMTP_QUEUE NULL, qview_LoadMsgFromServer, qview_RenderView_or_Tail, - qview_Cleanup); + qview_Cleanup, + NULL); }