X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.h;h=158110302c83217dfde4bebc033fe8c7514a2ede;hp=625ade8d938122a5a04f6a7df8bb5891904e3da1;hb=4c99e2f0c403adb86af688ea982350de5bcc5edf;hpb=66e848d459c5aca5d17523959bcaed3e9fd7fe25 diff --git a/buffy.h b/buffy.h index 625ade8..1581103 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 or mmdf just popped into existence */ } BUFFY; DO_INIT(BUFFY, buffy);