Allow to stack contexts into message renderers.
[citadel.git] / webcit / vcard_edit.c
index d5cbe0b3553be8e6a546dc8dee9bb4ac57be689d..608d74025c5c943b7e4d3ab1d88d229adadc2175 100644 (file)
@@ -1030,7 +1030,7 @@ int vcard_RenderView_or_Tail(SharedMessageStatus *Stat, void **ViewSpecific, lon
 
        VS = (vcardview_struct*) *ViewSpecific;
        if (VS->is_singlecard)
-               read_message(WC->WBuf, HKEY("view_message"), lbstr("startmsg"), NULL, &Mime);
+               read_message(WC->WBuf, HKEY("view_message"), lbstr("startmsg"), NULL, &Mime, NULL);
        else
                do_addrbook_view(VS);   /* Render the address book */
        return 0;