X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.h;h=94a325c4f264fd5ae300044e5b7ed4e27c9647b4;hp=e04e7c5bcb8e7c888936b0412078af14990f5866;hb=fdf0986350bf8b49a817aaf53526904f8ed5b8de;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/buffy.h b/buffy.h index e04e7c5..94a325c 100644 --- a/buffy.h +++ b/buffy.h @@ -27,7 +27,12 @@ typedef struct buffy_t long size; #endif /* BUFFY_SIZE */ struct buffy_t *next; + struct buffy_t *prev; 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 */