jackie sparks writes:

so I set this to 0 then will it not use file locks?

./imapscanclient.c

static int uselocks()
{
        const   char *p;

        if ((p=getenv("IMAP_USELOCKS")) != 0 && *p != '1')
                return 0;

        return 1;

Yes, this imapd setting disables it; but as noted this may result in bad behavior in some IMAP clients.

Attachment: pgpJpIJTSfL26.pgp
Description: PGP signature

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to