]> granicus.if.org Git - neomutt/commit
Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().
authorAlain Bench <veronatif@free.fr>
Wed, 7 Mar 2007 02:13:14 +0000 (18:13 -0800)
committerAlain Bench <veronatif@free.fr>
Wed, 7 Mar 2007 02:13:14 +0000 (18:13 -0800)
commitdbd0c91cf3c215d0ce3995048c4e388e66ef3079
tree77d939928ff62409bf14e6dbe7d5a1e82308cfa5
parentb5652cd3d81537a643827af54b225741e3e6179a
Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().
Wipe unwanted code depending on M_ICONV_HOOK_TO in charset.c:mutt_iconv_open().
Totally wipe M_ICONV_HOOK_TO symbol.
Remove misusages of M_ICONV_HOOK_FROM flag in:
 - crypt-gpgme.c:print_utf8().
 - mutt_idna.c:mutt_idna_to_local() and mutt_local_to_idna().
 - pgp.c:pgp_traditional_encryptsign().
Document usage policy of M_ICONV_HOOK_FROM flag.
Cosmetic downcasing of some constant charset names (utf-8, euc-jp) for consistency.
Correction of a typo in the "iso8859-5" charset name.
ChangeLog
charset.c
charset.h
crypt-gpgme.c
imap/utf7.c
mbyte.c
mutt_idna.c
pgp.c
rfc2047.c
sendlib.c