Skip to content

Multiple operating system Thunderbird syncing

Thunderbird

Recently, I made the move from Microsoft Office Outlook to Mozilla Thunderbird as my email client. Yes, I know, webmail is cool and everything (I’m on Gmail and the webmail is awesome), but I’ve always preferred a desktop email client.

My problem is/was that I use both Windows and Linux and want my client to be updated with my latest mail on both operating systems (previously I had to be in Windows to use Outlook to get my mail, which is partly why I switched). Now an IMAP server would be a great way to do this, but Gmail only offers POP access or standard webmail.

So I wanted a solution that would synchronise my profile across Windows and Linux so both clients had the same set of messages.

Mozilla list a series of solutions for doing this, but I chose the easiest and less hack-involved solution.

Basically, I have a dual boot machine with Windows and Fedora Core Linux. I have loads of partitions here and there, one of which is a FAT32 partition for easy file transfer between the two OSs. That looked like the obvious choice to do the syncing.

In theory this process should also work for Mac OS X, but since I don’t yet have a Mac or access to one, I don’t know where the Thunderbird files are stored and/or whether this works in practice (Mac users fill me in with the details and I’ll update this post - would be useful for Boot Camp’ers I’m sure!). This also assumes Thunderbird is installed in the default locations on Windows and Linux and you’re not already running some groovy multi-profile setup.

So this post is really to recap my steps so that anyone else with a similar setup can set up sync.

First of all, close down Thunderbird and copy the contents of your Thunderbird profile folder (from Linux in ~/.thunderbird, or in Windows C:\Documents and Settings\[YourUserName]\Application Data\Thunderbird) to the FAT32 partition (in my case, that’s accessible via /windows/D in Linux and D: in Windows). Put it in a folder such as thunderbirdprofile (avoid spaces and keep it lowercase).

In that profile folder will be another folder; its name made up of eight random characters and .default. Make a note of that folder’s name, you’ll need it later. Make sure you copy that whole folder to your shared location, not just its contents.

Now, create a shortcut/launcher to the command below - examples below (you need to substitute in your folders):

Windows:

“C:\Program Files\Mozilla Thunderbird\thunderbird.exe” -profile “D:\thunderbirdprofile\xxxxxxxx.default\”

Linux:

thunderbird -profile “/windows/D/thunderbirdprofile/xxxxxxxx.default”

Please note there are no new lines in either command, they have just been word-wrapped.

Just make sure you always run Thunderbird with that shortcut/launcher and each OS’s install of Thunderbird should be aware of the latest messages/updates regardless of which operating system you picked them up from.

Sorted!

One Comment

  1. Jack wrote:

    Wonderful stuff. This is all I required to let me switch to and from XP to Ubuntu 8.04 via Wubi… Much appreciated for this tip and guide, Peter.

    Wednesday, May 7, 2008 at 3:32 am | Permalink | Posted in Mozilla Firefox 2.0.0.14 on Windows XP

Post a Comment

Your email address is not made public or shared. Required fields are marked with *.
*
*
*
Posting a comment signifies you accept the privacy policy.
Please note - usually your comment will appear straight away but sometimes it will be held for approval (this is due to the spam filter). If your comment is waiting to be approved, please don't post it again! It will appear eventually.