From b62045a18680720b407173140d79b459e45e6039 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 8 Dec 2017 01:23:51 -0500 Subject: indexopts: change _try_decrypt to _decrypt_policy This terminology makes it clearer what's going on at the API layer, and paves the way for future changesets that offer more nuanced decryption policy. --- notmuch-client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index f7524e59..fc981459 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -500,8 +500,8 @@ int notmuch_minimal_options (const char* subcommand_name, /* the state chosen by the user invoking one of the notmuch * subcommands that does indexing */ struct _notmuch_client_indexing_cli_choices { - bool try_decrypt; - bool try_decrypt_set; + bool decrypt_policy; + bool decrypt_policy_set; notmuch_indexopts_t * opts; }; extern struct _notmuch_client_indexing_cli_choices indexing_cli_choices; -- cgit v1.2.3