svncommit
2009-05-12 617b4f699f2e47991c50e05528b1f9ecbc3c3d9c
program/steps/mail/check_recent.inc
@@ -62,7 +62,7 @@
        // get the headers
        $result_h = $IMAP->list_headers($mbox_name, 1, 'date', 'DESC');
        // add to the list
        rcmail_js_message_list($result_h, TRUE);
        rcmail_js_message_list($result_h, true, false);
      }
    }
  }