summaryrefslogtreecommitdiffstats
path: root/dotlock.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-15 11:21:56 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-15 11:21:56 +0000
commit9b5c3c3c423d10ae9775a39626b39ccefd2d6b35 (patch)
tree4030280e79a67938179c4278be17c9fc41fe6048 /dotlock.h
parent0fd1905ab3ad7e4b267c9abe7580f67b09e60fa5 (diff)
Really fix $save_empty, even when the dotlocking code is compiled
into mutt.
Diffstat (limited to 'dotlock.h')
-rw-r--r--dotlock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotlock.h b/dotlock.h
index 05c70950..681f533e 100644
--- a/dotlock.h
+++ b/dotlock.h
@@ -37,6 +37,8 @@
#define DL_FL_RETRY (1 << 4)
#define DL_FL_UNLINK (1 << 5)
+#define DL_FL_ACTIONS (DL_FL_TRY|DL_FL_UNLOCK|DL_FL_UNLINK)
+
#ifndef DL_STANDALONE
int dotlock_invoke(const char *, int, int);
#endif