瀏覽代碼

Show mailbox when creating alias for user who has full_mailbox enabled

Son NK 5 年之前
父節點
當前提交
bc0dc0265d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/dashboard/templates/dashboard/custom_alias.html

+ 1 - 1
app/dashboard/templates/dashboard/custom_alias.html

@@ -54,7 +54,7 @@
         </div>
       </div>
 
-      {% if mailboxes|length > 1 %}
+      {% if mailboxes|length > 1 or current_user.full_mailbox %}
         <div class="row mb-2">
           <div class="col p-1">
             <select class="form-control" name="mailbox">