| | |
| | | | program/steps/mail/getunread.inc | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2009, The Roundcube Dev Team | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | |
| | | |
| | | $a_folders = $RCMAIL->storage->list_folders_subscribed('', '*', 'mail'); |
| | | |
| | | if (!empty($a_folders)) |
| | | { |
| | | if (!empty($a_folders)) { |
| | | $current = $RCMAIL->storage->get_folder(); |
| | | $inbox = ($current == 'INBOX'); |
| | | $trash = $RCMAIL->config->get('trash_mbox'); |