summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-18 22:11:27 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-18 22:11:27 +0000
commit9695791fff221ebe1314b7408e4f0f402e0d53af (patch)
tree0bacee419865e30d4bf14f1439cfb9e583c75452 /globals.h
parenta15f31d6be1e72ec7a828be3db98715b9e2abf13 (diff)
Introduce $dotlock_program: This makes the mutt_dotlock program's
location a run-time configuration variable.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index e035a941..deb89867 100644
--- a/globals.h
+++ b/globals.h
@@ -22,6 +22,10 @@ WHERE CONTEXT *Context;
WHERE char Errorbuf[SHORT_STRING];
+#if defined(DL_STANDALONE) && defined(USE_DOTLOCK)
+WHERE char *MuttDotlock;
+#endif
+
WHERE char *AliasFile;
WHERE char *AliasFmt;
WHERE char *AttachSep;