diff options
| author | Jani Nikula <jani@nikula.org> | 2015-02-22 21:34:44 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-03-06 08:02:08 +0100 |
| commit | f4a5a534c8312bc46b7c561d5f4d26600a532d96 (patch) | |
| tree | 2f3143927bfb51d27a372b6252e5ad84f54bfe76 /doc/conf.py | |
| parent | ee2d490280a939ca91dd184bece2bd53582b8e54 (diff) | |
cli: add a tool for starting new message in the emacs ui
Add a tool to start composing an email in the Notmuch Emacs UI with
the specified subject, recipients, and message body.
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index fb49f6eb..8fbc8544 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -78,6 +78,10 @@ man_pages = [ u'creates a plain-text dump of the tags of each message', [u'Carl Worth and many others'], 1), +('man1/notmuch-emacs-mua','notmuch-emacs-mua', + u'send mail with notmuch and emacs', + [u'Carl Worth and many others'], 1), + ('man5/notmuch-hooks','notmuch-hooks', u'hooks for notmuch', [u'Carl Worth and many others'], 5), |
