From: Thomas Roessler Date: Wed, 23 Sep 1998 08:33:32 +0000 (+0000) Subject: Really fix the index hints. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58851d4d9fa3d1af15a4c3551622ca532527d6cd;p=neomutt Really fix the index hints. --- diff --git a/mh.c b/mh.c index f5a220611..4503ecd22 100644 --- a/mh.c +++ b/mh.c @@ -696,7 +696,7 @@ int mh_check_mailbox(CONTEXT *ctx, int *index_hint) * the index hint. */ - if(index_hint && (i <= *index_hint)) + if(modified && index_hint && (i <= *index_hint)) idx--; } }