Update of /cvsroot/plib/CVSROOT
In directory usw-pr-cvs1:/tmp/cvs-serv2557
Modified Files:
syncmail
Log Message:
Lowered DIFF_TRUNCATE_IF_LARGER from 1000 to 100
Index: syncmail
===================================================================
RCS file: /cvsroot/plib/CVSROOT/syncmail,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- syncmail 2002/01/16 15:48:18 1.4
+++ syncmail 2002/01/29 20:55:25 1.5
@@ -73,7 +73,8 @@
# Diff trimming stuff
DIFF_HEAD_LINES = 20
DIFF_TAIL_LINES = 20
-DIFF_TRUNCATE_IF_LARGER = 1000
+# DIFF_TRUNCATE_IF_LARGER = 1000
+DIFF_TRUNCATE_IF_LARGER = 100
PROGRAM = sys.argv[0]
|