projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e95c5
)
We call this a spam mailbox in IMP
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 20 Aug 2010 23:03:26 +0000
(17:03 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 20 Aug 2010 23:03:26 +0000
(17:03 -0600)
imp/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Ui.php
b/imp/lib/Prefs/Ui.php
index
97c7ec6
..
d177d3b
100644
(file)
--- a/
imp/lib/Prefs/Ui.php
+++ b/
imp/lib/Prefs/Ui.php
@@
-1560,7
+1560,7
@@
class IMP_Prefs_Ui
'new_folder' => true,
'selected' => IMP::folderPref($GLOBALS['prefs']->getValue('spam_folder'), true)
)));
- $t->set('special_use', $this->_getSpecialUse(IMP_Folder::$specialUse['
junk
']));
+ $t->set('special_use', $this->_getSpecialUse(IMP_Folder::$specialUse['
spam
']));
return $t->fetch(IMP_TEMPLATES . '/prefs/spam.html');
}