From: Zooko <zo...@zo...> - 2002-03-21 16:54:32
|
My subject lines look this: [Mnet-cvs] CVS: add ``safe_zlib_decompress_spool_to_file()" The "CVS: " is redundant with the more informative "[Mnet-cvs] ", so this patch removes it: Index: syncmail =================================================================== RCS file: /cvsroot/mnet/CVSROOT/syncmail,v retrieving revision 1.18 diff -u -d -r1.18 syncmail --- syncmail 17 Mar 2002 15:33:27 -0000 1.18 +++ syncmail 21 Mar 2002 16:53:57 -0000 @@ -70,7 +70,7 @@ import time # Notification command -MAILCMD = "/bin/mail -s 'CVS: %(SUBJECT)s' %(PEOPLE)s 2>&1 > /dev/null" +MAILCMD = "/bin/mail -s '%(SUBJECT)s' %(PEOPLE)s 2>&1 > /dev/null" # Diff trimming stuff DIFF_HEAD_LINES = 20 |