Handle config_version update separately for accounts.
authorAndrej Kacian <ticho@claws-mail.org>
Sun, 6 Aug 2017 16:43:43 +0000 (18:43 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Thu, 14 Sep 2017 16:49:41 +0000 (18:49 +0200)
Instead of loading entire configuration from all the
files in rcdir and doing an update at the end, we
now upgrade each "part" right after we load it.

This is to allow greater flexibility during the time
not all of the configuration is loaded yet, e.g. folders
using correct folderclass functions, based on protocol
of account owning a particular folder.

This is currently affecting clawsrc and accountrc, but
it will be trivial to extend it to other rcdir files
as needed.


No differences found