X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=7cec74cd30176e13c1d8a8ba24c6a52065552bc1;hb=587624727b9113e58090ad51bbe35caf7d827e13;hp=be6a7bbf53010b4d020ae60d339f4b60bba43b72;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index be6a7bb..7cec74c 100644 --- a/init.h +++ b/init.h @@ -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, "$muttng_bindir/muttng_dotlock"}, + {"dotlock_program", DT_PATH, R_NONE, UL &MuttDotlock, UL BINDIR "/muttng_dotlock"}, /* ** .pp ** Availability: Standalone and Dotlock @@ -3868,9 +3868,6 @@ static const char* Features[] = { #ifdef USE_SASL "sasl", #endif -#ifdef USE_SASL2 - "sasl2", -#endif #ifdef USE_LIBESMTP "libesmtp", #endif