X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Fsteps%2Fmail%2Fgetunread.inc;fp=program%2Fsteps%2Fmail%2Fgetunread.inc;h=74e2bb6bcf43361fc7b17e6ac380eb0c3517b7a8;hb=a2dd2e41259a5e90016efcd7d083020b95e25527;hp=9418f5749734d6d3accac1827c611aa3b5970c10;hpb=fe4a852cd4335d3d2089b13e10d409fa2fa816d8;p=roundcube.git diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc index 9418f57..74e2bb6 100644 --- a/program/steps/mail/getunread.inc +++ b/program/steps/mail/getunread.inc @@ -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: | @@ -15,11 +15,11 @@ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ - $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)) {