From 94bdcce081eb4b080fcaab74bc8466237c2dfcd4 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 6 May 2011 08:14:48 +0000 Subject: - Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type) --- program/steps/mail/check_recent.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail/check_recent.inc') diff --git a/program/steps/mail/check_recent.inc b/program/steps/mail/check_recent.inc index fc26d6387..c636e459b 100644 --- a/program/steps/mail/check_recent.inc +++ b/program/steps/mail/check_recent.inc @@ -24,7 +24,7 @@ $check_all = !empty($_GET['_refresh']) || (bool)$RCMAIL->config->get('check_all_ // list of folders to check if ($check_all) { - $a_mailboxes = $IMAP->list_mailboxes(); + $a_mailboxes = $IMAP->list_mailboxes('', '*', 'mail'); } else { $a_mailboxes = (array) $current; -- cgit v1.2.3