diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-12-04 13:43:10 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-07 08:20:00 -0400 |
| commit | de80ede3dfa88d50a3a4d34cedfcd71b8bde165b (patch) | |
| tree | 806c35499b3f214d1270a9e44a095195b8ce65fc /configure | |
| parent | 03f4f75124c6d9882b8306873e8908aac9eee2bb (diff) | |
cli/help: give a hint about notmuch-emacs-mua
"notmuch help" doesn't mention "notmuch-emacs-mua" even though we
support it through the try_external_command() mechanism.
In addition, "notmuch help emacs-mua" doesn't work, even though we
ship the appropriate manpage.
This changeset fixes both of these problems.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1184,6 +1184,7 @@ COMMON_CONFIGURE_CFLAGS = \\ \$(GMIME_CFLAGS) \$(TALLOC_CFLAGS) \$(ZLIB_CFLAGS) \\ -DHAVE_VALGRIND=\$(HAVE_VALGRIND) \$(VALGRIND_CFLAGS) \\ -DHAVE_GETLINE=\$(HAVE_GETLINE) \\ + -DWITH_EMACS=\$(WITH_EMACS) \\ -DHAVE_CANONICALIZE_FILE_NAME=\$(HAVE_CANONICALIZE_FILE_NAME) \\ -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR) \\ -DHAVE_STRSEP=\$(HAVE_STRSEP) \\ |
