[Commits] [SCM] claws branch, master, updated. 3.17.0-176-gc9e83e9
claws at claws-mail.org
claws at claws-mail.org
Fri Nov 23 08:17:28 CET 2018
The branch, master has been updated
via c9e83e9d198b62c5cf72894b25320ac55cb32680 (commit)
from 9c845be70dcef765a44790657578660c4affb94d (commit)
Summary of changes:
src/plugins/rssyl/rssyl_cb_menu.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c9e83e9d198b62c5cf72894b25320ac55cb32680
Author: Paul <paul at claws-mail.org>
Date: Fri Nov 23 07:17:23 2018 +0000
fix lost processing rules when renaming folder
diff --git a/src/plugins/rssyl/rssyl_cb_menu.c b/src/plugins/rssyl/rssyl_cb_menu.c
index 71bd27b..a527bf7 100644
--- a/src/plugins/rssyl/rssyl_cb_menu.c
+++ b/src/plugins/rssyl/rssyl_cb_menu.c
@@ -1,7 +1,8 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
* Copyright (C) 1999-2004 Hiroyuki Yamamoto
- * This file (C) 2005 Andrej Kacian <andrej at kacian.sk>
+ * This file (C) 2005-2018 Andrej Kacian <andrej at kacian.sk> and the
+ * Claws Mail team
*
* - callback handler functions for folderview rssyl context menu items
*
@@ -224,6 +225,7 @@ void rssyl_rename_cb(GtkAction *action,
g_free(new_folder);
folder_item_prefs_save_config(item);
+ prefs_matcher_write_config();
folder_write_list();
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list