]> code.citadel.org Git - citadel.git/blobdiff - webcit/bbsview_renderer.c
The "c_smtpclient_use_starttls" configuration option has been replaced
[citadel.git] / webcit / bbsview_renderer.c
index aefcccf955c39148f23b8e406c6470922617fc1b..67f42b12fb025aa4f9d7079bbcefcb2d5247c5bf 100644 (file)
@@ -285,7 +285,7 @@ int bbsview_RenderView_or_Tail(SharedMessageStatus *Stat,
                                        }
                                }
                                if (BBS->msgs[i] > 0L) {
-                                       read_message(WC->WBuf, HKEY("view_message"), BBS->msgs[i], NULL, &Mime);
+                                       read_message(WC->WBuf, HKEY("view_message"), BBS->msgs[i], NULL, &Mime, NULL);
                                }
                                if (
                                        (i == (BBS->num_msgs - 1))
@@ -417,6 +417,7 @@ InitModule_BBSVIEWRENDERERS
                NULL, 
                bbsview_LoadMsgFromServer,
                bbsview_RenderView_or_Tail,
-               bbsview_Cleanup
+               bbsview_Cleanup,
+               NULL
        );
 }