18

I love Firefox Sync. Is there a similar way to synchronise Thunderbird?

I want to synchronise account settings, filters and address books. I never download e-mails, so this isn't an issue. There is no need to synchronise addons (I don't use Lightning or similar). I don't want an import, but a real synchronisation which reflects a change on all other associated Thunderbird installations. Is there a way to do this (whether automatic or with some tweaking)?

rumtscho
  • 4,084

1 Answers1

7

You could use Dropbox and then update the profiles.ini file to point to the profile folder in your Dropbox.

Windows: %AppData%\Thunderbird
Mac: ~/Library/Thunderbird/
Linux: ~/.thunderbird/

See Thunderbird Profiles for more information on how to find your profile.

After you copy it to Dropbox then open up the profiles.ini file which is located in the same folder and update the Path to point to the new location:

[General]
StartWithLastProfile=1

[Profile0] Name=default IsRelative=1 Path=../../Dropbox/Thunderbird.profile

You can of course change the folder name to be whatever you want. I'm not sure how spaces are handled though so you'll have to experiment if you like spaces in your names.

See Moving a profile for some more information and a caveat if you want to use absolute paths instead of relative.

starcorn
  • 3,326
matpie
  • 1,650