From: Michael M Slusarz Date: Fri, 20 Aug 2010 23:03:26 +0000 (-0600) Subject: We call this a spam mailbox in IMP X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ffb5f05e6f151327942239f3ed24500e7ee5b35;p=horde.git We call this a spam mailbox in IMP --- 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'); }