From: Michael M Slusarz Date: Tue, 7 Sep 2010 08:05:54 +0000 (-0600) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2c4908e2e4b376beef5e2d4491422fb81829cb05;p=horde.git Fix typo --- diff --git a/imp/lib/Prefs/Ui.php b/imp/lib/Prefs/Ui.php index 310de5c17..7d3a44f5f 100644 --- a/imp/lib/Prefs/Ui.php +++ b/imp/lib/Prefs/Ui.php @@ -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'); }