summaryrefslogtreecommitdiffstats
path: root/buffy.h
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.h
parentc2f60da110198c5ce49e55d8677b50d29852f6ee (diff)
add support for $mail_check_recent to mh mailbox driver
closes #3629
Diffstat (limited to 'buffy.h')
-rw-r--r--buffy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buffy.h b/buffy.h
index 2e5e0484..f9fc55a1 100644
--- a/buffy.h
+++ b/buffy.h
@@ -47,3 +47,5 @@ void mutt_buffy_cleanup (const char *buf, struct stat *st);
/* mark mailbox just left as already notified */
void mutt_buffy_setnotified (const char *path);
+
+void mh_buffy (BUFFY *);