]> granicus.if.org Git - neomutt/commit
Rename idna functions and bits for smtputf8 changes.
authorKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:26 +0000 (15:49 -0800)
committerKevin McCarthy <kevin@8t8.us>
Tue, 24 Nov 2015 23:49:26 +0000 (15:49 -0800)
commita9fdde218ac436b57375e36b9b03bcbef76769b3
treee0ffd51e41bfef7c2023e83fcf3de9eed54145ec
parentc20d0d3babe8d3b161113a39cfe5fab28c1c64f1
Rename idna functions and bits for smtputf8 changes.

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

Change mutt_idna.c to be always compiled.  Remove the stub functions in
mutt_idna.h.  Instead, put #ifdefs around the idna function calls.  The
conversion functions will be fixed up in the next patch.

Rename the conversion functions to mutt_addrlist_to_intl() and
mutt_env_to_intl().  Rename the ADDRESS idna status bits to "intl"
status bits.
16 files changed:
Makefile.am
alias.c
commands.c
compose.c
configure.ac
edit.c
init.c
main.c
mutt_idna.c
mutt_idna.h
query.c
recvcmd.c
rfc822.c
rfc822.h
send.c
sendlib.c