diff options
author | alecpl <alec@alec.pl> | 2008-12-04 07:01:21 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-04 07:01:21 +0000 |
commit | 1ce913beccdfa035b95de284ef2a63b50fdce02c (patch) | |
tree | bee790a8ad4f14777ca01b07768d5020e2aa4ce7 | |
parent | 4189ccf44a79d14c8faecefa8f87f8dde5dd492f (diff) |
- typo
-rw-r--r-- | program/include/rcube_config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_config.php b/program/include/rcube_config.php index 4dcee53b2..1b1594919 100644 --- a/program/include/rcube_config.php +++ b/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) |