ソースを参照

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

Greek names of dovecot folders
Niklas Meyer 1 年間 前
コミット
68616c2d57
1 ファイル変更16 行追加1 行削除
  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" {
   mailbox "Kladde" {
     special_use = \Drafts
     special_use = \Drafts
   }
   }
+  mailbox "Πρόχειρα" {
+    special_use = \Drafts
+  }
+  mailbox "Απεσταλμένα" {
+    special_use = \Sent
+  }
+  mailbox "Κάδος απορριμάτων" {
+    special_use = \Trash
+  }
+  mailbox "Ανεπιθύμητα" {
+    special_use = \Junk
+  }
+  mailbox "Αρχειοθετημένα" {
+    special_use = \Archive
+  }
   prefix =
   prefix =
-}
+}