Thunderbird useful add-ons and tricks
mouse 1654 · person cloud · link
Last update
2021-05-04
2021
05-04
« — »

Add-ons

Obsolete

Date format

TB uses the system locale settings in order to display the date and time, you can change them by setting the LANG environment variable:

1
2
3
4
5
#!/bin/bash
# http://kb.mozillazine.org/Date_display_format
# https://bugzilla.mozilla.org/show_bug.cgi?id=1426907
export LANG=it_IT.UTF-8 # DD/MM/YYYY HH.MM
exec /opt/thunderbird/thunderbird

Dark theme

  1. Install TT DeepDark theme
  2. Preferences > Display > Formatting > Fonts & Colors > Colors button, then swap Text and Background colors
  3. If you write HTML emails: Preferences > Composition > General, then swap Text and Background colors

Logging

1
MOZ_LOG=SMTP:4,timestamp MOZ_LOG_FILE=tb.log thunderbird