X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=postpone.c;h=bee469022b6b61cd3e37f9d4ab4f1f7851c3139a;hp=a2815c929d9127136153c1273a9611162ba5811e;hb=0cdfadc00f3db981c5fccbd654c4a19becf42ef7;hpb=b2a6a9673e124c222f921650a6f0025b64ab2145 diff --git a/postpone.c b/postpone.c index a2815c9..bee4690 100644 --- a/postpone.c +++ b/postpone.c @@ -28,6 +28,7 @@ #include "lib/mem.h" #include "lib/intl.h" #include "lib/str.h" +#include "lib/debug.h" #include #include @@ -83,15 +84,10 @@ int mutt_num_postponed (int force) newpc = imap_mailbox_check (Postponed, 0); if (newpc >= 0) { PostCount = newpc; - dprint (2, - (debugfile, - "mutt_num_postponed: %d postponed IMAP messages found.\n", - PostCount)); + debug_print (2, ("%d postponed IMAP messages found.\n", PostCount)); } else - dprint (2, - (debugfile, - "mutt_num_postponed: using old IMAP postponed count.\n")); + debug_print (2, ("using old IMAP postponed count.\n")); } return PostCount; }