summaryrefslogtreecommitdiffstats
path: root/mailnews/compose
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/compose
parentdc77b707f20280cd057368ca11fafc2c0bfc9414 (diff)
downloadUXP-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/compose')
-rw-r--r--mailnews/compose/src/nsMsgAttachmentHandler.cpp1
-rw-r--r--mailnews/compose/src/nsMsgAttachmentHandler.h10
2 files changed, 0 insertions, 11 deletions
diff --git a/mailnews/compose/src/nsMsgAttachmentHandler.cpp b/mailnews/compose/src/nsMsgAttachmentHandler.cpp
index 9555de37f..4994c3fe6 100644
--- a/mailnews/compose/src/nsMsgAttachmentHandler.cpp
+++ b/mailnews/compose/src/nsMsgAttachmentHandler.cpp
@@ -116,7 +116,6 @@ nsMsgAttachmentHandler::nsMsgAttachmentHandler() :
m_bogus_attachment(false),
m_done(false),
m_already_encoded_p(false),
- m_decrypted_p(false),
mDeleteFile(false),
mMHTMLPart(false),
mPartUserOmissionOverride(false),
diff --git a/mailnews/compose/src/nsMsgAttachmentHandler.h b/mailnews/compose/src/nsMsgAttachmentHandler.h
index 79e526627..2034cba03 100644
--- a/mailnews/compose/src/nsMsgAttachmentHandler.h
+++ b/mailnews/compose/src/nsMsgAttachmentHandler.h
@@ -140,16 +140,6 @@ public:
bool m_already_encoded_p; // If we attach a document that is already
// encoded, we just pass it through.
- bool m_decrypted_p; /* S/MIME -- when attaching a message that was
- encrypted, it's necessary to decrypt it first
- (since nobody but the original recipient can
- read it -- if you forward it to someone in the
- raw, it will be useless to them.) This flag
- indicates whether decryption occurred, so that
- libmsg can issue appropriate warnings about
- doing a cleartext forward of a message that was
- originally encrypted. */
-
bool mDeleteFile; // If this is true, Delete the file...its
// NOT the original file!