Rework blogview renderer, so it can build the threads with only the information our...
[citadel.git] / webcit / vcard_edit.c
index 608d74025c5c943b7e4d3ab1d88d229adadc2175..69b04ca40ded6390a13445b2a2a461f359a6339f 100644 (file)
@@ -1147,7 +1147,8 @@ InitModule_VCARD
                NULL, 
                vcard_LoadMsgFromServer,
                vcard_RenderView_or_Tail,
-               vcard_Cleanup);
+               vcard_Cleanup,
+               NULL);
 
        RegisterIterator("MAIL:VCARDS", 0, NULL, CtxGetVcardList, NULL, NULL, CTX_VCARD, CTX_VCARD_LIST, IT_NOFLAG);