projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Write passwordstore into file more often, not just at exit.
[claws.git]
/
src
/
plugins
/
gdata
/
cm_gdata_contacts.c
diff --git
a/src/plugins/gdata/cm_gdata_contacts.c
b/src/plugins/gdata/cm_gdata_contacts.c
index fb7526396f35e22f7abcc422f99b5729e2c655b5..46c3385b701eddfc92e647c08c8c79c1d150ea4e 100644
(file)
--- a/
src/plugins/gdata/cm_gdata_contacts.c
+++ b/
src/plugins/gdata/cm_gdata_contacts.c
@@
-644,6
+644,7
@@
void cm_gdata_contacts_done(void)
memset(pass, 0, strlen(pass));
g_free(pass);
}
+ passwd_store_write_config();
#endif
g_object_unref(G_OBJECT(authorizer));