[Commits] [SCM] claws branch, master, updated. 3.18.0-144-gc9be0c35f

paul at claws-mail.org paul at claws-mail.org
Fri Sep 17 12:48:03 CEST 2021


The branch, master has been updated
       via  c9be0c35f12d8aa9f335f15b8848b1fd835ffb5a (commit)
      from  22d11141cb0bc676560f4db3a2b59f46dc44c98a (commit)

Summary of changes:
 src/prefs_migration.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit c9be0c35f12d8aa9f335f15b8848b1fd835ffb5a
Author: paul <paul at claws-mail.org>
Date:   Fri Sep 17 11:46:33 2021 +0100

    put the correct config_version in folderitemrc

diff --git a/src/prefs_migration.c b/src/prefs_migration.c
index 6e56a6e33..58e86b77f 100644
--- a/src/prefs_migration.c
+++ b/src/prefs_migration.c
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 2016 the Claws Mail team
+ * Copyright (C) 2016-2021 the Claws Mail team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -209,6 +209,8 @@ static void _update_config_folder_item(FolderItem *item,
 
 			break;
 	}
+	item->prefs->config_version = version + 1;
+	folder_item_prefs_save_config(item);
 }
 
 int prefs_update_config_version_common()

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list