소스 검색

Outlook-Folder-Alias

Max 7 년 전
부모
커밋
822175f20a
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      data/conf/dovecot/dovecot.conf

+ 6 - 0
data/conf/dovecot/dovecot.conf

@@ -75,6 +75,9 @@ namespace inbox {
   mailbox "Gelöschte Objekte" {
     special_use = \Trash
   }
+  mailbox "Gelöschte Elemente" {
+    special_use = \Trash
+  }
   mailbox "Papierkorb" {
     special_use = \Trash
   }
@@ -128,6 +131,9 @@ namespace inbox {
   mailbox "Gesendete Objekte" {
     special_use = \Sent
   }
+  mailbox "Gesendete Elemente" {
+    special_use = \Sent
+  }
   mailbox "Itens Enviados" {
     special_use = \Sent
   }