From 8b4f8092e1768e6cf1d6dcdb8fdc903c8cc4fb2b Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 6 Aug 2001 09:04:46 +0000 Subject: [PATCH] Another little MH buffy bug. From Len Lattanzi . --- buffy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buffy.c b/buffy.c index 997ac70c7..7d1a8fe1a 100644 --- a/buffy.c +++ b/buffy.c @@ -357,7 +357,8 @@ int mutt_buffy_check (int force) break; case M_MH: - tmp->new = mh_buffy (tmp->path); + if ((tmp->new = mh_buffy (tmp->path)) > 0) + BuffyCount++; break; #ifdef USE_IMAP -- 2.40.0