diff options
| author | David Bremner <david@tethera.net> | 2022-07-01 18:45:43 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-07-30 08:39:13 -0300 |
| commit | cef5eaaef61b1f4dde6276ef267fb923f1b16680 (patch) | |
| tree | d99e7bb83409f1fc7bb1302fe8449b56795c0c58 /notmuch-client.h | |
| parent | f599b8873f4fc748ae1befdac776b543e61045d7 (diff) | |
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.
Diffstat (limited to 'notmuch-client.h')
| -rw-r--r-- | notmuch-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h index 9f57ac5e..f8f987e7 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -75,6 +75,7 @@ typedef struct notmuch_show_params { bool entire_thread; bool omit_excluded; bool output_body; + int duplicate; int part; _notmuch_crypto_t crypto; bool include_html; |
