From: markus schnalke Date: Mon, 2 Nov 2015 16:37:13 +0000 (+0100) Subject: Decode address headers in replcomps X-Git-Tag: mmh-0.2~1 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=cc274fe6a74f58cfa17dc263d12d9d940e91b934 Decode address headers in replcomps --- diff --git a/etc/replcomps b/etc/replcomps index 8a76679..87532ba 100644 --- a/etc/replcomps +++ b/etc/replcomps @@ -20,7 +20,7 @@ %(formataddr(me))\ %(void(width))%(putaddr Cc: ) Fcc: +sent -Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%> +Subject: %<{subject}Re: %(void{subject})%(trim)%(decode)%> %; %; Make References: and In-reply-to: fields for threading. %; Use (void), (trim) and (putstr) to eat trailing whitespace. @@ -31,7 +31,7 @@ Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%> %(void{message-id})%(trim)%(putstr)\n%>\ Comments: In-reply-to \ %<{from}%(void{from})%?(void{apparently-from})%|%(void{sender})%>\ -%(trim)%(putstr)\n\ +%(trim)%(decode)\n\ message dated "%<(nodate{date})%{date}%|%(tws{date})%>." -------- [%4(year{date})-%02(mon{date})-%02(mday{date}) \ diff --git a/etc/replgroupcomps b/etc/replgroupcomps index f6af3a9..ae55a7b 100644 --- a/etc/replgroupcomps +++ b/etc/replgroupcomps @@ -29,7 +29,7 @@ %<(nonnull)%(void(width))%(putaddr Cc: )\n%>%>\ %; Fcc: +sent -Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%> +Subject: %<{subject}Re: %(void{subject})%(trim)%(decode)%> %; %; Make References: and In-reply-to: fields for threading. %; Use (void), (trim) and (putstr) to eat trailing whitespace. @@ -40,7 +40,7 @@ Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%> %(void{message-id})%(trim)%(putstr)\n%>\ Comments: In-reply-to \ %<{from}%(void{from})%?(void{apparently-from})%|%(void{sender})%>\ -%(trim)%(putstr)\n\ +%(trim)%(decode)\n\ message dated "%<(nodate{date})%{date}%|%(tws{date})%>." -------- [%4(year{date})-%02(mon{date})-%02(mday{date}) \