diff options
| author | Jani Nikula <jani@nikula.org> | 2016-11-05 22:18:10 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-11-17 08:34:44 -0400 |
| commit | fe5f761a8023bfb61d4742597dced18bc4bb7dcd (patch) | |
| tree | b0c1a54b650a2f8431437b283423e5b11af0e4b0 | |
| parent | 60ac94fe58635f9c40724afa0f35965fc9ff1afc (diff) | |
doc/conf.py: add notmuch-emacs-mua to texinfo documents
This was overlooked when adding the man page.
| -rw-r--r-- | doc/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 8b932966..fce5a3af 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -153,6 +153,9 @@ texinfo_documents = [ ('man1/notmuch-dump','notmuch-dump',u'notmuch Documentation', u'Carl Worth and many others', 'notmuch-dump', 'creates a plain-text dump of the tags of each message','Miscellaneous'), +('man1/notmuch-emacs-mua','notmuch-emacs-mua',u'notmuch Documentation', + u'Carl Worth and many others', 'notmuch-emacs-mua', + u'send mail with notmuch and emacs','Miscellaneous'), ('man5/notmuch-hooks','notmuch-hooks',u'notmuch Documentation', u'Carl Worth and many others', 'notmuch-hooks', 'hooks for notmuch','Miscellaneous'), |
