Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
737411e0
Commit
737411e0
authored
Oct 01, 2021
by
Sandro Knauß
🐝
Browse files
use m_encrypt instead of m_sign for encryption.
parent
4192cca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/composer/composerviewbase.cpp
View file @
737411e0
...
...
@@ -327,7 +327,7 @@ void ComposerViewBase::send(MessageComposer::MessageSender::SendMethod method, M
// we can't use the state of the mail itself, to remember the
// signing and encryption state, so let's add a header instead
DraftSignatureState
(
m_msg
).
setState
(
m_sign
);
DraftEncryptionState
(
m_msg
).
setState
(
m_
sign
);
DraftEncryptionState
(
m_msg
).
setState
(
m_
encrypt
);
DraftCryptoMessageFormatState
(
m_msg
).
setState
(
m_cryptoMessageFormat
);
}
else
{
removeDraftCryptoHeaders
(
m_msg
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment