From: Michael M Slusarz Date: Thu, 6 Aug 2009 20:54:40 +0000 (-0600) Subject: Not needed anymore X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0902b24c8e2d205993f791369bc3cc34dd61a63b;p=horde.git Not needed anymore --- diff --git a/imp/lib/Notification/Listener/Status.php b/imp/lib/Notification/Listener/Status.php index b88a10d36..8361588a3 100644 --- a/imp/lib/Notification/Listener/Status.php +++ b/imp/lib/Notification/Listener/Status.php @@ -70,11 +70,7 @@ class IMP_Notification_Listener_Status extends Horde_Notification_Listener_Statu */ public function notify(&$messageStack, $options = array()) { - /* For dimp, don't capture notification messages if we are logging - * out. */ - if (($this->_viewmode == 'dimp') && Horde_Auth::getAuth()) { - $options['store'] = true; - } + $options['store'] = true; /* Display IMAP alerts. */ foreach ($GLOBALS['imp_imap']->ob->alerts() as $alert) {