X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=buffy.h;fp=buffy.h;h=1e1c55f62b158e60c4120473f598e7ab4d0a5771;hb=bd0ed9bc7c534be30b0140b341b4d8a390483dbd;hp=857f5940272eb2966e4c91613077663316ab8518;hpb=3984877e812b0ba73b84539d231aeca3c2de6b9b;p=apps%2Fmadmutt.git diff --git a/buffy.h b/buffy.h index 857f594..1e1c55f 100644 --- 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 */