]> git.notmuchmail.org Git - notmuch/commit
CLI/reply: support --duplicate argument
authorDavid Bremner <david@tethera.net>
Fri, 1 Jul 2022 21:45:47 +0000 (18:45 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 30 Jul 2022 11:45:15 +0000 (08:45 -0300)
commit24decfc1dd294b7546da53890f1c4d16105cc8d6
tree2b41e264091e358e9d52512e70307dc2b92e41cb
parent5ea5a5557d9ad4cef67e61a83bb81abd44dc7f76
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).
doc/man1/notmuch-reply.rst
emacs/notmuch-show.el
notmuch-reply.c
test/T220-reply.sh