X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fmessages.h;h=32a172a7bfa97a17669c3dbd8d7860faae16fb67;hp=e9a3ebdc992c7797f3c3eac7246f2c850e71b99e;hb=0008163783f3a3b6605813f2db138903450f9ea7;hpb=de757dff5540847c070bd770f735067b89b1f614 diff --git a/webcit/messages.h b/webcit/messages.h index e9a3ebdc9..32a172a7b 100644 --- a/webcit/messages.h +++ b/webcit/messages.h @@ -58,23 +58,17 @@ typedef struct _message_summary { long reply_references_hash; StrBuf *ReplyTo; StrBuf *cccc; - StrBuf *hnod; StrBuf *AllRcpt; StrBuf *Room; StrBuf *Rfca; StrBuf *EnvTo; - StrBuf *OtherNode; const StrBuf *PartNum; - HashList *Attachments; /* list of attachments */ HashList *Submessages; HashList *AttachLinks; - HashList *AllAttach; - int hasattachments; - /* The mime part of the message */ wc_mime_attachment *MsgBody; } message_summary;