]> granicus.if.org Git - neomutt/commit
Support reading FQDN from mailname files
authorPietro Cerutti <gahr@gahr.ch>
Fri, 1 Dec 2017 15:49:15 +0000 (15:49 +0000)
committerRichard Russon <rich@flatcap.org>
Thu, 7 Dec 2017 16:35:32 +0000 (16:35 +0000)
commitaffc2d4811b27aa7a4198e09b1f85c1dfdc607d1
treefc06727f8ba92d656a4f4e88083be948cf7e0aad
parentbecc24c68a8f7c19d9b850fe3ad8f85737344c3e
Support reading FQDN from mailname files

Currently, we support reading from /etc/mailname and /etc/mail/mailname.
Adding support for more files is trivial. Reading these files is only
done if NeoMutt was configured without the --with-domain option.

Issue #974
init.c