X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=postpone.c;h=1436a84e3fd780798a662a74833b6a325b095823;hp=0087e3f44e10443ea412d92a0479f55af04abd03;hb=f9c8b43480b416548e29d2fccc2a7c5086a6c3a1;hpb=108f3c7ab59844591f7540347914ea57be5245e2 diff --git a/postpone.c b/postpone.c index 0087e3f..1436a84 100644 --- a/postpone.c +++ b/postpone.c @@ -23,7 +23,6 @@ #include #include #include -#include #include @@ -32,7 +31,6 @@ #include "mutt.h" #include "handler.h" -#include "rfc1524.h" #include "sort.h" #include "thread.h" #include "mx.h" @@ -89,10 +87,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; } @@ -229,7 +224,7 @@ static HEADER *select_msg (void) * SENDREPLY recalled message is a reply */ int mutt_get_postponed (CONTEXT * ctx, HEADER * hdr, HEADER ** cur, char *fcc, - size_t fcclen) + ssize_t fcclen) { HEADER *h; int code = SENDPOSTPONED;