X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.c;h=5befe8478b35b08168c7bf5c058e646ffdae5e29;hp=4a307833f8aecfcec5f0085ce0b0de19f02465c4;hb=3692b834c97c9933088d7082464fec5ae903920f;hpb=dbb9a1e16d03a2d4664d6dc6a30c721b889d4982 diff --git a/buffy.c b/buffy.c index 4a30783..5befe84 100644 --- a/buffy.c +++ b/buffy.c @@ -14,11 +14,20 @@ # include "config.h" #endif +#include +#include +#include +#include +#include +#include +#include + #include #include #include #include +#include #include @@ -26,17 +35,6 @@ #include "buffy.h" #include "mx.h" #include "mh.h" -#include "sidebar.h" - - -#include -#include -#include -#include -#include -#include - -#include static time_t BuffyTime = 0; /* last time we started checking for mail */ @@ -172,7 +170,7 @@ static void buffy_free (BUFFY** p) { } int buffy_lookup (const char* path) { - unsigned int i = 0; + int i = 0; if (list_empty(Incoming) || !path || !*path) return (-1); for (i = 0; i < Incoming->length; i++) { @@ -269,7 +267,7 @@ int buffy_check (int force) struct stat contex_sb; time_t now, last1; CONTEXT *ctx; - unsigned int i = 0; + int i = 0; int local = 0, count = 0; time_t last2; @@ -492,7 +490,7 @@ int buffy_list (void) int pos; int first; int have_unnotified = BuffyNotify; - unsigned int i = 0; + int i = 0; pos = 0; first = 1; @@ -556,7 +554,7 @@ int buffy_notify (void) */ void buffy_next (char *s, size_t slen) { - unsigned int l = 0; + int l = 0; int c = 0, i = 0; if (list_empty(Incoming))