[Commits] [SCM] claws branch, master, updated. 3.13.2-96-g1da6103
ticho at claws-mail.org
ticho at claws-mail.org
Thu Mar 31 15:18:56 CEST 2016
The branch, master has been updated
via 1da6103b4a35c1cbf29e3d6bfadb2a2eec740425 (commit)
from 14f31efdd61627e1e654347aff6e065c5eb5c2c6 (commit)
Summary of changes:
src/plugins/gdata/gdata_plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 1da6103b4a35c1cbf29e3d6bfadb2a2eec740425
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Mar 31 15:18:40 2016 +0200
Migrate GData plugin refresh token to password store correctly.
diff --git a/src/plugins/gdata/gdata_plugin.c b/src/plugins/gdata/gdata_plugin.c
index 3e3e70c..387522d 100644
--- a/src/plugins/gdata/gdata_plugin.c
+++ b/src/plugins/gdata/gdata_plugin.c
@@ -126,7 +126,7 @@ gint plugin_init(gchar **error)
* password store. */
if(cm_gdata_config.oauth2_refresh_token != NULL) {
passwd_store_set(PWS_PLUGIN, "GData", GDATA_TOKEN_PWD_STRING,
- cm_gdata_config.oauth2_refresh_token, FALSE);
+ cm_gdata_config.oauth2_refresh_token, TRUE);
passwd_store_write_config();
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list