mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
parent
132405b6db
commit
110a5bd40e
1 changed files with 1 additions and 1 deletions
|
@ -5725,7 +5725,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
(EntityMessage.PGP_SIGNONLY.equals(draft.ui_encrypt) && action == R.id.action_send) ||
|
(EntityMessage.PGP_SIGNONLY.equals(draft.ui_encrypt) && action == R.id.action_send) ||
|
||||||
EntityMessage.SMIME_SIGNENCRYPT.equals(draft.ui_encrypt) ||
|
EntityMessage.SMIME_SIGNENCRYPT.equals(draft.ui_encrypt) ||
|
||||||
(EntityMessage.SMIME_SIGNONLY.equals(draft.ui_encrypt) && action == R.id.action_send);
|
(EntityMessage.SMIME_SIGNONLY.equals(draft.ui_encrypt) && action == R.id.action_send);
|
||||||
boolean needsEncryption = (shouldEncrypt && (dirty || !encrypted));
|
boolean needsEncryption = (dirty && !encrypted && shouldEncrypt);
|
||||||
boolean autosave = extras.getBoolean("autosave");
|
boolean autosave = extras.getBoolean("autosave");
|
||||||
if (needsEncryption && !autosave) {
|
if (needsEncryption && !autosave) {
|
||||||
args.putBoolean("needsEncryption", true);
|
args.putBoolean("needsEncryption", true);
|
||||||
|
|
Loading…
Reference in a new issue