projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dfb1dc
)
Bug #8948: Fix sent-mail selection for non-empty namespaces
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 14 Apr 2010 06:01:43 +0000
(
00:01
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 14 Apr 2010 06:01:54 +0000
(
00:01
-0600)
imp/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Ui.php
b/imp/lib/Prefs/Ui.php
index
f3926fe
..
69eded8
100644
(file)
--- a/
imp/lib/Prefs/Ui.php
+++ b/
imp/lib/Prefs/Ui.php
@@
-1144,7
+1144,7
@@
class IMP_Prefs_Ui
$js = array();
foreach (array_keys($identity->getAll('id')) as $key) {
- $js[$key] =
$identity->getValue('sent_mail_folder', $key
);
+ $js[$key] =
IMP::folderPref($identity->getValue('sent_mail_folder', $key), true
);
};
Horde::addInlineScript(array(