talons

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

commit c9be0c35f12d8aa9f335f15b8848b1fd835ffb5a
parent 22d11141cb0bc676560f4db3a2b59f46dc44c98a
Author: paul <paul@claws-mail.org>
Date:   Fri, 17 Sep 2021 11:46:33 +0100

put the correct config_version in folderitemrc

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

diff --git 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()