X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=status.c;h=64b6017afa1b20d090fbd4c707e0d5ffafbc718a;hp=a470ae371bfe0a1496ed3dfdc138f58838bfbcd3;hb=f70e0d5b479d4917b97d5e1e50f9276dcd51cad3;hpb=0f44dc85fc1280372ffab911d701e703d803fb4b diff --git a/status.c b/status.c index a470ae3..64b6017 100644 --- a/status.c +++ b/status.c @@ -17,6 +17,7 @@ #include "sort.h" #include "mapping.h" #include "mx.h" +#include "buffy.h" #include "lib/mem.h" #include "lib/intl.h" @@ -68,9 +69,9 @@ static const char *status_format_str (char *buf, size_t buflen, char op, case 'b': if (!optional) { snprintf (fmt, sizeof (fmt), "%%%sd", prefix); - snprintf (buf, buflen, fmt, mutt_buffy_check (0)); + snprintf (buf, buflen, fmt, buffy_check (0)); } - else if (!mutt_buffy_check (0)) + else if (!buffy_check (0)) optional = 0; break;