[evolution-data-server] Bug 745050 - GPG Signing key cannot be saved (prefer gpg again)



commit 457febfa55b3cc34b2aa91eaa92e80b28b7674d6
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]