Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Thunderbird is a free and open-source email client developed by Mozilla. It provides a feature-rich and customizable experience for managing emails, contacts, and calendars, making it a popular choice among Linux users.
If you want to run the desktop version of Thunderbird in a mobile-friendly mode on the PinePhone and PinePhone Pro, you can use the mobile-config-thunderbird package. This configuration enhances Thunderbird’s usability on touchscreen devices by optimizing the interface for small screens. Developed by Dylan Van Assche, a trusted contributor to postmarketOS, this package allows Thunderbird to better adapt to mobile environments.
Below are installation instructions for various Linux distributions supported on PinePhone and PinePhone Pro:
The mobile-config-thunderbird package is available in the postmarketOS repositories. To install it, run:
sudo apk update
sudo apk add mobile-config-thunderbird
After installation, launch Thunderbird, and it should automatically apply the mobile-friendly interface optimized for PinePhone.
Since Mobian is based on Debian, you can manually install the mobile configuration:
sudo apt update
sudo apt install git make zip
# Clone the repository
git clone https://gitlab.postmarketos.org/postmarketOS/mobile-config-thunderbird.git
cd mobile-config-thunderbird
# Build and install
make
sudo make install
Once installed, open Thunderbird, and the mobile configuration should be applied, making it more suitable for touchscreen usage on PinePhone.
For Arch-based distributions running on PinePhone, you can manually build and install the package:
sudo pacman -Syu
sudo pacman -S git base-devel
# Clone the repository
git clone https://gitlab.postmarketos.org/postmarketOS/mobile-config-thunderbird.git
cd mobile-config-thunderbird
# Build and install
make
sudo make install
After completing these steps, launch Thunderbird, and it should display the mobile-optimized interface suitable for PinePhone and PinePhone Pro.
make
, zip
, git
, and base-devel
for Arch-based systems) before proceeding.For more details and updates, refer to the official mobile-config-thunderbird GitLab repository.