X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/19304f7c526fbe36ba0db2fb80bcaf3bd974d81d..939639fcf1dad1b8f3a85d641f41d11c49281f3c:/status.c diff --git a/status.c b/status.c index db5cbfb..1bb9a5a 100644 --- a/status.c +++ b/status.c @@ -209,17 +209,15 @@ status_format_str (char *buf, size_t buflen, size_t col, char op, const char *sr case 'r': { - int i = 0; + size_t i = 0; if (Context) { i = option(OPTATTACHMSG) ? 3 : ((Context->readonly || - Context->dontwrite) ? 2 : (Context->changed || ( -#ifdef USE_IMAP - /* deleted doesn't necessarily mean changed in IMAP */ - Context->magic != M_IMAP && -#endif - Context->deleted)) ? 1 : 0); + Context->dontwrite) ? 2 : (Context->changed || + /* deleted doesn't necessarily mean changed in IMAP */ + (Context->magic != M_IMAP && + Context->deleted)) ? 1 : 0); } if (!StChars)