X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=postpone.c;h=4b91fe8de854cf8fe89dda38a774a359b9a293f7;hp=b5193ec86b77896f140e4dc90d07448a2b25df15;hb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;hpb=ac813896ca32d850febc2d95065ac4fa040f11f9 diff --git a/postpone.c b/postpone.c index b5193ec..4b91fe8 100644 --- a/postpone.c +++ b/postpone.c @@ -23,7 +23,6 @@ #include #include #include -#include #include @@ -89,10 +88,7 @@ int mutt_num_postponed (int force) newpc = imap_mailbox_check (Postponed, 0); if (newpc >= 0) { PostCount = newpc; - debug_print (2, ("%d postponed IMAP messages found.\n", PostCount)); } - else - debug_print (2, ("using old IMAP postponed count.\n")); } return PostCount; }