We call this a spam mailbox in IMP
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Aug 2010 23:03:26 +0000 (17:03 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Aug 2010 23:03:26 +0000 (17:03 -0600)
imp/lib/Prefs/Ui.php

index 97c7ec6..d177d3b 100644 (file)
@@ -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');
     }