--- pine4.55/imap/src/osdep/unix/env_unix.c.orig 2003-05-10 11:57:36 +0400 +++ pine4.55/imap/src/osdep/unix/env_unix.c 2003-05-10 12:09:33 +0400 @@ -89,6 +89,10 @@ /* block notification */ static blocknotify_t mailblocknotify = mm_blocknotify; +/* ALT cares for that its software conforms to 1) and expects that + * fcntl()-locking works through NFS. Pine has been patched to use fcntl() + * on any FS. + */ /* Note: setting disableLockWarning means that you assert that the * so-modified copy of this software will NEVER be used: * 1) in conjunction with any software which expects .lock files @@ -99,7 +103,7 @@ * on the mail spool, or install mlock. */ /* disable warning if can't make .lock file */ -static short disableLockWarning = NIL; +static short disableLockWarning = T; /* UNIX namespaces */