diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-11 00:33:21 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-11 00:33:21 -0700 |
commit | 174327c25cd68f203e0985df51b94765738c7dce (patch) | |
tree | 0b8bba4bc4510e0ce819c2afa6418153ad600119 /config | |
parent | 545559307e2cf7d986af5993f7d3ea0fc30a8386 (diff) | |
parent | 149f8a00cc51c87fef3afe2fbb51822a3582c583 (diff) |
Merge pull request #77 from dpc22/realnames
Add show_real_foldernames preference and configuration option.
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 889d101d9..1091b8718 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -481,6 +481,9 @@ $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 +$rcmail_config['show_real_foldernames'] = false; + // automatically create the above listed default folders on first login $rcmail_config['create_default_folders'] = false; |