From: Michael M Slusarz Date: Tue, 11 Aug 2009 00:15:27 +0000 (-0600) Subject: Fix notifications in imp X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=66d8657d084d6d56292061beb4912e307a047e9e;p=horde.git Fix notifications in imp --- diff --git a/imp/lib/Notification/Listener/Status.php b/imp/lib/Notification/Listener/Status.php index 8361588a3..a49ac986f 100644 --- a/imp/lib/Notification/Listener/Status.php +++ b/imp/lib/Notification/Listener/Status.php @@ -70,7 +70,9 @@ class IMP_Notification_Listener_Status extends Horde_Notification_Listener_Statu */ public function notify(&$messageStack, $options = array()) { - $options['store'] = true; + if ($this->_viewmode == 'dimp') { + $options['store'] = true; + } /* Display IMAP alerts. */ foreach ($GLOBALS['imp_imap']->ob->alerts() as $alert) {