Removed Msg->reply_to because it held data for an older version of the code, we no...
[citadel.git] / webcit / messages.h
index 62d290cbe0df62a56c1a2ebc2c511e20fa3432c0..d7eefbda63e415ede2bc8b1b6387b1cbc3a89c7b 100644 (file)
@@ -40,7 +40,6 @@ typedef struct _message_summary {
        StrBuf *subj;           /* the title / subject */
        StrBuf *reply_inreplyto;
        StrBuf *reply_references;
-       StrBuf *reply_to;
        StrBuf *cccc;
        StrBuf *hnod;
        StrBuf *AllRcpt;