[Commits] [SCM] claws branch, master, updated. 3.16.0-12-gf5d5f25

claws at claws-mail.org claws at claws-mail.org
Thu Jan 18 12:05:25 CET 2018


The branch, master has been updated
       via  f5d5f25a73b939308557b6e1be1a6e098f2d8451 (commit)
      from  43ceacd3deaba3376f2acd06fd82052ac9757d14 (commit)

Summary of changes:
 src/prefs_actions.c |    1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit f5d5f25a73b939308557b6e1be1a6e098f2d8451
Author: Paul <paul at claws-mail.org>
Date:   Thu Jan 18 11:05:18 2018 +0000

    fix bug where actionsrc was not updated after mailbox name change

diff --git a/src/prefs_actions.c b/src/prefs_actions.c
index a925e42..d5288b4 100644
--- a/src/prefs_actions.c
+++ b/src/prefs_actions.c
@@ -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)

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list