mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-08 04:05:03 +02:00
Merge pull request #5972 from rallisf1/dovecot-folders-greek
Greek names of dovecot folders
This commit is contained in:
commit
68616c2d57
@ -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 =
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user