blob: 58d426001582276064d0a84984357b3c38216a94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- imap/src/osdep/unix/env_unix.c.boguswarning Mon Jun 25 23:10:04 2001
+++ imap/src/osdep/unix/env_unix.c Thu Oct 4 05:12:36 2001
@@ -48,7 +48,7 @@
/* flock() emulator is a no-op */
static short disableFcntlLock = NIL;
/* warning on EACCES errors on .lock files */
-static short lockEaccesError = T;
+static short lockEaccesError = NIL;
static short hideDotFiles = NIL;/* hide files whose names start with . */
/* 1 = disable plaintext, 2 = if not SSL */
static long disablePlaintext = NIL;
|