X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.h;h=1506247a7a4ec7b628e24d10338a6c03d4981c16;hp=e04e7c5bcb8e7c888936b0412078af14990f5866;hb=cfd46a622a446af8a5fa286637cd88259f1b50a5;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/buffy.h b/buffy.h index e04e7c5..1506247 100644 --- a/buffy.h +++ b/buffy.h @@ -27,7 +27,11 @@ 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 */ short notified; /* user has been notified */ short magic; /* mailbox type */ short newly_created; /* mbox or mmdf just popped into existence */