From 7067a62e496554b2da56789089fd6e601a4af2fa Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Fri, 5 Aug 2005 09:48:13 +0000
Subject: Add locking option for dovecot 0.99.x too, and a sceptical comment
 about it.

---
 localimap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/localimap b/localimap
index 04b93ad..0955981 100755
--- a/localimap
+++ b/localimap
@@ -3,6 +3,10 @@
 if test -d ~/Maildir; then
 	MAIL=~/Maildir
 fi
+
+# Do these work at all?
+# (one for dovecot 1.x and the other for 0.99.x)
 MBOX_WRITE_LOCKS=fcntl
+MBOX_LOCKS=fcntl
 
 exec /usr/lib/dovecot/imap
-- 
cgit v1.2.3