[Commits] [SCM] claws branch, master, updated. 3.10.1-103-g96dbb80

ticho at claws-mail.org ticho at claws-mail.org
Wed Jun 25 22:08:59 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  96dbb8027447a57c613507f5d4f98b3973a3ddae (commit)
      from  ea91b4e8016b555ebef33222cd71c36c0fa40fbb (commit)

Summary of changes:
 src/plugins/rssyl/rssyl_update_format.c |    7 +++++++
 1 file changed, 7 insertions(+)


- Log -----------------------------------------------------------------
commit 96dbb8027447a57c613507f5d4f98b3973a3ddae
Author: Andrej Kacian <andrej at kacian.sk>
Date:   Thu Jun 19 09:53:56 2014 +0200

    RSSyl: during format update, copy also folder properties

diff --git a/src/plugins/rssyl/rssyl_update_format.c b/src/plugins/rssyl/rssyl_update_format.c
index b607054..323da20 100644
--- a/src/plugins/rssyl/rssyl_update_format.c
+++ b/src/plugins/rssyl/rssyl_update_format.c
@@ -27,8 +27,10 @@
 
 /* Claws Mail includes */
 #include <alertpanel.h>
+#include <folder_item_prefs.h>
 #include <log.h>
 #include <mainwindow.h>
+#include <matcher.h>
 #include <msgcache.h>
 
 /* Local includes */
@@ -161,6 +163,8 @@ static void rssyl_update_format_func(FolderItem *item, gpointer data)
 			ritem->fetch_comments_max_age = of->fetch_comments_for;
 			ritem->silent_update = of->silent_update;
 			ritem->ssl_verify_peer = of->ssl_verify_peer;
+
+			folder_item_prefs_copy_prefs(item, &ritem->item);
 		}
 
 		rssyl_update_format_move_contents(item, new_item);
@@ -217,6 +221,9 @@ void rssyl_update_format()
 	g_slist_foreach(ctx->oldroots, _delete_old_roots_func, NULL);
 	g_slist_free(ctx->oldroots);
 
+	prefs_matcher_write_config();
+	folder_write_list();
+
 	folder_item_update_thaw();
 
 	g_free(ctx);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list