summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2016-01-27 11:31:59 +0100
committerMilan Crha <mcrha@redhat.com>2016-01-27 11:31:59 +0100
commit8e3a4841a39dc5022c832c5d80c2296315b9cbe0 (patch)
treeddf94b325d52b6cae5a9b8d9835475e2dcb98a60
parent7d80090be6028c1be6882ba41acade0b8e09d013 (diff)
downloadevolution-data-server-8e3a4841a39dc5022c832c5d80c2296315b9cbe0.tar.gz
Bug 759153 - Prefer gpg2 over gpg (again, to match default for seahorse)
-rw-r--r--camel/camel-gpg-context.c2
1 files changed, 1 insertions, 1 deletions
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
};