X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.c;h=fa531aa76c607ba92f8043e98bc24370a1c15ae5;hp=9f8b9f6eeb9cc25739ae21fe38123f340f509b77;hb=c65e926c6633e7247003bfc8e484a9a2179a5497;hpb=801f3f67bcbe19eb511eb879bbda531aeb1b76fc diff --git a/buffy.c b/buffy.c index 9f8b9f6..fa531aa 100644 --- a/buffy.c +++ b/buffy.c @@ -18,6 +18,8 @@ #include #include +#include + #include #include "mutt.h" @@ -26,7 +28,6 @@ #include "mh.h" #include "sidebar.h" -#include "mutt_curses.h" #include #include @@ -171,7 +172,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++) { @@ -268,7 +269,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; @@ -491,7 +492,7 @@ int buffy_list (void) int pos; int first; int have_unnotified = BuffyNotify; - unsigned int i = 0; + int i = 0; pos = 0; first = 1; @@ -555,7 +556,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))