this.button_pressed = false;
if (DIMP.baseWindow) {
DIMP.baseWindow.DimpBase.poll();
- DIMP.baseWindow.DimpCore.showNotifications(r.msgs);
+ if (!DIMP.conf_compose.qreply) {
+ DIMP.baseWindow.DimpCore.showNotifications(r.msgs);
+ }
}
if (DIMP.conf_compose.close_draft) {
return this.closeCompose();
DIMP.baseWindow.DimpBase.updateMsgLog(d.log, { index: d.index, mailbox: d.reply_folder });
}
- DIMP.baseWindow.DimpCore.showNotifications(r.msgs);
+ if (!DIMP.conf_compose.qreply) {
+ DIMP.baseWindow.DimpCore.showNotifications(r.msgs);
+ }
}
return this.closeCompose();