From 85e65c3c7672d0e56ada988a047f0f602ba0c964 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 11 Jun 2013 03:41:02 -0400 Subject: [PATCH] Improvements to PR merge "add option show_real_foldernames" --- 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 1091b87..84a0a7a 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -481,7 +481,7 @@ // 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 -- Gitblit v1.9.1