From 65386d4ccfed6eceea534a6b0e4b26793232522a Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Sat, 30 Dec 2017 13:58:17 +1100 Subject: [PATCH] Included folder mapping for iOS Mail Trash folder. --- data/conf/dovecot/dovecot.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/conf/dovecot/dovecot.conf b/data/conf/dovecot/dovecot.conf index 964da804..19b803df 100644 --- a/data/conf/dovecot/dovecot.conf +++ b/data/conf/dovecot/dovecot.conf @@ -55,6 +55,9 @@ namespace inbox { mailbox "Deleted Items" { special_use = \Trash } + mailbox "Rubbish" { + special_use = \Trash + } mailbox "Gelöschte Objekte" { special_use = \Trash }