Well, TB has in your home directory a hidden file named «.thunderbird». Included is your profile xxxxxxxx.default and the profile.ini.
0. You save (copy) the .thunderbird somewhere on your computer. Then you proceed as follows:
1. You uninstall Thunderbird (and Firefox) completely.
- Code: Select all
# apt-get remove firefox thunderbird
2. You install the following sources:
- Code: Select all
deb http://backports.debian.org/debian-backports squeeze-backports main
deb http://mozilla.debian.net/ squeeze-backports iceweasel-release
deb http://mozilla.debian.net/ squeeze-backports icedove-release
3. you get the necessary gpg key:
4. You reinstall Thunderbird, but this time as Icedove and Firefox as Iceweasel. Reasons see elsewhere in this forum
5. You get the necessary gpg-Key:
- Code: Select all
# gpg --keyserver subkeys.pgp.net --recv-keys 06C4AE2A
6. and inform apt through:
- Code: Select all
# gpg --export --armor 06C4AE2A |apt-key add -
7. After this your bring the paket lists uptodate
- Code: Select all
# apt-get update
8. Finally you install Icedove (and Iceweasel) again.
- Code: Select all
# apt-get install -t squeeze-backports iceweasel icedove
9. Now you have to open as administrator the profile.ini under ~/.icedove and ~/.mozilla/iceweasel and change the content according of the following pattern
Original file:
- Code: Select all
1 [General]
2 StartWithLastProfile=1
3 [Profile0]
4 Name=default
5 IsRelative=1
6 Path=yyyyyyyy.default
(your the new profilname)
Change lines 5 and 6
- Code: Select all
1 [General]
2 StartWithLastProfile=1
3 [Profile0]
4 Name=default
5 IsRelative=1
6 Path=xxxxxxxx.default
(your alreddy existing profile name.
If everything runs smooth you have Icedove 5.0 and Iceowl 9.0.1 fully running with all your add-ons and bookmarks, etc. However you will find a few add-ons not (yet) working – as is usual with Mozilla.
If you want a good calendar, you can also install in step 8 «Iceowl» as you did not have it before, no need to do here step 9.
This method guarantees that you get all upgrades automatically, once they are in the repos.
Once running, you can delete the saved files in step 0.