Not needed anymore
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 6 Aug 2009 20:54:40 +0000 (14:54 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 6 Aug 2009 20:59:51 +0000 (14:59 -0600)
imp/lib/Notification/Listener/Status.php

index b88a10d..8361588 100644 (file)
@@ -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) {