Przeglądaj źródła

[Dovecot] Add more special_use folder names

André Peters 6 lat temu
rodzic
commit
a520293461
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      data/conf/dovecot/dovecot.conf

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

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