summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-04 07:01:21 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-04 07:01:21 +0000
commitabf69d2756f57d0391f68661c667b71ce166b443 (patch)
treee3c3b9a2a0ac363175802383815b9694738bd0b3 /roundcubemail/program
parentd6ffb0d1c66da83096ac2418cf115e14c62b5554 (diff)
- typo
git-svn-id: https://svn.roundcube.net/trunk@2113 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/include/rcube_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_config.php b/roundcubemail/program/include/rcube_config.php
index 4dcee53b2..1b1594919 100644
--- a/roundcubemail/program/include/rcube_config.php
+++ b/roundcubemail/program/include/rcube_config.php
@@ -76,7 +76,7 @@ class rcube_config
$this->prop['temp_dir'] = $this->prop['temp_dir'] ? unslashify($this->prop['temp_dir']) : INSTALL_PATH . 'temp';
// fix default imap folders encode
- foreach (Array('draft_mbox', 'junk_mbox', 'sent_mbox', 'trash_mbox') as $folder)
+ foreach (Array('drafts_mbox', 'junk_mbox', 'sent_mbox', 'trash_mbox') as $folder)
$this->prop[$folder] = rcube_charset_convert($this->prop[$folder], RCMAIL_CHARSET, 'UTF-7');
foreach ($this->prop['default_imap_folders'] as $n => $folder)