public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Greek names of dovecot folders
Names taken from MSO 2016
e426c3a7
data/conf/dovecot/dovecot.folders.conf | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
Diff
diff --git a/data/conf/dovecot/dovecot.folders.conf b/data/conf/dovecot/dovecot.folders.conf
index 99c9670f..fa687267 100644
--- a/data/conf/dovecot/dovecot.folders.conf
+++ b/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 =
-}
\ No newline at end of file
+}