[evolution-data-server/gnome-3-18] Bug 759153 - Prefer gpg2 over gpg (again, to match default for seahorse)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-18] Bug 759153 - Prefer gpg2 over gpg (again, to match default for seahorse)
- Date: Wed, 27 Jan 2016 10:32:27 +0000 (UTC)
commit 8e3a4841a39dc5022c832c5d80c2296315b9cbe0
Author: Milan Crha <mcrha redhat com>
Date: Wed Jan 27 11:31:59 2016 +0100
Bug 759153 - Prefer gpg2 over gpg (again, to match default for seahorse)
camel/camel-gpg-context.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index 631d78a..ec81990 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
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]