This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Thunderbird
Thunderbird is Mozilla's solution to the e-mail client.
Earlybird is the "unbranded" version of Thunderbird.
Installation
USE flags
USE flags for mail-client/thunderbird Thunderbird Mail Client
+X
|
Add support for X11 |
+dbus
|
Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) |
+rust-extensions
|
Compile and install experimental rust extensions, that may become part of Thunderbird some day. |
+system-av1
|
Use the system-wide media-libs/dav1d and media-libs/libaom library instead of bundled. |
+system-harfbuzz
|
Use the system-wide media-libs/harfbuzz and media-gfx/graphite2 instead of bundled. |
+system-icu
|
Use the system-wide dev-libs/icu instead of bundled. |
+system-jpeg
|
Use the system-wide media-libs/libjpeg-turbo instead of bundled. |
+system-libevent
|
Use the system-wide dev-libs/libevent instead of bundled. |
+system-librnp
|
Use system-wide dev-util/librnp instead of bundled one. |
+system-libvpx
|
Use the system-wide media-libs/libvpx instead of bundled. |
+system-webp
|
Use the system-wide media-libs/libwebp instead of bundled. |
clang
|
Use Clang compiler instead of GCC |
debug
|
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces |
eme-free
|
Disable EME (DRM plugin) capability at build time |
hardened
|
Activate default security enhancements for toolchain (gcc, glibc, binutils) |
hwaccel
|
Force-enable hardware-accelerated rendering (Mozilla bug 594876) |
jack
|
Add support for the JACK Audio Connection Kit |
libproxy
|
Enable libproxy support |
lto
|
Enable Link-Time Optimization (LTO) to optimize the build |
pgo
|
Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time. |
pulseaudio
|
Add sound server support via media-libs/libpulse (may be PulseAudio or Pipewire, or apulse if installed) |
selinux
|
!!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur |
sndio
|
Enable support for the media-sound/sndio backend |
system-png
|
Use the system-wide media-libs/libpng instead of bundled (requires APNG patches) |
wayland
|
Enable dev-libs/wayland backend |
wifi
|
Enable necko-wifi for NetworkManager integration, and access point MAC address scanning for better precision with opt-in geolocation services |
Emerge
root #
emerge --ask mail-client/thunderbird
Emerging Thunderbird is a long process, a pre-compiled (binary) version exists for users who want a shorter install time:
root #
emerge --ask mail-client/thunderbird-bin
Note that behavior of the pre-compiled version may be different in many ways including the choice of default applications for URLs.
Configuration
XDG integration
To ensure Thunderbird is being used by other applications as the default application for handling mailto:
links, run:
user $
xdg-mime default thunderbird.desktop x-scheme-handler/mailto
Global search
See forum post: thunderbird not indexation for global search
Usage
Keyboard shortcuts
Thunderbird has a variety of keyboard shortcuts built-in. A full listing can be viewed on the Mozilla support page.
Mail notification sound
Mail notification sound needs a sound theme to work, see bug #617566.
See also
- Firefox - Mozilla's solution to the web browser.