Revert "Bug #8948: Fix sent-mail selection for non-empty namespaces"
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 14 Apr 2010 09:59:56 +0000 (03:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 14 Apr 2010 20:03:53 +0000 (14:03 -0600)
This reverts commit 9d2152b7ddcc976ca796ae9801154181af3fc149.

imp/lib/Prefs/Ui.php

index 01cac39..061c31f 100644 (file)
@@ -1144,7 +1144,7 @@ class IMP_Prefs_Ui
 
         $js = array();
         foreach (array_keys($identity->getAll('id')) as $key) {
-            $js[$key] = IMP::folderPref($identity->getValue('sent_mail_folder', $key), true);
+            $js[$key] = $identity->getValue('sent_mail_folder', $key);
         };
 
         Horde::addInlineScript(array(