[Commits] [SCM] claws branch, master, updated. 3.13.2-96-g1da6103

Lyle Bickley lbickley at bickleywest.com
Thu Mar 31 15:45:15 CEST 2016


On Thu, 31 Mar 2016 15:18:56 +0200 (CEST)
ticho at claws-mail.org wrote:

> 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

I just installed this latest commit - and I can verify that it appears
to have solved the refresh token issue with the GData plugin.

Cheers,
Lyle
-- 
73      AF6WS
Bickley Consulting West Inc.
http://bickleywest.com

"Black holes are where God is dividing by zero"


More information about the Commits mailing list