program/steps/mail/check_recent.inc @@ -24,7 +24,7 @@ // list of folders to check if ($check_all) { $a_mailboxes = $IMAP->list_mailboxes(); $a_mailboxes = $IMAP->list_mailboxes('', '*', 'mail'); } else { $a_mailboxes = (array) $current;