summaryrefslogtreecommitdiff
path: root/mailnews/mime/src/mimemsg.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-11 01:56:34 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-11 01:56:34 -0500
commit73e14fb7049306439a5637ff261f1370a94518e5 (patch)
treef9ef6c4782b0849bae1927f2c1ab9bbd8d97aa4d /mailnews/mime/src/mimemsg.h
parentdc77b707f20280cd057368ca11fafc2c0bfc9414 (diff)
downloaduxp-73e14fb7049306439a5637ff261f1370a94518e5.tar.gz
Bug 1240290
Tag #1273
Diffstat (limited to 'mailnews/mime/src/mimemsg.h')
-rw-r--r--mailnews/mime/src/mimemsg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mailnews/mime/src/mimemsg.h b/mailnews/mime/src/mimemsg.h
index c4023ccf09..9a38a6e719 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