X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_idna.c;h=4f2db0f6a63a044b8a5f8461e28a6ec2d9ca8d14;hp=e2919ff9d44b7e65c9e8b9184a08e51dde25db1b;hb=37bbc8dcb3e9c795bd04ccfc5ac59f9810908c3c;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23 diff --git a/mutt_idna.c b/mutt_idna.c index e2919ff..4f2db0f 100644 --- a/mutt_idna.c +++ b/mutt_idna.c @@ -7,14 +7,11 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include -#include -#include -#include -#include +#ifdef HAVE_LIBIDN +#include +#endif #include "mutt.h" #include "charset.h" @@ -132,7 +129,7 @@ static int mbox_to_udomain (const char *mbx, char **user, char **domain) return 0; } -int mutt_addrlist_to_idna (address_t * a, const char **err) +int mutt_addrlist_to_idna (address_t * a, char **err) { char *user = NULL, *domain = NULL; char *tmp = NULL; @@ -245,7 +242,7 @@ void mutt_env_to_local (ENVELOPE * e) if (tag) *tag = #a; e = 1; err = NULL; \ } -int mutt_env_to_idna (ENVELOPE * env, const char **tag, const char **err) +int mutt_env_to_idna (ENVELOPE * env, const char **tag, char **err) { int e = 0;