diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-11 09:41:02 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-11 09:41:02 +0200 |
commit | 85e65c3c7672d0e56ada988a047f0f602ba0c964 (patch) | |
tree | 01a1a200064b7d7a7bebdbb6b243cb74739bfdc6 /config/main.inc.php.dist | |
parent | 174327c25cd68f203e0985df51b94765738c7dce (diff) |
Improvements to PR merge "add option show_real_foldernames"
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 1091b8718..84a0a7a61 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -481,7 +481,7 @@ $rcmail_config['trash_mbox'] = 'Trash'; // NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP) $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); -// Disable localization of the four default folder names listed above +// Disable localization of the default folder names listed above $rcmail_config['show_real_foldernames'] = false; // automatically create the above listed default folders on first login |