diff --git a/data/conf/dovecot/dovecot.conf b/data/conf/dovecot/dovecot.conf index 8da9c06e..0b3a8b9a 100644 --- a/data/conf/dovecot/dovecot.conf +++ b/data/conf/dovecot/dovecot.conf @@ -89,6 +89,9 @@ namespace inbox { mailbox "Gelöschte Objekte" { special_use = \Trash } + mailbox "Gelöschte Elemente" { + special_use = \Trash + } mailbox "Papierkorb" { special_use = \Trash } @@ -142,6 +145,9 @@ namespace inbox { mailbox "Gesendete Objekte" { special_use = \Sent } + mailbox "Gesendete Elemente" { + special_use = \Sent + } mailbox "Itens Enviados" { special_use = \Sent }