Thu, 16 Aug 2018 13:26:41 -0500
Suddenly required this to build again
--- a/bin/setup-neomutt +++ b/bin/setup-neomutt @@ -20,6 +20,7 @@ cd sandbox/neomutt case "$(uname -s)" in Darwin) CONFIGURE_OPTIONS='--with-ssl=/opt/local --with-gpgme=/opt/local' + export EXTRA_CFLAGS="-iquote $(pwd)" ;; *) CONFIGURE_OPTIONS=''