Sharing Profiles between Linux and Windows
If you want to share your profile between Linux and Windows, you have
to install Enigmail globally using the command line:
<full-path-to-thunderbird> -install-global-extension <full-path-to-enigmail.xpi>
If you have installed Enigmail in your profile and wish to change it to a global
installation using the command line above, you MUST uninstall
it from your profile first:
- In Thunderbird, go to Tools > Extensions, select Enigmail and
uninstall it.
- If Enigmime is shown in the Extensions Manager, uninstall it as well.
- Shut down and restart Thunderbird.
- Shut down Thunderbird.
- Install Enigmail from the command line as above.
Upgrade Instructions for Enigmail v0.89.0 on Thunderbird 0.9
If you are upgrading from an installed version of Enigmail in Thunderbird 0.9,
follow these instructions, or Enigmail will not work correctly.
- In Thunderbird, go to Tools > Extensions, select Enigmail and
uninstall it.
- If Enigmime is shown in the Extensions Manager, uninstall it.
Shut down and Restart Thunderbird and skip to Step 6.
- If Enigmime is notshown in the Extensions Manager, shut down Thunderbird.
- Uninstall Thunderbird or remove the Thunderbird Installation tree
COMPLETELY depending on how you installed originally.
- Re-install Thunderbird.
- Download and install Enigmail v0.89.0
- Shut down and restart Thunderbird.
By deleting the Thunderbird installation tree, you will remove all
traces of the previous Enigmime installation. Your profile (i.e. your mail data)
will not be affected from deleting the installation tree.
Upgrade Instructions for Enigmail on Thunderbird 0.8
If you are upgrading from Thunderbird 0.7, please follow these steps, or Enigmail
will not work:
- Make sure Enigmail is not installed in the Extension Manager (Tools > Extensions)
- If some version of Enigmail is already installed: uninstall it, then restart Thunderbird 0.8
- Install Enigmail and Enigmime
- Restart Thunderbird 0.8
Upgrade Instructions for Enigmail on Thunderbird 0.7
For a successful update of an installed Enigmail, follow these instructions:
- Go to the extensions manager (Tools > Extensions)
- Disable Enigmail
- Uninstall Enigmail (you don't need to uninstall Enigmime)
- Restart Thunderbird
- Install the new Version of Enigmail and Enigmime
- Restart Thunderbird
- Go to Enigmail > About to check new version installed correctly.
This will pop up a message asking to configure the new version.
Check your preferences and select OK.
If the Enigmail menu is not visible after these steps, or if
you receive the message Finishing Extension Installation after
installing Enigmail
and the main window does not appear, follow the steps below to fix
the problem then reinstall it. The problem has been reported to Bugzilla
under bug #246687
and seems to be caused by installing any extension twice.
Instructions from chuonthis.com.
-
Close the error message window and make sure there are no other Thunderbird windows open.
-
Locate your profile folder
and navigate to the extensions subfolder.
-
Make a backup copy of the Extensions.rdf file!
-
Open the Extensions.rdf file with a text editor (like Notepad).
-
Look for a block of code with containing "Enigmail" that looks like this:
<RDF:Description RDF:about="urn:mozilla:extension:{GUID}"
em:toBeInstalled="true"
em:version="0.85.0"
em:name="Enigmail"
em:description="OpenPGP message encryption and authentication"
em:creator="Enigmail Team"
em:homepageURL="http://enigmail.mozdev.org/"
em:optionsURL="chrome://enigmail/content/pref-enigmail.xul"
em:aboutURL="chrome://enigmail/content/enigmailAbout.xul"
em:iconURL="chrome://enigmail/skin/enigmail-about.png">
</RDF:Description>
-
Make a note of the GUID in the first line of the block. For standard
Enigmail (en-US), the GUID is {847b3a00-7ab1-11d4-8f02-006008948af5}.
-
Delete the block of code you found above.
-
Now find a block of code that looks like this:
<RDF:Seq RDF:about="urn:mozilla:extension:root">
<RDF:li RDF:resource="urn:mozilla:extension:{GUID1}"/>
<RDF:li RDF:resource="urn:mozilla:extension:{GUID2}"/>
<RDF:li RDF:resource="urn:mozilla:extension:{GUID3}"/>
<RDF:li RDF:resource="urn:mozilla:extension:{GUID4}"/>
</RDF:Seq>
-
Delete the ONE LINE that contains the GUID of Enigmail.
-
Save the file and close the text editor.
-
Now in the extensions folder, delete the subfolder whose name is the GUID of Enigmail.
-
Start Thunderbird. You should not receive the error message.
-
Reinstall Enigmail.