summaryrefslogtreecommitdiffstats
path: root/buffy.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2009-07-05 18:36:49 -0700
committerBrendan Cully <brendan@kublai.com>2009-07-05 18:36:49 -0700
commit8188073151b7516adea62711ce9625a983d2a689 (patch)
tree6d978a6657f868dd4f6e8ecfa261967d0e1c37c1 /buffy.h
parent2bd966d8a51cb2fc21fc68a399e3d51f093caece (diff)
Suppress new mail notification from mailbox just left. Closes #3290.
Diffstat (limited to 'buffy.h')
-rw-r--r--buffy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/buffy.h b/buffy.h
index d7ff3b4f..f88bd27f 100644
--- a/buffy.h
+++ b/buffy.h
@@ -43,3 +43,6 @@ void mutt_update_mailbox (BUFFY * b);
/* fixes up atime + mtime after mbox/mmdf mailbox was modified
according to stat() info taken before a modification */
void mutt_buffy_cleanup (const char *buf, struct stat *st);
+
+/* mark mailbox just left as already notified */
+void mutt_buffy_setnotified (const char *path);