[evolution-data-server/gnome-3-16] Bug 745050 - GPG Signing key cannot be saved (prefer gpg again)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-16] Bug 745050 - GPG Signing key cannot be saved (prefer gpg again)
- Date: Tue, 21 Apr 2015 04:52:22 +0000 (UTC)
commit 18239c4d7a29f69180006a8c86d8e696a8869b44
Author: Milan Crha <mcrha redhat com>
Date: Tue Apr 21 06:50:34 2015 +0200
Bug 745050 - GPG Signing key cannot be saved (prefer gpg again)
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 fc61b4f..72c6d93 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -457,8 +457,8 @@ gpg_ctx_get_executable_name (void)
{
static gint index = -1;
const gchar *names[] = {
- "gpg2",
"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]