diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 01:56:34 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-11 01:56:34 -0500 |
commit | 73e14fb7049306439a5637ff261f1370a94518e5 (patch) | |
tree | f9ef6c4782b0849bae1927f2c1ab9bbd8d97aa4d /mailnews/mime/src/mimemsg.h | |
parent | dc77b707f20280cd057368ca11fafc2c0bfc9414 (diff) | |
download | UXP-73e14fb7049306439a5637ff261f1370a94518e5.tar UXP-73e14fb7049306439a5637ff261f1370a94518e5.tar.gz UXP-73e14fb7049306439a5637ff261f1370a94518e5.tar.lz UXP-73e14fb7049306439a5637ff261f1370a94518e5.tar.xz UXP-73e14fb7049306439a5637ff261f1370a94518e5.zip |
Bug 1240290
Tag #1273
Diffstat (limited to 'mailnews/mime/src/mimemsg.h')
-rw-r--r-- | mailnews/mime/src/mimemsg.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mailnews/mime/src/mimemsg.h b/mailnews/mime/src/mimemsg.h index c4023ccf0..9a38a6e71 100644 --- a/mailnews/mime/src/mimemsg.h +++ b/mailnews/mime/src/mimemsg.h @@ -25,12 +25,6 @@ struct MimeMessage { MimeContainer container; /* superclass variables */ MimeHeaders *hdrs; /* headers of this message */ bool newline_p; /* whether the last line ended in a newline */ - bool crypto_stamped_p; /* whether the header of this message has been - emitted expecting its child to emit HTML - which says that it is xlated. */ - - bool crypto_msg_signed_p; /* What the emitted xlation-stamp *says*. */ - bool crypto_msg_encrypted_p; bool grabSubject; /* Should we try to grab the subject of this message */ int32_t bodyLength; /* Used for determining if the body has been truncated */ int32_t sizeSoFar; /* The total size of the MIME message, once parsing is |