X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=f42922ba822276eafc7b66eb50d1407c20b70b4e;hb=02287931a05492f543247342c389d0a6e8bd8a00;hp=7cec74cd30176e13c1d8a8ba24c6a52065552bc1;hpb=f19732d9db143dae2cfc24d0949490d59104574a;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index 7cec74c..f42922b 100644 --- a/init.h +++ b/init.h @@ -511,7 +511,7 @@ struct option_t MuttVars[] = { ** English). */ #ifdef DEBUG - {"debug_level", DT_NUM, R_NONE, UL &DebugLevel, "0" }, + {"debug_level", DT_NUM, R_NONE, UL &DebugLevel, "1" }, /* ** .pp ** Availability: debug @@ -584,7 +584,7 @@ struct option_t MuttVars[] = { ** filtered message is read from the standard output. */ #if defined(DL_STANDALONE) && defined(USE_DOTLOCK) - {"dotlock_program", DT_PATH, R_NONE, UL &MuttDotlock, UL BINDIR "/muttng_dotlock"}, + {"dotlock_program", DT_PATH, R_NONE, UL &MuttDotlock, "$muttng_bindir/muttng_dotlock"}, /* ** .pp ** Availability: Standalone and Dotlock