X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=86271da8e2a9fbf52762d3a84c8e53b133f99ce6;hb=c9f72ab0cd65f517a2047feb942ad85025c1b7e8;hp=7174182d27a2347b796d1933ac1287ccf81b8ad1;hpb=9f817787be195b0065d0ffb9d8f2d0ef3595538b;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index 7174182..86271da 100644 --- a/init.h +++ b/init.h @@ -17,7 +17,6 @@ # include "sort.h" #endif -#include "buffy.h" #include "mutt.h" #ifndef _MAKEDOC @@ -1097,14 +1096,6 @@ struct option_t MuttVars[] = { ** to this length. A value of 0 (which is also the default) means that the ** maximum line length is determined by the terminal width and $$wrapmargin. */ - {"mail_check", DT_NUM, R_NONE, UL &BuffyTimeout, "5" }, - /* - ** .pp - ** This variable configures how often (in seconds) Madmutt should look for - ** new mail. - ** .pp - ** \fBNote:\fP This does not apply to IMAP mailboxes, see $$imap_mail_check. - */ #ifdef USE_HCACHE {"header_cache", DT_PATH, R_NONE, UL &HeaderCache, "" }, /* @@ -3400,8 +3391,6 @@ struct command_t { }; struct command_t Commands[] = { - {"mailboxes", buffy_parse_mailboxes, M_MAILBOXES}, - {"unmailboxes", buffy_parse_mailboxes, M_UNMAILBOXES}, {"bind", mutt_parse_bind, 0}, {"color", mutt_parse_color, 0}, {"exec", mutt_parse_exec, 0},