X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=514bbc642654b8bcf3f352e6e9514ffe4ee7fb4b;hp=5265af6dde0adce2c43e2944c3d221b0a00c1cce;hb=5143e5e840b5e9d95611f57fdc9d4b27af6f0564;hpb=d5b4d950245605b84c56ce991fa3c59a073a70e5 diff --git a/notmuch-reply.c b/notmuch-reply.c index 5265af6d..514bbc64 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -607,7 +607,7 @@ notmuch_reply_command (void *ctx, int argc, char *argv[]) } } else if ((STRNCMP_LITERAL (argv[i], "--decrypt") == 0)) { if (params.cryptoctx == NULL) { - GMimeSession* session = g_object_new(notmuch_gmime_session_get_type(), NULL); + GMimeSession* session = g_object_new(g_mime_session_get_type(), NULL); if (NULL == (params.cryptoctx = g_mime_gpg_context_new(session, "gpg"))) fprintf (stderr, "Failed to construct gpg context.\n"); else