X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.h;h=89b6d532b0c611d375778881ee985545f64fd255;hp=625ade8d938122a5a04f6a7df8bb5891904e3da1;hb=3438f31945bb94bc4f4b9603ac47fcde03d5c073;hpb=c9f72ab0cd65f517a2047feb942ad85025c1b7e8 diff --git a/buffy.h b/buffy.h index 625ade8..89b6d53 100644 --- a/buffy.h +++ b/buffy.h @@ -9,20 +9,16 @@ #ifndef _BUFFY_H #define _BUFFY_H -/*parameter to mutt_parse_mailboxes*/ -#define M_MAILBOXES 1 -#define M_UNMAILBOXES 2 - typedef struct buffy_t { - char *path; - short new; /* mailbox has new mail */ - short has_new; /* set it new if new and not read */ - int msgcount; /* total number of messages */ - int msg_unread; /* number of unread messages */ - int msg_flagged; /* number of flagged messages */ - short notified; /* user has been notified */ - short magic; /* mailbox type */ - short newly_created; /* mbox or mmdf just popped into existence */ + char *path; + short new; /* mailbox has new mail */ + short has_new; /* set it new if new and not read */ + int msgcount; /* total number of messages */ + int msg_unread; /* number of unread messages */ + int msg_flagged; /* number of flagged messages */ + short notified; /* user has been notified */ + short magic; /* mailbox type */ + short newly_created; /* mbox just popped into existence */ } BUFFY; DO_INIT(BUFFY, buffy);