From: Gerard F. <ger...@us...> - 2001-06-20 03:35:53
|
Update of /cvsroot/kuml/CVSROOT In directory usw-pr-cvs1:/tmp/cvs-serv30478 Modified Files: syncmail Log Message: Reduced number of lines sent from diffs of checkins from 1000 to 500. VS: Committing in . VS: VS: Modified Files: VS: syncmail VS: ---------------------------------------------------------------------- Index: syncmail =================================================================== RCS file: /cvsroot/kuml/CVSROOT/syncmail,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** syncmail 2000/10/14 04:10:39 1.1 --- syncmail 2001/06/20 03:35:50 1.2 *************** *** 65,69 **** DIFF_HEAD_LINES = 20 DIFF_TAIL_LINES = 20 ! DIFF_TRUNCATE_IF_LARGER = 1000 --- 65,69 ---- DIFF_HEAD_LINES = 20 DIFF_TAIL_LINES = 20 ! DIFF_TRUNCATE_IF_LARGER = 500 |