From: Michael M Slusarz Date: Tue, 19 May 2009 19:06:09 +0000 (-0600) Subject: Don't show double notifications in dimp compose screen X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2616e82340f768c543420e7108c1da8bb3286d47;p=horde.git Don't show double notifications in dimp compose screen --- diff --git a/imp/js/src/compose-dimp.js b/imp/js/src/compose-dimp.js index f9e0d9964..5e29f8667 100644 --- a/imp/js/src/compose-dimp.js +++ b/imp/js/src/compose-dimp.js @@ -285,7 +285,9 @@ var DimpCompose = { this.dbtext = this.sbtext = null; } - DimpCore.showNotifications(r.msgs); + if (!r.msgs_noauto) { + DimpCore.showNotifications(r.msgs); + } }, onNoSpellError: function(action)