* @category Horde * @copyright 2014-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Maillog_Log_Replyall extends IMP_Maillog_Log_Base { /** */ protected $_action = 'reply_all'; /** */ protected function _getMessage() { return sprintf( _("You replied to all recipients of this message on %s."), $this->date ); } }