talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 1da6103b4a35c1cbf29e3d6bfadb2a2eec740425
parent 14f31efdd61627e1e654347aff6e065c5eb5c2c6
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Thu, 31 Mar 2016 15:18:40 +0200

Migrate GData plugin refresh token to password store correctly.

Diffstat:
Msrc/plugins/gdata/gdata_plugin.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(); }