From f19732d9db143dae2cfc24d0949490d59104574a Mon Sep 17 00:00:00 2001 From: nion Date: Thu, 8 Sep 2005 10:04:49 +0000 Subject: [PATCH] Nico Golde: - fixed problem with dotlock path git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@488 e385b8ad-14ed-0310-8656-cc95a2468c6d --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1