]> granicus.if.org Git - mutt/commit
RFC2047-decode mailto url headers after RFC2822 parsing. (closes #3879)
authorKevin McCarthy <kevin@8t8.us>
Sat, 1 Oct 2016 20:58:35 +0000 (13:58 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 1 Oct 2016 20:58:35 +0000 (13:58 -0700)
commit09e8be75da965a9b1b2e61609d26cb672618107c
treeb54349d79ec8e9d6a50a88b7ee0864ed2d4a24af
parent4c01b9963480b373ec08c9e21757caa23cac1cc8
RFC2047-decode mailto url headers after RFC2822 parsing. (closes #3879)

Commit 55819a7e6169 performed the RFC2047 decode before the parsing.
This works okay for headers such as subject, but for others such as
address fields could lead to parsing errors.

Change to perform a decode on envelope headers after all the calls to
mutt_parse_rfc822_line(), using the same list of fields as
mutt_read_rfc822_header().

Change the do_2047 parameter of mutt_read_rfc822_line() to true, so
that user headers are decoded if needed.
url.c