aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Michal Sojka <sojkam1@fel.cvut.cz>2010-03-03 08:50:56 +0100
committerGravatar Carl Worth <cworth@cworth.org>2010-04-13 09:23:54 -0700
commit452fbedcd5db101378b01c957a7f0574eb708afc (patch)
tree2c1d5ce3d44b78745489915ff7608f99de3b2a9a /Makefile.local
parent9193455fa1476ea3957475e77379b75efa6dd90b (diff)
Decode headers in reply
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 <sojkam1@fel.cvut.cz>
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 1 insertions, 0 deletions
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 \