Add a plugin method to allow updating stored passwords on master password change.
[claws.git] / src / plugins / spam_report / spam_report.c
index 701ffb0c3d9113bf32ead83a3955c6b4edf34063..0d2e22c781444c99866781d6a1897c733e7b4ed2 100644 (file)
@@ -407,6 +407,11 @@ const gchar *plugin_version(void)
        return VERSION;
 }
 
+void plugin_master_password_change (const gchar *oldp, const gchar *newp)
+{
+       spamreport_master_password_change(oldp, newp);
+}
+
 struct PluginFeature *plugin_provides(void)
 {
        static struct PluginFeature features[] =