Explorar el Código

Merge pull request #111 from andryyy/dev

Add Junk-E-Mail as special use junk
André Peters hace 8 años
padre
commit
7f4defb302
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
   }