+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
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>
%(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.
%<(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.