]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
crypto: rename notmuch_crypto_t to _notmuch_crypto_t
[notmuch] / notmuch-reply.c
index 3e5a1443719ac80c7fe0791b2ff8e97697c81527..2c7cc4eba674c7cd761a5532ccb67dd55ad8a2b9 100644 (file)
@@ -759,7 +759,7 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[])
     if (do_reply (config, query, &params, format, reply_all) != 0)
        return EXIT_FAILURE;
 
-    notmuch_crypto_cleanup (&params.crypto);
+    _notmuch_crypto_cleanup (&params.crypto);
     notmuch_query_destroy (query);
     notmuch_database_destroy (notmuch);