]> granicus.if.org Git - neomutt/commit
Add option 'idn_encode'; rename option 'use_idn' to 'idn_decode'.
authorKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:28 +0000 (15:49 -0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:28 +0000 (15:49 -0800)
commit982b950547ce25635cf4fd2772410b4f3b80cec7
treee3547ff4fab3b26c3b24af3d5de95b9521911d1a
parent7c8a4b3c45bfeaa07580f8a0875f3435f50bca6d
Add option 'idn_encode'; rename option 'use_idn' to 'idn_decode'.

This is patch 3 of 4 implementing support for SMTPUTF8 (RFC 6531).

Add an option to control whether international domains are encoded with
IDN or not.  This defaults to set, for backward compatibility.

Rename the use_idn option to idn_decode, since that more properly
reflects its purpose.
init.h
mutt.h
mutt_idna.c