summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-08-06 09:04:46 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-08-06 09:04:46 +0000
commit4af9215a19c9dc58fee7acd99a97d3307bb05322 (patch)
tree01f86c0d63c5e8abb153cacc3868292df93160b5 /buffy.c
parentd3139091db8c12e1b5cf94d880833f0b775c5de1 (diff)
Another little MH buffy bug. From Len Lattanzi
<Len.Lattanzi@Migration.com>.
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