From 4e73425ef957e7c6812152cbd02d47feb548b651 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 13 May 2010 14:04:44 +1000 Subject: [PATCH] Rah. Firstpass changes --- vendors/shells/firstpass.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vendors/shells/firstpass.php b/vendors/shells/firstpass.php index 7e7e3b02..50818cd9 100644 --- a/vendors/shells/firstpass.php +++ b/vendors/shells/firstpass.php @@ -115,7 +115,9 @@ class FirstpassShell extends Shell { echo "Messages before delete: ".$number_of_messages."\n"; - $check = imap_mailboxmsginfo($mbox); + + $check = imap_check($mbox); + echo "Messages after delete: ".$check->Nmsgs."\n";