From 64841c888706d1499bc875f8132f8d55d3a74ef2 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 13 May 2010 14:03:05 +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 b459c588..7e7e3b02 100644 --- a/vendors/shells/firstpass.php +++ b/vendors/shells/firstpass.php @@ -114,7 +114,9 @@ class FirstpassShell extends Shell { imap_expunge($mbox); echo "Messages before delete: ".$number_of_messages."\n"; - echo "Messages after delete: ".$MC->Nmsgs."\n"; + + $check = imap_mailboxmsginfo($mbox); + echo "Messages after delete: ".$check->Nmsgs."\n";