]> git.notmuchmail.org Git - notmuch/commit
CLI/show: initial support for --duplicate for (raw output only)
authorDavid Bremner <david@tethera.net>
Fri, 1 Jul 2022 21:45:43 +0000 (18:45 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 30 Jul 2022 11:39:13 +0000 (08:39 -0300)
commitcef5eaaef61b1f4dde6276ef267fb923f1b16680
treed99e7bb83409f1fc7bb1302fe8449b56795c0c58
parentf599b8873f4fc748ae1befdac776b543e61045d7
CLI/show: initial support for --duplicate for (raw output only)

Add command line argument --duplicate, analogous with that already
supported for notmuch-search.

Use of a seperate function for _get_filename is mainly a form of
documentation at this point.

md5sum is of course a weak hash, but it is good enough for
this (non-adversarial) test suite use.
doc/man1/notmuch-show.rst
notmuch-client.h
notmuch-show.c
test/T210-raw.sh