From 822175f20a2b5db159794af6094350bf3a616174 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 14 Nov 2018 22:18:02 +0100 Subject: [PATCH] Outlook-Folder-Alias --- data/conf/dovecot/dovecot.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/conf/dovecot/dovecot.conf b/data/conf/dovecot/dovecot.conf index 934a4f2f..5a772073 100644 --- a/data/conf/dovecot/dovecot.conf +++ b/data/conf/dovecot/dovecot.conf @@ -75,6 +75,9 @@ namespace inbox { mailbox "Gelöschte Objekte" { special_use = \Trash } + mailbox "Gelöschte Elemente" { + special_use = \Trash + } mailbox "Papierkorb" { special_use = \Trash } @@ -128,6 +131,9 @@ namespace inbox { mailbox "Gesendete Objekte" { special_use = \Sent } + mailbox "Gesendete Elemente" { + special_use = \Sent + } mailbox "Itens Enviados" { special_use = \Sent }