talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 102f33c826cf6b4bad805161f9632012a14ee315
parent 6936a2c82b6f3a935fe66ed162b43ece9fe4cb4f
Author: Paul <paul@claws-mail.org>
Date:   Fri, 23 Nov 2018 07:17:23 +0000

fix lost processing rules when renaming folder

Diffstat:
Msrc/plugins/rssyl/rssyl_cb_menu.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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@kacian.sk> + * This file (C) 2005-2018 Andrej Kacian <andrej@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(); }