mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
parent
338383f722
commit
800fce0b81
14 changed files with 282 additions and 215 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue