소스 검색

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">