alecpl
2011-05-06 94bdcce081eb4b080fcaab74bc8466237c2dfcd4
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;