[Commits] [SCM] claws branch, master, updated. 3.17.0-173-gacf535c

claws at claws-mail.org claws at claws-mail.org
Sun Nov 18 18:23:41 CET 2018


The branch, master has been updated
       via  acf535ca86d1a52902646c6248f7446e10899df2 (commit)
      from  8cde3f4f6cf149dbe7cdabef513bbacf6c31f81c (commit)

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


- Log -----------------------------------------------------------------
commit acf535ca86d1a52902646c6248f7446e10899df2
Author: Paul <paul at claws-mail.org>
Date:   Sun Nov 18 17:23:35 2018 +0000

    fix bug where creating a new folder wth inheriting properties doesn't write processinf rules
    
    after copying folder with 'inherit properties from parent folder' set,
    the processing rules are (initially) present in the processing rules
    dialogue, but are not actually written. So on a restart they are 'lost'.
    
    This is probably the actual bug 4121, ' Moving a subfolder in another
    folder erases  its processing rules', rather than the description given.

diff --git a/src/folder_item_prefs.c b/src/folder_item_prefs.c
index 7846551..9dc815b 100644
--- a/src/folder_item_prefs.c
+++ b/src/folder_item_prefs.c
@@ -336,6 +336,7 @@ void folder_item_prefs_copy_prefs(FolderItem * src, FolderItem * dest)
 
 	*dest->prefs = tmp_prefs;
 	folder_item_prefs_save_config(dest);
+	prefs_matcher_write_config();
 
 	dest->collapsed = src->collapsed;
 	dest->thread_collapsed = src->thread_collapsed;

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list