]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/steps/mail/getunread.inc
Imported Upstream version 0.6+dfsg
[roundcube.git] / program / steps / mail / getunread.inc
index 9418f5749734d6d3accac1827c611aa3b5970c10..74e2bb6bcf43361fc7b17e6ac380eb0c3517b7a8 100644 (file)
@@ -5,7 +5,7 @@
  | program/steps/mail/getunread.inc                                      |
  |                                                                       |
  | This file is part of the Roundcube Webmail client                     |
- | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                 |
+ | Copyright (C) 2005-2009, The Roundcube Dev Team                       |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  | PURPOSE:                                                              |
  | Author: Thomas Bruederli <roundcube@gmail.com>                        |
  +-----------------------------------------------------------------------+
 
- $Id: getunread.inc 4294 2010-12-01 09:52:23Z alec $
+ $Id: getunread.inc 4735 2011-05-06 08:14:48Z alec $
 
 */
 
-$a_folders = $IMAP->list_mailboxes();
+$a_folders = $IMAP->list_mailboxes('', '*', 'mail');
 
 if (!empty($a_folders))
 {