]> git.marmaro.de Git - mmh/commitdiff
etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from
authorPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 3 Aug 2008 13:54:37 +0000 (13:54 +0000)
committerPeter Maydell <pmaydell@chiark.greenend.org.uk>
Sun, 3 Aug 2008 13:54:37 +0000 (13:54 +0000)
Subject field (patch from Eric Gillespie)

ChangeLog
etc/replcomps
etc/replgroupcomps

index d76efca945b95345a5ecb17a48ac89c73a5d13f1..39aab9a8943670658c7961bd7ee889d59e59bb1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-03  Eric Gillespie  <epg@pretzelnet.org>
+
+       * etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from
+       Subject field.
+
 2008-08-03  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
 
        * 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  <epg@pretzelnet.org>
 
index 6ec3ce727d6b9df50f931c3280bf3849b8578249..91664113119809f5f989959fc33cc4b988980ec4 100644 (file)
@@ -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 7920544b36cef3546f3773668a5c223414d19b69..210a3e00fb792ec7fe430803cb92d72db2069c3b 100644 (file)
@@ -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.