X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fmessages.h;h=d53b039598104d8d15680e863942220c3210e7be;hp=872063170affd92ae37b48e0644ee3620f8701d2;hb=8294893914a8a194750cfe6e1de39fc0142f7747;hpb=8933df1f26595cfa3d9bb77f9b5a18d6b806d159 diff --git a/webcit/messages.h b/webcit/messages.h index 872063170..d53b03959 100644 --- a/webcit/messages.h +++ b/webcit/messages.h @@ -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;