This commit is contained in:
Son NK 2020-11-07 13:00:58 +01:00
parent 6a68141d8d
commit 4be182320e
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ def mailbox_detail_route(mailbox_id):
if request.form.get("action") == "save":
if not mailbox.pgp_finger_print:
flash(
"Generic subject can only be used on PGP-enabled mailbox", "error"
"Generic subject can only be used on PGP-enabled mailbox",
"error",
)
return redirect(
url_for("dashboard.mailbox_detail_route", mailbox_id=mailbox_id)