[Commits] [SCM] claws branch, master, updated. 3.12.0-57-gfbf45e2
claws at claws-mail.org
claws at claws-mail.org
Fri Aug 21 13:06:04 CEST 2015
The branch, master has been updated
via fbf45e2aaff080e1a2211f77dc3416f405469c9c (commit)
from f8f7de3c140f13c92510694e5635b2ebf7ad18a9 (commit)
Summary of changes:
src/plugins/pgpcore/plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fbf45e2aaff080e1a2211f77dc3416f405469c9c
Author: Paul <paul at claws-mail.org>
Date: Fri Aug 21 12:05:59 2015 +0100
do sgpgme_init() after prefs_gpg_init() because prefs are used in sgpgme_init()
diff --git a/src/plugins/pgpcore/plugin.c b/src/plugins/pgpcore/plugin.c
index 1ba95e6..a11c211 100644
--- a/src/plugins/pgpcore/plugin.c
+++ b/src/plugins/pgpcore/plugin.c
@@ -42,8 +42,8 @@ gint plugin_init(gchar **error)
VERSION_NUMERIC, PLUGIN_NAME, error))
return -1;
- sgpgme_init();
prefs_gpg_init();
+ sgpgme_init();
sgpgme_check_create_key();
pgp_viewer_init();
autocompletion_init(error);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list