|
|
@ -4155,9 +4155,9 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
(identity == null || (identity.cc == null && identity.bcc == null)))
|
|
|
|
(identity == null || (identity.cc == null && identity.bcc == null)))
|
|
|
|
args.putBoolean("remind_to", true);
|
|
|
|
args.putBoolean("remind_to", true);
|
|
|
|
|
|
|
|
|
|
|
|
if (TextUtils.isEmpty(draft.extra) &&
|
|
|
|
//if (TextUtils.isEmpty(draft.extra) &&
|
|
|
|
identity != null && identity.sender_extra)
|
|
|
|
// identity != null && identity.sender_extra)
|
|
|
|
args.putBoolean("remind_extra", true);
|
|
|
|
// args.putBoolean("remind_extra", true);
|
|
|
|
|
|
|
|
|
|
|
|
if (pgpService != null && pgpService.isBound() &&
|
|
|
|
if (pgpService != null && pgpService.isBound() &&
|
|
|
|
(draft.ui_encrypt == null ||
|
|
|
|
(draft.ui_encrypt == null ||
|
|
|
|