Browse Source

Merge pull request #5972 from rallisf1/dovecot-folders-greek

Greek names of dovecot folders
Niklas Meyer 1 year ago
parent
commit
68616c2d57
1 changed files with 16 additions and 1 deletions
  1. 16 1
      data/conf/dovecot/dovecot.folders.conf

+ 16 - 1
data/conf/dovecot/dovecot.folders.conf

@@ -289,5 +289,20 @@ namespace inbox {
   mailbox "Kladde" {
     special_use = \Drafts
   }
+  mailbox "Πρόχειρα" {
+    special_use = \Drafts
+  }
+  mailbox "Απεσταλμένα" {
+    special_use = \Sent
+  }
+  mailbox "Κάδος απορριμάτων" {
+    special_use = \Trash
+  }
+  mailbox "Ανεπιθύμητα" {
+    special_use = \Junk
+  }
+  mailbox "Αρχειοθετημένα" {
+    special_use = \Archive
+  }
   prefix =
-}
+}