Moving from a Win 7 (v. 115.8.1) to Win 10 (v. 138.0.1) installation. I don't keep my profile in the default location in AppData but rather on a separate drive for data G… (자세히 살펴보기)
Moving from a Win 7 (v. 115.8.1) to Win 10 (v. 138.0.1) installation. I don't keep my profile in the default location in AppData but rather on a separate drive for data G:\tanguero88\mail\Thunderbird\... which on the new computer would just be H:\Thunderbird\ ... (i.e., not the same path).
No problem following the instructions at https://support.mozilla.org/en-US/kb/moving-thunderbird-data-to-a-new-computer and even editing profiles.ini if necessary. The concern that I have is that the profile location is hardcoded in several files withing the profile folder, specifically prefs.js, folderCache.json, permissions.sqlite (binary file), addonStartup.json.lz4 (binary file) and extensions.json.
E.g. especially in prefs.js there are many user_pref entries that have the foldername embedded such as this one:
user_pref("extensions.bootstrappedAddons", "{\"es-AR@dictionaries.addons.mozilla.org\":{\"version\":\"2.6.3.1\",\"type\":\"dictionary\",\"descriptor\":\"G:\\\\tanguero88\\\\Mail\\\\Thunderbird\\\\Profiles\\\\p271pzrc.default\\\\extensions\\\\es-AR@dictionaries.addons.mozilla.org\",\"multiprocessCompatible\":false,\"runInSafeMode\":false,\"dependencies\":[],\"hasEmbeddedWebExtension\":false},\"pt-PT@dictionaries.addons.mozilla.org\":{\"version\":\"18.4.18.2\",\"type\":\"dictionary\",\"descriptor\":\"G:\\\\tanguero88\\\\Mail\\\\Thunderbird\\\\Profiles\\\\p271pzrc.default\\\\extensions\\\\pt-PT@dictionaries.addons.mozilla.org\",\"multiprocessCompatible\":false,\"runInSafeMode\":false,\"dependencies\":[],\"hasEmbeddedWebExtension\":false}}");
and others with pointers to addons and some whose function is not really evident.
Obviously, just copying the folder to the new computer and pointing the new Thunderbird installation to the new folder is not going to update these hardcoded filenames in the new installation without some kind of a "smart" import feature that makes all these little changes. It seems quite tedious (though not impossible) to go in with a text editor and do all these manually, though even then the .lz4 and .sqlite are binary files so not that easy either. And if I don't update, it would seem that something, sooner or later, will break!
This does not seem to have been documented in any of the articles on the subject that I've read. So what's the deal? Will Thunderbird recreate these? Will it choke on it? Will I just silently lose whatever settings these user preferences correspond to?
Thanks!