From 9b5c3c3c423d10ae9775a39626b39ccefd2d6b35 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sun, 15 Aug 1999 11:21:56 +0000 Subject: Really fix $save_empty, even when the dotlocking code is compiled into mutt. --- dotlock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotlock.h') 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 -- cgit v1.2.3