This time things get a little more tricky, but don't worry and let's get the party started.
- Download Thunderbird
- Unzip to your home directory (
tar xf thunderbird-2.0.0.6.tar.gz
, TAB is your friend, use TAB) - Now you have to make mailboxes, settings and the other stuff be shared between your two Thunderbird installations (the "native" one and the "new" one). NOTE: follow these steps before you start your newly downloaded Thunderbird
- Locate in your home directory the folder ".mozilla-thunderbird" (you must select "View > Show hidden files" or press "Ctrl + H" if you are using a file manager)
- Look at the files that the folder contains: we are interested at the file "profiles.ini" and at a folder named "XXXXXX.default" or "default.XXXXXX" (where "XXXXXX" can be "whatever-Thunderbird-decided" sequence of letters and numbers)
- We must link this folder and "profiles.ini" to the folder "/home/$USERNAME/.thunderbird" (if this folder doesn't exist, create it):
cd
ln -s ./.mozilla-thunderbird/profiles.ini ./.thunderbird/profiles.ini
ln -s ./.mozilla-thunderbird/XXXXXX.default ./.thunderbird/XXXXXX.default
- Start Thunderbird:
/home/$USERNAME/thunderbird/thunderbird
As previously said: let me know if that works (it seems that my comments aren't accessible from the home-page of the blog: to comment you must open the post in its own window by clicking the post title and scroll the page down until you see the "Comments" box).
No comments:
Post a Comment