From cc274fe6a74f58cfa17dc263d12d9d940e91b934 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Mon, 2 Nov 2015 17:37:13 +0100 Subject: [PATCH] Decode address headers in replcomps --- etc/replcomps | 4 ++-- etc/replgroupcomps | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}) \ -- 1.7.10.4