WebCit now handles the 'local message' flag correctly.
[citadel.git] / webcit / messages.h
index 872063170affd92ae37b48e0644ee3620f8701d2..d53b039598104d8d15680e863942220c3210e7be 100644 (file)
@@ -67,6 +67,7 @@ typedef struct _message_summary {
        HashList *AttachLinks;
        HashList *AllAttach;
        int hasattachments;
+       int is_local;                           // nonzero if the message originated on the local system
        wc_mime_attachment *MsgBody;            // the MIME part of the message
 } message_summary;