From 1ce913beccdfa035b95de284ef2a63b50fdce02c Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 4 Dec 2008 07:01:21 +0000
Subject: - typo

---
 program/include/rcube_config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
cgit v1.2.3