Difference between revisions of "Thunderbird"
m |
Zhuzhu101011 (talk | contribs) (→Show tray icon) |
||
(41 intermediate revisions by 23 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:Email Client]] | |
− | + | [[fr:Thunderbird]] | |
+ | [[it:Thunderbird]] | ||
+ | {{Article summary start}} | ||
+ | {{Article summary text|This article discusses the installation and configuration of the e-mail client, Mozilla Thunderbird. It also provides information about several popular add-ons and extensions to the program, including EnigMail, Lightning, and WebMail.}} | ||
+ | {{Article summary heading|Related}} | ||
+ | {{Article summary wiki|Thunderbird Export URLs}} | ||
+ | {{Article summary wiki|Firefox}} | ||
+ | {{Article summary end}} | ||
− | + | '''Mozilla Thunderbird''' is an email, newsgroup, and news feed client designed around simplicity and full-featuredness while avoiding bloat. It supports POP, IMAP, SMTP, S/MIME, and OpenPGP encryption (through the Enigmail extension). Similarly to Firefox, it has a wide variety of extension and addons available for download that add more features. | |
− | |||
− | |||
− | == | + | == Installation == |
− | + | [[pacman|Install]] {{Pkg|thunderbird}} from the [[official repositories]]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | EnigMail can be downloaded from [https://addons.mozilla.org/en-US/thunderbird/addon/71 here], at Mozilla's addon database. Make sure that it is installed as a Thunderbird addon and isn't automatically interpreted to be a Firefox addon. This can be done by going to Tools -> Add-ons | + | There are a number of language packs available if English is not your preferred language. To see a list of available language packs, try: |
+ | $ pacman -Ss thunderbird-i18n | ||
+ | |||
+ | == Extensions == | ||
+ | |||
+ | === Encryption with EnigMail === | ||
+ | |||
+ | ==== Installation ==== | ||
+ | |||
+ | ===== Via addons.mozilla.org ===== | ||
+ | |||
+ | {{Note| | ||
+ | * This method won't work for x86_64, see [[#Via AUR]]. | ||
+ | * The section below that points you to the static builds seems to work fine for x86_x64. The aur is out of date (07/25/12). You have to use the nightly builds though because arch is using v14 of thunderbird. }} | ||
+ | |||
+ | The first step to setting up email encryption is to download the GNU Privacy Guard (GnuPG). GnuPG is required by pacman, which is a part of 'base' system, so you do not have to install them manually. | ||
+ | |||
+ | EnigMail can be downloaded from [https://addons.mozilla.org/en-US/thunderbird/addon/71 here], at Mozilla's addon database. Make sure that it is installed as a Thunderbird addon and isn't automatically interpreted to be a Firefox addon. This can be done by going to Tools -> Add-ons and clicking Install, then selecting the XPI addon package. Congratulations, EnigMail is now installed. You should now restart Thunderbird. | ||
+ | |||
+ | ===== Via enigmail.mozdev.org ===== | ||
+ | |||
+ | {{Note| As of 07/25/12 this worked. It is nightly build though. Who knows if it will work tommorow?!}} | ||
+ | |||
+ | EnigMail addons that works for x86_64 can be downloaded from [http://enigmail.mozdev.org/download/download-static.php.html this] page. Select the Arch build of the addon and follow the instructions in the previous section to install. | ||
+ | |||
+ | ===== Via AUR ===== | ||
+ | |||
+ | There is an [[AUR]] package: {{AUR|enigmail}}. | ||
+ | |||
+ | ===== Issues with the x86_64 version of enigmail ===== | ||
+ | |||
+ | It is possible that Thunderbird (Lanikai) hasn't got the same build-type (Error: Linux_x86-gcc3) as the enigmail (x86_64) and won't get installed. Downloading Thunderbird in the i686 version an installing enigmail by the Add-On application works fine. | ||
+ | |||
+ | If you download Thunderbird manually, remember copying the files to {{ic|/opt}} and creating a directory for Thunderbird. To still be able start Thunderbird from the "default location" create a file that points at {{ic|/opt/thunderbird/thunderbird}} for example. | ||
+ | |||
+ | Create a symlink to make it available in $PATH: | ||
+ | |||
+ | # ln -s /usr/local/bin/thunderbird /opt/thunderbird/thunderbird | ||
+ | |||
+ | Finish with setting the right permissions and "updating" your shell. | ||
+ | |||
+ | # chmod 755 /usr/local/bin/thunderbird | ||
+ | |||
+ | ==== Creating a keypair ==== | ||
− | |||
A keypair can be created by opening Thunderbird and finding the 'OpenPGP' menu and clicking 'Setup Wizard'. The wizard will now help you create your keypair. All of the options are fairly self-explanatory and are not discussed in this article. | A keypair can be created by opening Thunderbird and finding the 'OpenPGP' menu and clicking 'Setup Wizard'. The wizard will now help you create your keypair. All of the options are fairly self-explanatory and are not discussed in this article. | ||
− | ====Sharing your | + | ==== Sharing your public key ==== |
+ | |||
There are a variety of ways to distribute your public key. One way is to upload it to a public keyserver network. Another is to share it with friends who are also using email encryption. | There are a variety of ways to distribute your public key. One way is to upload it to a public keyserver network. Another is to share it with friends who are also using email encryption. | ||
− | ====Encrypting your | + | ==== Encrypting your emails ==== |
+ | |||
First of all, encryption does not always work properly with emails containing HTML. It is best to make all of the encrypted emails you wish to send plaintext. This can be ensured by going to Options in the 'New Email' window and finding Format, then clicking on "Plain-text only". | First of all, encryption does not always work properly with emails containing HTML. It is best to make all of the encrypted emails you wish to send plaintext. This can be ensured by going to Options in the 'New Email' window and finding Format, then clicking on "Plain-text only". | ||
Once you have chosen a recipient and title and have written your message, you can sign and encrypt the message by using the OpenPGP menu. Once that is done, simply click "Send" and your encrypted email has been sent. | Once you have chosen a recipient and title and have written your message, you can sign and encrypt the message by using the OpenPGP menu. Once that is done, simply click "Send" and your encrypted email has been sent. | ||
− | ====Decrypting | + | ==== Decrypting emails ==== |
+ | |||
This article will not go into the details of key signing. | This article will not go into the details of key signing. | ||
Assuming that the email was encrypted properly, just trying to open it should result in a popup window asking you to type in your keyphrase. Do so now, and the email will be decrypted for your viewing pleasure. | Assuming that the email was encrypted properly, just trying to open it should result in a popup window asking you to type in your keyphrase. Do so now, and the email will be decrypted for your viewing pleasure. | ||
− | ===Adding a | + | === Adding a calendar with Lightning === |
+ | |||
Lightning is an extension that brings Sunbird's functionality to Thunderbird. This integrates calendar functions into Thunderbird. | Lightning is an extension that brings Sunbird's functionality to Thunderbird. This integrates calendar functions into Thunderbird. | ||
− | === | + | === Plain-text mode and font uniformity === |
− | + | ||
+ | Plain-text mode lets you view all your emails without HTML rendering. It can be configured from ''View menu > Message Body As'' option. This defaults to monospace font but font size is still inherited from original system fontconfig settings. You can uniform the default font and font size across all emails by overwriting it fontconfig user configuration. Appending below in user font config file before the closing </fontconfig> tag, will use replace monospace with Ubuntu Mono font with size of 10 pixels (provided you have already installed Ubuntu font family). Then run {{ic|fc-cache -fv}} to update system font cache. | ||
+ | |||
+ | {{hc|/etc/fonts/conf.d/50-user.conf| | ||
+ | <nowiki><match target="pattern"> | ||
+ | <test qual="any" name="family"><string>monospace</string></test> | ||
+ | <edit name="family" mode="assign" binding="same"><string>Ubuntu Mono</string></edit> | ||
+ | <!-- For Thunderbird, lowering default font size to 10 for uniformity --> | ||
+ | <edit name="pixelsize" mode="assign"><int>10</int></edit> | ||
+ | </match></nowiki> | ||
+ | }} | ||
+ | |||
+ | === Show tray icon === | ||
+ | |||
+ | Install the extension "firetray". | ||
+ | |||
+ | === Resizeable tray icon === | ||
+ | |||
+ | There are a number of plugins that let Thunderbird close to tray, but most of them seem to make use of {{ic|/usr/lib/thunderbird-5.0/chrome/icons/default/default16.png}}, and if you are using a big screen and a bigger-than-standard dock (e.g. Avant Window Navigator) the icon could appear too little compared to the other tray icons. | ||
+ | |||
+ | To make those plugins use the icons from {{ic|/usr/share/icons/hicolor/}} you just have to disable {{ic|/usr/lib/thunderbird-5.0/chrome/icons/default/default16.png}} renaming it for example to {{ic|default16.png.disabled}}, not forgetting to prevent pacman from reinstalling it by adding the following line to {{ic|/etc/pacman.conf}}: | ||
+ | NoExtract = usr/lib/thunderbird-5.0/chrome/icons/default/default16.png | ||
+ | |||
+ | === Links in Thunderbird do NOT open in Firefox === | ||
+ | |||
+ | If you update from Firefox 3 to Firefox 4, you may no longer be able to click on a link in Thunderbird and have it open in Firefox. Especially if you are using KDE. To correct the problem, issue the following as your user, from the command line: | ||
+ | |||
+ | gconftool-2 --type=string -s /desktop/gnome/url-handlers/http/command "firefox %s" | ||
+ | gconftool-2 --type=string -s /desktop/gnome/url-handlers/https/command "firefox %s" | ||
+ | |||
+ | Another option is go to the preferences => advanced => general and then select Config Editor. | ||
+ | |||
+ | Search for "network.protocol-handler.warn-external" | ||
+ | |||
+ | those following three were false, turn then to true, and then Thunderbird will ask you when clicking on liks which application to use. Select /usr/bin/firefox or /usr/bin/xdg-open and do not forgot to select remember my choice wink | ||
+ | |||
+ | network.protocol-handler.warn-external.ftp | ||
+ | network.protocol-handler.warn-external.http | ||
+ | network.protocol-handler.warn-external.https | ||
+ | |||
+ | the mimetype where saved on {{ic|~/.thunderbird/.default/mimeTypes.rdf}}. | ||
+ | |||
+ | The before mentioned solutions for this problem do not work with the latest software (atm version 24 of both) in Gnome (e.g. version 3.8.4). To make links clicked in Thunderbird mails open in Firefox you have to go to the control panel, in the system category you have to open the details and there click the tab default applications. Here you can set which web software is default when clicking links anywhere. After changing this setting, clicking links in Thunderbird, which then open in Firefox, works. | ||
+ | |||
+ | === Webmail with Thunderbird === | ||
+ | |||
+ | Please see upstream wiki: [http://kb.mozillazine.org/Using_webmail_with_your_email_client Using webmail with your email client]. | ||
+ | |||
+ | === Opening links in Thunderbird with Firefox === | ||
+ | |||
+ | Launch Thunderbird and navigate to the ''Config Editor'' by clicking the following menu items: | ||
+ | |||
+ | Edit > Preferences > Advanced > General > Config Editor. | ||
+ | |||
+ | Right click in the list of parameters, select ''New'' and ''String'' in the menu. | ||
+ | |||
+ | A box appears, asking you for the preference name. Put : | ||
+ | network.protocol-handler.app.http | ||
+ | |||
+ | Click OK, the box then asks you for the value : set it to : | ||
+ | /usr/bin/firefox | ||
+ | |||
+ | Do it again for the preference named {{ic|network.protocol-handler.app.https}} . | ||
+ | |||
+ | {{Note|Xfce4 users may want to set this preference value to "exo-open", which then will use the browser set up in "Preferred Applications".}} | ||
+ | |||
+ | You can now click on URL directly to launch them into Firefox ! | ||
+ | |||
+ | ==== Setting Firefox to open links in new tabs/new windows ==== | ||
+ | |||
+ | You can change whether links are opened in new tabs or in new windows by opening up /usr/bin/mozilla-firefox in a text editor. | ||
+ | |||
+ | There are two lines near the top that say: | ||
+ | |||
+ | OPEN_IN=new-window | ||
+ | #OPEN_IN=new-tab | ||
+ | |||
+ | This setup will open URL's in a new window. Simply comment the first line and uncomment the second line to open URL's in a new tab! | ||
+ | |||
+ | Another way to do that is to select the right radiobutton in ''Edit/Preferences/Tabs'' in your Firefox browser menu. | ||
+ | |||
+ | == Troubleshooting == | ||
+ | |||
+ | === Segfault at startup === | ||
+ | |||
+ | A [https://bugzilla.mozilla.org/show_bug.cgi?id=292127 problem (mozilla-bug)] arises on systems configured to use ldap to fetch user information: Thunderbird segfaults at startup. A [https://bugzilla.mozilla.org/show_bug.cgi?id=292127#c7 work around] exists. | ||
+ | |||
+ | === Folder name in local language but menus in English after Thunderbird update === | ||
+ | |||
+ | First, verify that you have package '''thunderbird-i18n-xx''' installed, where "xx" is the language you want. If not, install it/reinstall it. |
Revision as of 10:24, 9 October 2013
Template:Article summary start Template:Article summary text Template:Article summary heading Template:Article summary wiki Template:Article summary wiki Template:Article summary end
Mozilla Thunderbird is an email, newsgroup, and news feed client designed around simplicity and full-featuredness while avoiding bloat. It supports POP, IMAP, SMTP, S/MIME, and OpenPGP encryption (through the Enigmail extension). Similarly to Firefox, it has a wide variety of extension and addons available for download that add more features.
Contents
- 1 Installation
- 2 Extensions
- 3 Troubleshooting
Installation
Install thunderbird from the official repositories.
There are a number of language packs available if English is not your preferred language. To see a list of available language packs, try:
$ pacman -Ss thunderbird-i18n
Extensions
Encryption with EnigMail
Installation
Via addons.mozilla.org
- This method won't work for x86_64, see #Via AUR.
- The section below that points you to the static builds seems to work fine for x86_x64. The aur is out of date (07/25/12). You have to use the nightly builds though because arch is using v14 of thunderbird.
The first step to setting up email encryption is to download the GNU Privacy Guard (GnuPG). GnuPG is required by pacman, which is a part of 'base' system, so you do not have to install them manually.
EnigMail can be downloaded from here, at Mozilla's addon database. Make sure that it is installed as a Thunderbird addon and isn't automatically interpreted to be a Firefox addon. This can be done by going to Tools -> Add-ons and clicking Install, then selecting the XPI addon package. Congratulations, EnigMail is now installed. You should now restart Thunderbird.
Via enigmail.mozdev.org
EnigMail addons that works for x86_64 can be downloaded from this page. Select the Arch build of the addon and follow the instructions in the previous section to install.
Via AUR
There is an AUR package: enigmailAUR.
Issues with the x86_64 version of enigmail
It is possible that Thunderbird (Lanikai) hasn't got the same build-type (Error: Linux_x86-gcc3) as the enigmail (x86_64) and won't get installed. Downloading Thunderbird in the i686 version an installing enigmail by the Add-On application works fine.
If you download Thunderbird manually, remember copying the files to /opt
and creating a directory for Thunderbird. To still be able start Thunderbird from the "default location" create a file that points at /opt/thunderbird/thunderbird
for example.
Create a symlink to make it available in $PATH:
# ln -s /usr/local/bin/thunderbird /opt/thunderbird/thunderbird
Finish with setting the right permissions and "updating" your shell.
# chmod 755 /usr/local/bin/thunderbird
Creating a keypair
A keypair can be created by opening Thunderbird and finding the 'OpenPGP' menu and clicking 'Setup Wizard'. The wizard will now help you create your keypair. All of the options are fairly self-explanatory and are not discussed in this article.
Sharing your public key
There are a variety of ways to distribute your public key. One way is to upload it to a public keyserver network. Another is to share it with friends who are also using email encryption.
Encrypting your emails
First of all, encryption does not always work properly with emails containing HTML. It is best to make all of the encrypted emails you wish to send plaintext. This can be ensured by going to Options in the 'New Email' window and finding Format, then clicking on "Plain-text only".
Once you have chosen a recipient and title and have written your message, you can sign and encrypt the message by using the OpenPGP menu. Once that is done, simply click "Send" and your encrypted email has been sent.
Decrypting emails
This article will not go into the details of key signing.
Assuming that the email was encrypted properly, just trying to open it should result in a popup window asking you to type in your keyphrase. Do so now, and the email will be decrypted for your viewing pleasure.
Adding a calendar with Lightning
Lightning is an extension that brings Sunbird's functionality to Thunderbird. This integrates calendar functions into Thunderbird.
Plain-text mode and font uniformity
Plain-text mode lets you view all your emails without HTML rendering. It can be configured from View menu > Message Body As option. This defaults to monospace font but font size is still inherited from original system fontconfig settings. You can uniform the default font and font size across all emails by overwriting it fontconfig user configuration. Appending below in user font config file before the closing </fontconfig> tag, will use replace monospace with Ubuntu Mono font with size of 10 pixels (provided you have already installed Ubuntu font family). Then run fc-cache -fv
to update system font cache.
/etc/fonts/conf.d/50-user.conf
<match target="pattern"> <test qual="any" name="family"><string>monospace</string></test> <edit name="family" mode="assign" binding="same"><string>Ubuntu Mono</string></edit> <!-- For Thunderbird, lowering default font size to 10 for uniformity --> <edit name="pixelsize" mode="assign"><int>10</int></edit> </match>
Show tray icon
Install the extension "firetray".
Resizeable tray icon
There are a number of plugins that let Thunderbird close to tray, but most of them seem to make use of /usr/lib/thunderbird-5.0/chrome/icons/default/default16.png
, and if you are using a big screen and a bigger-than-standard dock (e.g. Avant Window Navigator) the icon could appear too little compared to the other tray icons.
To make those plugins use the icons from /usr/share/icons/hicolor/
you just have to disable /usr/lib/thunderbird-5.0/chrome/icons/default/default16.png
renaming it for example to default16.png.disabled
, not forgetting to prevent pacman from reinstalling it by adding the following line to /etc/pacman.conf
:
NoExtract = usr/lib/thunderbird-5.0/chrome/icons/default/default16.png
Links in Thunderbird do NOT open in Firefox
If you update from Firefox 3 to Firefox 4, you may no longer be able to click on a link in Thunderbird and have it open in Firefox. Especially if you are using KDE. To correct the problem, issue the following as your user, from the command line:
gconftool-2 --type=string -s /desktop/gnome/url-handlers/http/command "firefox %s" gconftool-2 --type=string -s /desktop/gnome/url-handlers/https/command "firefox %s"
Another option is go to the preferences => advanced => general and then select Config Editor.
Search for "network.protocol-handler.warn-external"
those following three were false, turn then to true, and then Thunderbird will ask you when clicking on liks which application to use. Select /usr/bin/firefox or /usr/bin/xdg-open and do not forgot to select remember my choice wink
network.protocol-handler.warn-external.ftp network.protocol-handler.warn-external.http network.protocol-handler.warn-external.https
the mimetype where saved on ~/.thunderbird/.default/mimeTypes.rdf
.
The before mentioned solutions for this problem do not work with the latest software (atm version 24 of both) in Gnome (e.g. version 3.8.4). To make links clicked in Thunderbird mails open in Firefox you have to go to the control panel, in the system category you have to open the details and there click the tab default applications. Here you can set which web software is default when clicking links anywhere. After changing this setting, clicking links in Thunderbird, which then open in Firefox, works.
Webmail with Thunderbird
Please see upstream wiki: Using webmail with your email client.
Opening links in Thunderbird with Firefox
Launch Thunderbird and navigate to the Config Editor by clicking the following menu items:
Edit > Preferences > Advanced > General > Config Editor.
Right click in the list of parameters, select New and String in the menu.
A box appears, asking you for the preference name. Put :
network.protocol-handler.app.http
Click OK, the box then asks you for the value : set it to :
/usr/bin/firefox
Do it again for the preference named network.protocol-handler.app.https
.
You can now click on URL directly to launch them into Firefox !
Setting Firefox to open links in new tabs/new windows
You can change whether links are opened in new tabs or in new windows by opening up /usr/bin/mozilla-firefox in a text editor.
There are two lines near the top that say:
OPEN_IN=new-window #OPEN_IN=new-tab
This setup will open URL's in a new window. Simply comment the first line and uncomment the second line to open URL's in a new tab!
Another way to do that is to select the right radiobutton in Edit/Preferences/Tabs in your Firefox browser menu.
Troubleshooting
Segfault at startup
A problem (mozilla-bug) arises on systems configured to use ldap to fetch user information: Thunderbird segfaults at startup. A work around exists.
First, verify that you have package thunderbird-i18n-xx installed, where "xx" is the language you want. If not, install it/reinstall it.