Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 08:05:54 +0000 (02:05 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 08:05:54 +0000 (02:05 -0600)
imp/lib/Prefs/Ui.php

index 310de5c..7d3a44f 100644 (file)
@@ -1279,7 +1279,7 @@ class IMP_Prefs_Ui
             'filter' => array('INBOX'),
             'new_folder' => true
         )));
-        $t->set('special_use', $this->_getSpecialUse(IMP_Folder::$specialUse['sentmail']));
+        $t->set('special_use', $this->_getSpecialUse(IMP_Folder::$specialUse['sent']));
 
         return $t->fetch(IMP_TEMPLATES . '/prefs/sentmail.html');
     }