Add a plugin method to allow updating stored passwords on master password change.
[claws.git] / src / plugins / gdata / gdata_plugin.c
index 3f0b4c3f5dbeb4f3444e0cbbda44844f6071e25a..b383770ecfff3a321cfeb5059d8bd2c96c83dcdd 100644 (file)
@@ -181,6 +181,11 @@ const gchar *plugin_version(void)
   return VERSION;
 }
 
   return VERSION;
 }
 
+void plugin_master_password_change (const gchar *oldp, const gchar *newp)
+{
+       cm_gdata_prefs_master_password_change(oldp, newp);
+}
+
 struct PluginFeature *plugin_provides(void)
 {
   static struct PluginFeature features[] =
 struct PluginFeature *plugin_provides(void)
 {
   static struct PluginFeature features[] =