]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
test/corpora: add an encrypted message for index decryption tests
[notmuch] / notmuch-show.c
index 1cfc74652aca907f39000b49e9e9310490258b57..7afd39478b0e3aa5665d94b5e2acb6234c6793c0 100644 (file)
@@ -1234,7 +1234,7 @@ notmuch_show_command (notmuch_config_t *config, int argc, char *argv[])
     g_mime_stream_flush (params.out_stream);
     g_object_unref (params.out_stream);
 
-    notmuch_crypto_cleanup (&params.crypto);
+    _notmuch_crypto_cleanup (&params.crypto);
     notmuch_query_destroy (query);
     notmuch_database_destroy (notmuch);