]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
indexopts: change _try_decrypt to _decrypt_policy
[notmuch] / notmuch-client.h
index f7524e596c8dc16341c52733e61232b6f691d9e8..fc981459f3cad724f61ecef626f5ba55407ab48c 100644 (file)
@@ -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;