]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.h
BSTR: add method to run-time add numbers
[citadel.git] / webcit / messages.h
index a063170e046c0d96ae688b75555f1e36bed785a8..3129b18e0ef825a7efefb90e55330f89f36e5d6a 100644 (file)
@@ -1,4 +1,4 @@
-
+extern CtxType CTX_MAILSUM;
 extern HashList *MsgHeaderHandler;
 extern HashList *MimeRenderHandler;
 extern HashList *ReadLoopHandler;
@@ -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;