summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffy.c')
-rw-r--r--buffy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/buffy.c b/buffy.c
index 997ac70c..7d1a8fe1 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