From a1a46ab5b7f732ff10d58cc1a76b2ab484460af5 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 9 Sep 2022 09:36:37 +0200 Subject: [PATCH] Fix mail 'mark all as read' action no longer works --- mail/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 7ee428f736..cb9460f85b 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -2433,7 +2433,7 @@ app.classes.mail = AppJS.extend( }, messageToDisplay, this.egw.lang("Confirm"), - _action.id, buttons); + null, buttons); } else {