X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.h;h=21ae4746782909142e936b19f54e4e4f5a7548a0;hb=bf72ee1d83afb1735e5c13636a1f24c7247b2aa7;hp=a063170e046c0d96ae688b75555f1e36bed785a8;hpb=dd8a001d14c67eef396b77c801479e1688e7b51f;p=citadel.git diff --git a/webcit/messages.h b/webcit/messages.h index a063170e0..21ae47467 100644 --- a/webcit/messages.h +++ b/webcit/messages.h @@ -40,6 +40,7 @@ typedef struct _message_summary { StrBuf *subj; /* the title / subject */ StrBuf *reply_inreplyto; StrBuf *reply_references; + StrBuf *ReplyTo; StrBuf *cccc; StrBuf *hnod; StrBuf *AllRcpt;