X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.h;h=0662b9414cfd750937034cd5932aea89875962b6;hp=1e1c55f62b158e60c4120473f598e7ab4d0a5771;hb=3242c00b2d3f7f1c1554bcebfb8a390fddea095f;hpb=bd0ed9bc7c534be30b0140b341b4d8a390483dbd diff --git a/buffy.h b/buffy.h index 1e1c55f..0662b94 100644 --- a/buffy.h +++ b/buffy.h @@ -9,8 +9,6 @@ #ifndef _BUFFY_H #define _BUFFY_H -#include "lib/list.h" - /*parameter to mutt_parse_mailboxes*/ #define M_MAILBOXES 1 #define M_UNMAILBOXES 2 @@ -26,9 +24,10 @@ typedef struct buffy_t { short magic; /* mailbox type */ short newly_created; /* mbox or mmdf just popped into existence */ } BUFFY; +DO_ARRAY_TYPE(BUFFY, buffy); /* folders with incomming mail (via mailboxes command) */ -WHERE list2_t* Incoming; +WHERE buffy_array Incoming; WHERE short BuffyTimeout INITVAL (3); extern time_t BuffyDoneTime; /* last time we knew for sure how much mail there was */