a_head_addrspec_check(): do not treat high-bit bytes as _T_SPECIAL..
commit6f6cb880e29a1008240971103b4c1d9cf014f01f
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 7 Sep 2017 22:17:22 +0000 (8 00:17 +0200)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Fri, 8 Sep 2017 16:40:24 +0000 (8 18:40 +0200)
tree188ae913aa57e2c213e42f0ae187352a3ff37ea5
parent6cd3ef9766c564bf00a8e90fe41c9cdc8e56609c
a_head_addrspec_check(): do not treat high-bit bytes as _T_SPECIAL..

because they will be part of a RFC 2047 encoded word in the end,
therefore no need to apply quoting to them as such.
However, all this is a hack, we do not care for multibyte sequences,
nor does all this work relative to a possible sendcharset!  Sic!!
head.c