X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;fp=notmuch-reply.c;h=2c7cc4eba674c7cd761a5532ccb67dd55ad8a2b9;hp=3e5a1443719ac80c7fe0791b2ff8e97697c81527;hb=88f2a72ef1dcfce149bbac776652ea04e564726d;hpb=008a5e92eb157e2bb8622cb2fbf644deba5ba4b4 diff --git a/notmuch-reply.c b/notmuch-reply.c index 3e5a1443..2c7cc4eb 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -759,7 +759,7 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[]) if (do_reply (config, query, ¶ms, format, reply_all) != 0) return EXIT_FAILURE; - notmuch_crypto_cleanup (¶ms.crypto); + _notmuch_crypto_cleanup (¶ms.crypto); notmuch_query_destroy (query); notmuch_database_destroy (notmuch);