HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

thunderbird — Email client and RSS reader. More information: <https://manned.org/thunderbird>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclientthunderbirdandcliemailrssreader

Problem

How to use the thunderbird command: Email client and RSS reader. More information: <https://manned.org/thunderbird>.

Solution

thunderbird — Email client and RSS reader. More information: <https://manned.org/thunderbird>.

Open thunderbird:
thunderbird


Use a specific user profile:
thunderbird -P {{profile_name}}


Use a specific user profile directory:
thunderbird --profile {{path/to/profile_directory}}

Code Snippets

Open thunderbird

thunderbird

Use a specific user profile

thunderbird -P {{profile_name}}

Use a specific user profile directory

thunderbird --profile {{path/to/profile_directory}}

Context

tldr-pages: common/thunderbird

Revisions (0)

No revisions yet.