1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

add additional comments explaining why the IMAP special folders are set up as they are

This commit is contained in:
Joshua Tauberer
2015-11-01 07:30:15 -05:00
parent 720157e8a3
commit 4995cebc38
2 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ define('IMAP_AUTOSEEN_ON_DELETE', false);
define('IMAP_FOLDER_CONFIGURED', true);
define('IMAP_FOLDER_PREFIX', '');
define('IMAP_FOLDER_PREFIX_IN_INBOX', false);
// see our conf/dovecot-mailboxes.conf file for IMAP special flags settings
define('IMAP_FOLDER_INBOX', 'INBOX');
define('IMAP_FOLDER_SENT', 'SENT');
define('IMAP_FOLDER_DRAFT', 'DRAFTS');