diff options
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 |