From: nion Date: Thu, 8 Sep 2005 10:04:49 +0000 (+0000) Subject: Nico Golde: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=f19732d9db143dae2cfc24d0949490d59104574a Nico Golde: - fixed problem with dotlock path git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@488 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/init.h b/init.h index d2816e4..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