5fb471b83a
Nothing has been released yet, but some interesting patches have been committed. See <https://github.com/nkhorman/panda-imap/commits/master>. Since I’m there, remove the option for better better interoperability with Netscape.
12 lines
248 B
Text
12 lines
248 B
Text
--- src/mlock/Makefile.orig 2022-04-17 00:12:02 UTC
|
|
+++ src/mlock/Makefile
|
|
@@ -30,8 +30,7 @@ SHELL = /bin/sh
|
|
|
|
# Get local definitions from c-client directory
|
|
|
|
-CC = `cat $C/CCTYPE`
|
|
-CFLAGS = `cat $C/CFLAGS`
|
|
+CFLAGS+= -DNFSKLUDGE
|
|
|
|
all: mlock
|
|
|