I don't care about systems where atimes are broken.
[apps/madmutt.git] / buffy.h
diff --git a/buffy.h b/buffy.h
index 857f594..1e1c55f 100644 (file)
--- a/buffy.h
+++ b/buffy.h
@@ -17,9 +17,6 @@
 
 typedef struct buffy_t {
   char *path;
-#ifdef BUFFY_SIZE
-  long size;
-#endif                          /* BUFFY_SIZE */
   short new;                    /* mailbox has new mail */
   short has_new;                /* set it new if new and not read */
   int msgcount;                 /* total number of messages */
@@ -48,9 +45,4 @@ int buffy_list (void);
 /* wrapper around buffy_list() */
 int buffy_notify (void);
 
-#ifdef BUFFY_SIZE
-BUFFY *buffy_find_mailbox (const char *path);
-void buffy_update_mailbox (BUFFY * b);
-#endif
-
 #endif /* !_BUFFY_H */