X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=c5a4b56274e98bbd07bb8e3d2fe73862780395bc;hp=903184719d3a6676695306d2f2f18458f6e3490e;hb=f9f8b2003d4a5e7dfaf5604fedf835686acdc38e;hpb=cfd5f411041c7ef44087b032751792fadc74586d diff --git a/init.h b/init.h index 9031847..c5a4b56 100644 --- a/init.h +++ b/init.h @@ -210,7 +210,7 @@ struct option_t MuttVars[] = { ** checking each file to see if it has already been looked at. If it's ** \fIunset\fP, no check for new mail is performed while the mailbox is open. */ - {"collapse_unread", DT_BOOL, OPTCOLLAPSEUNREAD, "yes" }, + {"collapse_unread", DT_BOOL, OPTCOLLAPSEUNREAD, "no" }, /* ** .pp ** When \fIunset\fP, Madmutt will not collapse a thread if it contains any @@ -929,12 +929,6 @@ struct option_t MuttVars[] = { ** At which characters this compression is done is controled via the ** $$sidebar_boundary variable. */ - {"mbox_type", DT_MAGIC, UL &DefaultMagic, "mbox" }, - /* - ** .pp - ** The default mailbox type used when creating new folders. May be any of - ** \fTmbox\fP, \fTMH\fP and \fTMaildir\fP. - */ {"metoo", DT_BOOL, OPTMETOO, "no" }, /* ** .pp @@ -2023,26 +2017,9 @@ struct command_t Commands[] = { {"bind", mutt_parse_bind, 0}, {"color", mutt_parse_color, 0}, {"exec", mutt_parse_exec, 0}, - {"append-hook", mutt_parse_hook, M_APPENDHOOK}, - {"close-hook", mutt_parse_hook, M_CLOSEHOOK}, - {"crypt-hook", mutt_parse_hook, M_CRYPTHOOK}, - {"fcc-hook", mutt_parse_hook, M_FCCHOOK}, - {"fcc-save-hook", mutt_parse_hook, M_FCCHOOK|M_SAVEHOOK}, - {"folder-hook", mutt_parse_hook, M_FOLDERHOOK}, - {"mbox-hook", mutt_parse_hook, M_MBOXHOOK}, - {"message-hook", mutt_parse_hook, M_MESSAGEHOOK}, - {"open-hook", mutt_parse_hook, M_OPENHOOK}, - {"pgp-hook", mutt_parse_hook, M_CRYPTHOOK}, - {"reply-hook", mutt_parse_hook, M_REPLYHOOK}, - {"save-hook", mutt_parse_hook, M_SAVEHOOK}, - {"send2-hook", mutt_parse_hook, M_SEND2HOOK}, - {"send-hook", mutt_parse_hook, M_SENDHOOK}, {"macro", mutt_parse_macro, 0}, - {"mono", mutt_parse_mono, 0}, {"push", mutt_parse_push, 0}, {"uncolor", mutt_parse_uncolor, 0}, - {"unhook", mutt_parse_unhook, 0}, - {"unmono", mutt_parse_unmono, 0}, {"alias", parse_alias, 0}, {"attachments", parse_attachments, 0 }, {"my_hdr", parse_my_hdr, 0},