diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-08-05 09:48:13 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-08-05 09:48:13 +0000 |
commit | 7067a62e496554b2da56789089fd6e601a4af2fa (patch) | |
tree | 3ded88d8346c5c43a51f9c12ad591b066c39c68e /localimap | |
parent | 631a976c95c5530e209896bede62f7ccc6361ea8 (diff) |
Add locking option for dovecot 0.99.x too, and a sceptical comment about it.
Diffstat (limited to 'localimap')
-rwxr-xr-x | localimap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |