Version 19b1..21b1 have problem with charset autodetection. Fixed in release version 24
Version 45.8.1 (2017-03-06) works well with Enigmail 1.8.2 and Sieve 0.2.3h. Versions 52.0 (2017-04-03) and higher do not work with them: Enigmail should be upgraded to 1.9.x and Sieve to
v0.2.3k.
Addons
-
-
-
-
British English Dictionary – to make it working change the first two entries in en-GB@dictionaries.addons.mozilla.org/install.rdf
to <em:maxVersion>3.0</em:maxVersion>
and remove extensions.cache
, extensions.rdf
from your profiles directory just drop dictionaries to corresponding folder
gContactSync – synchronizes contacts & groups between Thunderbird and Google Contacts
-
-
Questions answered
How to setup Mozilla Address book via LDAP?
Clicking on link in message does not work
Symptom: When the user click on hyperlink in message, external browser is not launched.
You can trick the below mentioned options in configuration editor. If this does not provide you with enough flexibility, use
SmartTemplate addon.
prefs.js
user_pref("mailnews.reply_header_type", 3);
user_pref("mailnews.reply_header_authorwrote", "%s wrote");
user_pref("mailnews.reply_header_ondate", "on %s");
user_pref("mailnews.reply_header_separator", " ");
user_pref("mailnews.reply_header_colon", ":");
How to make Ctrl+MouseWheel to scale the font?
In Thunderbird v24 inline images are bugger if DPI setting is higher then 100%
Set one of:
Also set print.print_edge_top = 10
– this value will be used when new printer settings are created.
STARTTLS
does not work for Thunderbird
Log entry states:
cyrus/imap[2712]: STARTTLS negotiation failed: [192.168.1.12]
and as a result the connection cannot be established.
Check if the traffic is not intersected by network antivirus.
For Avast you can add the exception.
For
KAV/KIS go to
Settings → Options → Network → Monitored ports: Monitor selected ports only → Select… → switch off IMAP1) (I failed to add Thunderbird to exclusion: in
Rules Settings → Applications tab Thunderbird is listed as trusted). Also try to
install the certificate.
For Kaspersky PURE go
My Computer Protection → Settings (in top right corner) → Network: Monitor selected ports only → Select… → disable IMAP.
How to compact IMAP folders?
First, compact the folders from
File → Compact Folders. Additionally you can remove the offline contents by executing this CMD script (it uses CygWin utilities):
find "%APPDATA%\Thunderbird\Profiles\profile.name\ImapMail" -type f -a -size +10M -a -not -name '*.*' -exec rm '{}' ;
The password is not saved in secure store
It may happen when upgrading Thunderbird from v52.9.1. Try removing files key3.db
, cert8.db
, logins.json
when Thunderbird is closed and then start it again.
How to copy data from one profile to another?
What do to if Thunderbird is not working?