X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=devel%2Fnmbug%2Fdoc%2Fman1%2Fnotmuch-report.1.rst;fp=devel%2Fnmbug%2Fdoc%2Fman1%2Fnotmuch-report.1.rst;h=dfd82df3f3a2d6584bf61d0c2a10a8f15da97f49;hb=d6cbb24fcf6ad2a4306c0913b10b1f3c574bbcaa;hp=0000000000000000000000000000000000000000;hpb=399c857ebaeafb3bb68caaa659b87ba371e7426b;p=notmuch diff --git a/devel/nmbug/doc/man1/notmuch-report.1.rst b/devel/nmbug/doc/man1/notmuch-report.1.rst new file mode 100644 index 00000000..dfd82df3 --- /dev/null +++ b/devel/nmbug/doc/man1/notmuch-report.1.rst @@ -0,0 +1,54 @@ +============== +notmuch-report +============== + +SYNOPSIS +======== + +**notmuch-report** [options ...] + +DESCRIPTION +=========== + +Generate HTML or plain-text reports showing query results. + +OPTIONS +======= + + ``-h``, ``--help`` + + Show a help message, including a list of available options, and + exit. + + ``--text`` + Output plain text instead of HTML. + + ``--config`` + Load config from given file. The format is described in + **notmuch-report.json(5)**. If this option is not set, + **notmuch-report** loads the config from the Git repository at + ``NMBGIT``. See :ref:`NMBGIT ` for details. + + ``--list-views`` + List available views (by title) and exit. + + ``--get-query`` + Print the configured query for view matching the given title. + +ENVIRONMENT +=========== + +.. _NMBGIT: + + ``NMBGIT`` + If ``--config PATH`` is not set, **notmuch-report** will attempt + to load a config file named ``notmuch-report.json`` from the + ``config`` branch of the ``NMBGIT`` repository (defaulting to + ``~/.nmbug``). + +SEE ALSO +======== + +**notmuch(1)**, **notmuch-report.json(5)**, **notmuch-search(1)**, + **notmuch-tag(1)** +