- Unmark folder after unseen count has been changed to zero

pull/1/head
alecpl 13 years ago
parent 6ba7764555
commit d0924d48d8

@ -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

Loading…
Cancel
Save