summaryrefslogtreecommitdiff
path: root/localimap
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2005-08-05 09:48:13 +0000
committerJonas Smedegaard <dr@jones.dk>2005-08-05 09:48:13 +0000
commit7067a62e496554b2da56789089fd6e601a4af2fa (patch)
tree3ded88d8346c5c43a51f9c12ad591b066c39c68e /localimap
parent631a976c95c5530e209896bede62f7ccc6361ea8 (diff)
Add locking option for dovecot 0.99.x too, and a sceptical comment about it.
Diffstat (limited to 'localimap')
-rwxr-xr-xlocalimap4
1 files changed, 4 insertions, 0 deletions
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