From 0902b24c8e2d205993f791369bc3cc34dd61a63b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 6 Aug 2009 14:54:40 -0600 Subject: [PATCH] Not needed anymore --- imp/lib/Notification/Listener/Status.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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) { -- 2.11.0