mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-02 14:51:42 +01:00
f7130468d2
[dgit import orig notmuch_0.28.2.orig.tar.gz]
54 lines
1.1 KiB
ReStructuredText
54 lines
1.1 KiB
ReStructuredText
==============
|
|
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`` <PATH>
|
|
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 <NMBGIT>` for details.
|
|
|
|
``--list-views``
|
|
List available views (by title) and exit.
|
|
|
|
``--get-query`` <VIEW>
|
|
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)**
|
|
|