X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=buffy.h;fp=buffy.h;h=89b6d532b0c611d375778881ee985545f64fd255;hb=0ab517261694b001d2eb17f06f167a4cdd2c7c07;hp=158110302c83217dfde4bebc033fe8c7514a2ede;hpb=598ddfd9e5e0ea3fd368878e4bf8227014e478d5;p=apps%2Fmadmutt.git diff --git a/buffy.h b/buffy.h index 1581103..89b6d53 100644 --- a/buffy.h +++ b/buffy.h @@ -18,7 +18,7 @@ typedef struct buffy_t { 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 */ + short newly_created; /* mbox just popped into existence */ } BUFFY; DO_INIT(BUFFY, buffy);