* @category Horde * @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Flag_Imap_Seen extends IMP_Flag_Imap { /** */ protected $_canset = true; /** */ protected $_cssIcon = 'flagSeen'; /** */ protected $_imapflag = Horde_Imap_Client::FLAG_SEEN; /** */ protected function _getLabel() { return _("Seen"); } }