Browse Source

Add Junk-E-Mail as special use junk

andryyy 8 years ago
parent
commit
7a2427bf9b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      data/conf/dovecot/dovecot.conf

+ 3 - 0
data/conf/dovecot/dovecot.conf

@@ -131,6 +131,9 @@ namespace inbox {
     auto = subscribe
     special_use = \Junk
   }
+  mailbox "Junk-E-mail" {
+    special_use = \Junk
+  }
   mailbox "Junk E-mail" {
     special_use = \Junk
   }