Browse Source

Greek names of dovecot folders

Names taken from MSO 2016
John Rallis 1 year ago
parent
commit
e426c3a7e7
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 =
-}
+}