| | |
| | | | program/steps/mail/mark.inc | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | Copyright (C) 2005-2014, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | |
| | | } |
| | | |
| | | if ($flag == 'SEEN' || $flag == 'UNSEEN' || ($flag == 'DELETED' && !$skip_deleted)) { |
| | | rcmail_send_unread_count($RCMAIL->storage->get_folder()); |
| | | foreach (rcmail::get_uids() as $mbox => $uids) { |
| | | rcmail_send_unread_count($mbox); |
| | | } |
| | | } |
| | | else if ($flag == 'DELETED' && $skip_deleted) { |
| | | if ($_POST['_from'] == 'show') { |