Skip to content

Commit

Permalink
Merge pull request #5972 from rallisf1/dovecot-folders-greek
Browse files Browse the repository at this point in the history
Greek names of dovecot folders
  • Loading branch information
DerLinkman authored Aug 6, 2024
2 parents f8de520 + e426c3a commit 68616c2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion data/conf/dovecot/dovecot.folders.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
}
}

0 comments on commit 68616c2

Please sign in to comment.