Just tried 1.6.0 and now I get
Error in .../aliases.mutt, line 1: Warning: Bad IDN '[email protected]' 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?
...
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL -USE_SETGID +USE_DOTLOCK -DL_STANDALONE -USE_FCNTL +USE_FLOCK
-USE_POP -USE_IMAP +USE_SMTP
+USE_SSL_OPENSSL -USE_SSL_GNUTLS -USE_SASL -USE_GSS +HAVE_GETADDRINFO
+HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME -CRYPT_BACKEND_GPGME
+EXACT_ADDRESS -SUN_ATTACHMENT
+ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
-HAVE_ICONV -ICONV_NONTRANS -HAVE_LIBIDN +HAVE_GETSID -USE_HCACHE
-ISPELL
...