From 7ffb5f05e6f151327942239f3ed24500e7ee5b35 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 20 Aug 2010 17:03:26 -0600 Subject: [PATCH] We call this a spam mailbox in IMP --- imp/lib/Prefs/Ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Prefs/Ui.php b/imp/lib/Prefs/Ui.php index 97c7ec6b3..d177d3b04 100644 --- 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'); } -- 2.11.0