summaryrefslogtreecommitdiffstats
path: root/buffy.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-04-07 16:02:02 -0700
committerKevin McCarthy <kevin@8t8.us>2019-04-07 16:02:02 -0700
commitbcda4240165ff4e3b3f7da5677a3e0ddd00aa8b6 (patch)
treeea41383488df5ea18ab7d70db829803d09953912 /buffy.h
parenta69a853fdf1407b8e0c53f1fb63f2f0e1a71a9b2 (diff)
Create mutt_buffer_buffy() buffer function.
Relocate some of the buffy function declarations to buffy.h while adding the new declaration.
Diffstat (limited to 'buffy.h')
-rw-r--r--buffy.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/buffy.h b/buffy.h
index 18be9de9..89091c9c 100644
--- a/buffy.h
+++ b/buffy.h
@@ -51,6 +51,13 @@ WHERE short BuffyCheckStatsInterval INITVAL (60);
extern time_t BuffyDoneTime; /* last time we knew for sure how much mail there was */
+void mutt_buffer_buffy (BUFFER *);
+void mutt_buffy (char *, size_t);
+
+int mutt_buffy_list (void);
+int mutt_buffy_check (int);
+int mutt_buffy_notify (void);
+
BUFFY *mutt_find_mailbox (const char *path);
void mutt_update_mailbox (BUFFY * b);