This commit is contained in:
Son NK 2020-11-24 11:28:14 +01:00
parent 3d75ef974a
commit c28872288b
1 changed files with 1 additions and 5 deletions

View File

@ -662,11 +662,7 @@ def forward_email_to_mailbox(
)
# create PGP email if needed
if (
mailbox.pgp_enabled()
and user.is_premium()
and not alias.disable_pgp
):
if mailbox.pgp_enabled() and user.is_premium() and not alias.disable_pgp:
LOG.d("Encrypt message using mailbox %s", mailbox)
if mailbox.generic_subject:
LOG.d("Use a generic subject for %s", mailbox)