From 8e3a4841a39dc5022c832c5d80c2296315b9cbe0 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 27 Jan 2016 11:31:59 +0100 Subject: Bug 759153 - Prefer gpg2 over gpg (again, to match default for seahorse) --- camel/camel-gpg-context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c index 631d78ac1..ec819908e 100644 --- a/camel/camel-gpg-context.c +++ b/camel/camel-gpg-context.c @@ -461,8 +461,8 @@ gpg_ctx_get_executable_name (void) { static gint index = -1; const gchar *names[] = { + "gpg2", /* Prefer gpg2, which the seahorse might use too */ "gpg", - "gpg2", /* Prefer gpg for now, because gpg2 doesn't save passwords (neither for the session) */ NULL }; -- cgit v1.2.1