diff options
| author | David Bremner <david@tethera.net> | 2022-07-01 18:45:47 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-07-30 08:45:15 -0300 |
| commit | 24decfc1dd294b7546da53890f1c4d16105cc8d6 (patch) | |
| tree | 2b41e264091e358e9d52512e70307dc2b92e41cb /doc/man1 | |
| parent | 5ea5a5557d9ad4cef67e61a83bb81abd44dc7f76 (diff) | |
CLI/reply: support --duplicate argument
We want the reply used to match that shown e.g. in the emacs
interface. As a first step provide that functionality on the command
line.
Schema does not need updating as the duplicate key was already
present (with a constant value of 1).
Diffstat (limited to 'doc/man1')
| -rw-r--r-- | doc/man1/notmuch-reply.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/notmuch-reply.rst b/doc/man1/notmuch-reply.rst index fa0371f9..4f39a959 100644 --- a/doc/man1/notmuch-reply.rst +++ b/doc/man1/notmuch-reply.rst @@ -38,6 +38,12 @@ Supported options for **reply** include .. program:: reply +.. option:: --duplicate=N + + Reply to duplicate number N. The numbering starts from 1, and + matches the order used by :option:`show --duplicate` and + :option:`search --output=files <search --output>`. + .. option:: --format=(default|json|sexp|headers-only) default |
