On Tue, Apr 05, 2016 at 06:58:38AM -0700, Claus Assmann wrote:
> Just tried 1.6.0 and now I get
> Error in .../aliases.mutt, line 1: Warning: Bad IDN 'n...@name.tld' in alias 
> 'NAME'.
> 
> Seems this is related to the new IDN code, but since my system
> doesn't support ICONV all conversions fail:
> 
> mutt_addrlist_to_intl()
> -> local_to_intl()
> -> mutt_convert_string()
> -> mutt_iconv_open()
> ->
> iconv_t iconv_open (const char *tocode, const char *fromcode)
> {
>   return (iconv_t)(-1);
> }
> 
> So I get that "Error" for each alias at startup... and I haven't
> found a way to turn it off (yet; e.g., idn_{de,en}code options
> aren't available).
> 
> Do I miss some run time option or do I "just" have a system with
> an untested combination of compile time options?

Sorry Claus,

It looks like I blew it.  I'll put this at the top of my list to patch.
Will probably have to get a fix out for this very soon.

-- 
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA
http://www.8t8.us/configs/gpg-key-transition-statement.txt

Attachment: signature.asc
Description: PGP signature

Reply via email to