summaryrefslogtreecommitdiffstats
path: root/buffy.c
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2013-01-23 21:52:31 +0000
committerMichael Elkins <me@sigpipe.org>2013-01-23 21:52:31 +0000
commit148ede83cb99f7a7691cc21b81d8dfec05cf4c85 (patch)
tree35b7c6c8c2d4e200d6161869ae9045fe52c584b0 /buffy.c
parentc2f60da110198c5ce49e55d8677b50d29852f6ee (diff)
add support for $mail_check_recent to mh mailbox driver
closes #3629
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 fd54dd2d..e5a0f798 100644
--- a/buffy.c
+++ b/buffy.c
@@ -454,7 +454,8 @@ int mutt_buffy_check (int force)
break;
case M_MH:
- if ((tmp->new = mh_buffy (tmp->path)) > 0)
+ mh_buffy(tmp);
+ if (tmp->new)
BuffyCount++;
break;
}