]> granicus.if.org Git - neomutt/commit
Use getaddrinfo_a if possible (#420)
authorMehdi ABAAKOUK <sileht@sileht.net>
Fri, 24 Feb 2017 14:43:36 +0000 (15:43 +0100)
committerRichard Russon <rich@flatcap.org>
Fri, 24 Feb 2017 14:43:36 +0000 (14:43 +0000)
commitf05e079cc9d948cc9b67bedf529509013b7d67b5
tree0fe486c1e6d7594db879a2f483e21368fe7857a3
parentef55adc3bbd3c186ca8939bd75abee2baf0bec58
Use getaddrinfo_a if possible (#420)

When getaddrinfo_a is avialable we can use it to set a timeout for the
dns resolution. This avoid to have mutt that freeze on startup when the
network connection isn't working and the hosts/hostname misconfigured on
the system.

Closes #176
Closes #420
configure.ac
getdomain.c