X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=3f149ca6cd8a061a20131b3aefae4d6548f07dda;hp=d76776ef5379cea5559436c7d7b94563d48edb70;hb=f9c8b43480b416548e29d2fccc2a7c5086a6c3a1;hpb=08fa240d29322ece4c7bceebfae6c6d3fb856f0e diff --git a/init.h b/init.h index d76776e..3f149ca 100644 --- a/init.h +++ b/init.h @@ -20,7 +20,6 @@ #include "buffy.h" #include "mutt.h" #include "version.h" -#include "lib/debug.h" #ifndef _MAKEDOC #define DT_MASK 0x0f @@ -512,24 +511,6 @@ struct option_t MuttVars[] = { ** rest of the string are expanded in the \fIC\fP locale (that is in US ** English). */ -#ifdef DEBUG - {"debug_level", DT_NUM, R_NONE, UL &DebugLevel, "1" }, - /* - ** .pp - ** Availability: debug - ** - ** .pp - ** This variable specifies the current debug level and - ** may be used to increase or decrease the verbosity level - ** during runtime. It overrides the level given with the - ** \fT-d\fP command line option. - ** - ** .pp - ** Currently, this number must be >= 0 and <= 5 and madmutt - ** must be started with \fT-d\fP to enable debugging at all; - ** enabling at runtime is not possible. - */ -#endif {"default_hook", DT_STR, R_NONE, UL &DefaultHook, "~f %s !~P | (~P ~C %s)"}, /* ** .pp