[PATCH v4 3/3] cli/reply: make --decrypt take a keyword
David Bremner
david at tethera.net
Sat Dec 23 06:47:52 PST 2017
Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:
> + { .opt_keyword = (int*)(¶ms.crypto.decrypt), .name = "decrypt",
> + .keyword_no_arg_value = "true", .keywords =
> + (notmuch_keyword_t []){ { "false", NOTMUCH_DECRYPT_FALSE },
> + { "auto", NOTMUCH_DECRYPT_AUTO },
> + { "true", NOTMUCH_DECRYPT_NOSTASH },
> + { 0, 0 } } },
same question as for show, should we support --decrypt=nostash ?
d
More information about the notmuch
mailing list