[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-204-gcd666398a

paul at claws-mail.org paul at claws-mail.org
Fri Sep 17 12:46:37 CEST 2021


The branch, gtk3 has been updated
       via  cd666398a71e1173abd4fdbafc142855cf41e02a (commit)
      from  f31cbefef6aa78f441387ffeda9d393c5f54fe8c (commit)

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


- Log -----------------------------------------------------------------
commit cd666398a71e1173abd4fdbafc142855cf41e02a
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 b83560a29..6dc67bea0 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-2019 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