[evolution-data-server] Bug 759153 - Prefer gpg2 over gpg (again, to match default for seahorse)



commit 4297d8b13e02da33b685204076c0e6d70918cf29
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jan 27 11:30:17 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 9f70168..4d64ffb 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -475,8 +475,8 @@ gpg_ctx_get_executable_name (void)
        static gchar preset_binary[512 + 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]