From cde5f46fcab718a37fa5347c213a37f3691a28ae Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 25 Nov 2011 10:29:48 +0000 Subject: - Unmark folder after unseen count has been changed to zero git-svn-id: https://svn.roundcube.net/trunk@5488 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index d71415618..22ff4c98f 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -5578,6 +5578,8 @@ function rcube_webmail() if (mark) this.mark_folder(mbox, mark, '', true); + else if (!count) + this.unmark_folder(mbox, 'recent', '', true); }; // update the mailbox count display -- cgit v1.2.3