From 1fcbe329902fcd2e439f622cbe681cb213da154b Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 23 Feb 2020 15:51:26 +0700 Subject: [PATCH] Can set a mailbox as default --- .../templates/dashboard/mailbox.html | 17 ++++++++++++++- app/dashboard/views/mailbox.py | 21 +++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/app/dashboard/templates/dashboard/mailbox.html b/app/dashboard/templates/dashboard/mailbox.html index b86affe8..1d4d84f0 100644 --- a/app/dashboard/templates/dashboard/mailbox.html +++ b/app/dashboard/templates/dashboard/mailbox.html @@ -45,7 +45,7 @@ {% endif %} {% if mailbox.id == current_user.default_mailbox_id %}
Default Mailbox + title="When a new random alias is created, it belongs to the default mailbox">Default Mailbox
{% endif %} @@ -61,6 +61,21 @@