[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] nmh ChangeLog etc/replcomps etc/replgroupcomps
From: |
Peter Maydell |
Subject: |
[Nmh-commits] nmh ChangeLog etc/replcomps etc/replgroupcomps |
Date: |
Sun, 03 Aug 2008 13:54:38 +0000 |
CVSROOT: /sources/nmh
Module name: nmh
Changes by: Peter Maydell <pm215> 08/08/03 13:54:38
Modified files:
. : ChangeLog
etc : replcomps replgroupcomps
Log message:
etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from
Subject field (patch from Eric Gillespie)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&r1=1.279&r2=1.280
http://cvs.savannah.gnu.org/viewcvs/nmh/etc/replcomps?cvsroot=nmh&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/nmh/etc/replgroupcomps?cvsroot=nmh&r1=1.4&r2=1.5
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/nmh/nmh/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -b -r1.279 -r1.280
--- ChangeLog 3 Aug 2008 13:32:18 -0000 1.279
+++ ChangeLog 3 Aug 2008 13:54:37 -0000 1.280
@@ -1,3 +1,8 @@
+2008-08-03 Eric Gillespie <address@hidden>
+
+ * etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from
+ Subject field.
+
2008-08-03 Peter Maydell <address@hidden>
* sbr/fmt_compile.c: when doing an if-test on the result
@@ -5,7 +10,7 @@
the string is non-empty (as the documentation says we do).
Previously we were always testing the integer 'value'. Bug
spotted by Eric Gillespie.
- * test/tests/repl/test-if-str: test case for this bug.
+ * test/tests/repl/test-if-str: test case for this bug
2008-07-24 Eric Gillespie <address@hidden>
Index: etc/replcomps
===================================================================
RCS file: /sources/nmh/nmh/etc/replcomps,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- etc/replcomps 2 Jul 2003 02:01:50 -0000 1.5
+++ etc/replcomps 3 Aug 2008 13:54:37 -0000 1.6
@@ -1,4 +1,4 @@
-%; $Header: /sources/nmh/nmh/etc/replcomps,v 1.5 2003/07/02 02:01:50
gbburkhardt Exp $
+%; $Header: /sources/nmh/nmh/etc/replcomps,v 1.6 2008/08/03 13:54:37 pm215 Exp
$
%;
%; These next lines slurp in lots of addresses for To: and cc:.
%; Use with repl -query or else you may get flooded with addresses!
@@ -20,7 +20,7 @@
%(formataddr(me))\
%(void(width))%(putaddr cc: )
Fcc: %<{fcc}%{fcc}%|+outbox%>
-Subject: %<{subject}Re: %{subject}%>
+Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%>
%;
%; Make References: and In-reply-to: fields for threading.
%; Use (void), (trim) and (putstr) to eat trailing whitespace.
Index: etc/replgroupcomps
===================================================================
RCS file: /sources/nmh/nmh/etc/replgroupcomps,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- etc/replgroupcomps 2 Jul 2003 02:01:50 -0000 1.4
+++ etc/replgroupcomps 3 Aug 2008 13:54:37 -0000 1.5
@@ -29,7 +29,7 @@
%<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\
%;
Fcc: %<{fcc}%{fcc}%|+outbox%>
-Subject: %<{subject}Re: %{subject}%>
+Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%>
%;
%; Make References: and In-reply-to: fields for threading.
%; Use (void), (trim) and (putstr) to eat trailing whitespace.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] nmh ChangeLog etc/replcomps etc/replgroupcomps,
Peter Maydell <=