Standalone address book
Revision Information
- Revision id: 54344
- Created:
- Creator: Thunderbird Migration
- Comment: Imported from SUMOMO 2014-02-14 09:44:44
- Reviewed: Yes
- Reviewed:
- Reviewed by: tb_migration
- Is approved? Yes
- Is current revision? No
- Ready for localization: Yes
- Readied for localization:
- Readied for localization by: tb_migration
Revision Source
Revision Content
Sometimes you might want to access the Thunderbird address book without loading the entire application. This can be done by invoking the application from the system command line with a command-line option.
On Windows, invoke Start | Run then enter:
"C:\Program Files\Mozilla Thunderbird\thunderbird.exe" -addressbook
"C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -addressbook
On Mac, open a terminal window (Application | Utilities | Terminal) then enter:
cd /Applications/Thunderbird.app/Contents/MacOS
./thunderbird-bin -addressbook
On Linux, open Terminal then enter:
cd <thunderbird_installation_directory>
./thunderbird-bin -addressbook
If you need to open a standalone Thunderbird address book frequently, make a shortcut for the command. For example, on Windows, the shortcut would have the following properties:
"C:\Program Files\Mozilla Thunderbird\thunderbird.exe" -addressbook
For a complete list of Thunderbird command-line options, see the Command Line Options page in the Mozilla Developer Center.