]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
cli: modify show and reply to use new crypto struct
[notmuch] / notmuch-client.h
index 6664075aee5123a252df92821ba0c9d5ae158aff..ead7fbd023a8b7229fd3201949db4de140273e77 100644 (file)
@@ -87,8 +87,7 @@ typedef struct notmuch_show_params {
     notmuch_bool_t omit_excluded;
     notmuch_bool_t raw;
     int part;
     notmuch_bool_t omit_excluded;
     notmuch_bool_t raw;
     int part;
-    notmuch_crypto_context_t* cryptoctx;
-    notmuch_bool_t decrypt;
+    notmuch_crypto_t crypto;
 } notmuch_show_params_t;
 
 /* There's no point in continuing when we've detected that we've done
 } notmuch_show_params_t;
 
 /* There's no point in continuing when we've detected that we've done