X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=buffy.h;h=89b6d532b0c611d375778881ee985545f64fd255;hp=158110302c83217dfde4bebc033fe8c7514a2ede;hb=98f62b5fcbd680fd5214ee85e1635b84322cbdd1;hpb=4c99e2f0c403adb86af688ea982350de5bcc5edf 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);