fix bug where actionsrc was not updated after mailbox name change
[claws.git] / src / prefs_actions.c
index a925e42465dc18c6ad5ad317d647293392937ac0..d5288b4026dfab0ad896f6d3eb3c9a8e45944c7a 100644 (file)
@@ -1362,6 +1362,7 @@ void prefs_actions_rename_path(const gchar *old_path, const gchar *new_path)
 
                g_strfreev(tokens);
        }
+       prefs_actions_write_config();
 }
 
 gint prefs_actions_find_by_name(const gchar *name)