Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 8 Sep 2005 10:04:49 +0000 (10:04 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 8 Sep 2005 10:04:49 +0000 (10:04 +0000)
- fixed problem with dotlock path

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@488 e385b8ad-14ed-0310-8656-cc95a2468c6d

init.h

diff --git a/init.h b/init.h
index d2816e4..7cec74c 100644 (file)
--- 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)
    ** 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
   /*
    ** .pp
    ** Availability: Standalone and Dotlock