]> git.llucax.com Git - software/mutt-debian.git/blobdiff - buffy.h
removing an article form the Description of mutt-patched to make lintian happy
[software/mutt-debian.git] / buffy.h
diff --git a/buffy.h b/buffy.h
index d7ff3b4fa896f5d8e65c8a9ca5fbe54549056f6c..2e5e04849e94b7b6316bee041c4406251654aa84 100644 (file)
--- a/buffy.h
+++ b/buffy.h
@@ -29,6 +29,7 @@ typedef struct buffy_t
   short notified;              /* user has been notified */
   short magic;                 /* mailbox type */
   short newly_created;         /* mbox or mmdf just popped into existence */
+  time_t last_visited;         /* time of last exit from this mailbox */
 }
 BUFFY;
 
@@ -43,3 +44,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);