From 452fbedcd5db101378b01c957a7f0574eb708afc Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 3 Mar 2010 08:50:56 +0100 Subject: Decode headers in reply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When headers contain non-ASCII characters, they are encoded according to rfc2047. Nomtuch reply command emits the headers in the encoded form, which makes them hard to read by humans who compose the reply. For example instead of "Subject: Re: Rozlučka" one currently sees "Subject: Re: =?iso-8859-2?q?Rozlu=E8ka?=". This patch adds a new GMime filter which is used to decode headers to UTF-8 and uses this filter when notmuch reply outputs headers. Signed-off-by: Michal Sojka --- Makefile.local | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index 71525e2c..9a1d055b 100644 --- a/Makefile.local +++ b/Makefile.local @@ -196,6 +196,7 @@ notmuch_client_srcs = \ $(notmuch_compat_srcs) \ debugger.c \ gmime-filter-reply.c \ + gmime-filter-headers.c \ notmuch.c \ notmuch-config.c \ notmuch-count.c \ -- cgit v1.2.3