Allow to stack contexts into message renderers.
[citadel.git] / webcit / smtpqueue.c
index ff9e9dc8e536ae677b6831b09a780db6c5f4ccaf..b9b6de783afd66bd9dae70c8ebc9141860cbb515 100644 (file)
@@ -373,7 +373,7 @@ int qview_LoadMsgFromServer(SharedMessageStatus *Stat,
        const StrBuf *Mime;
 
         /* Not (yet?) needed here? calview *c = (calview *) *ViewSpecific; */
-       read_message(WCC->WBuf, HKEY("view_mailq_message_bearer"), Msg->msgnum, NULL, &Mime);
+       read_message(WCC->WBuf, HKEY("view_mailq_message_bearer"), Msg->msgnum, NULL, &Mime, NULL);
 
         return 0;
 }