summaryrefslogtreecommitdiff
path: root/program/steps/mail/check_recent.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-06 08:14:48 +0000
committeralecpl <alec@alec.pl>2011-05-06 08:14:48 +0000
commit94bdcce081eb4b080fcaab74bc8466237c2dfcd4 (patch)
treed33924327064cc1eb69a49b1fe42f5a835bd3832 /program/steps/mail/check_recent.inc
parentde0a3f9b9f38c374dae043c25404bbb957ea448a (diff)
- Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type)
Diffstat (limited to 'program/steps/mail/check_recent.inc')
-rw-r--r--program/steps/mail/check_recent.inc2
1 files changed, 1 insertions, 1 deletions
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;