Running from a USB drive - Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (emphasize need for fast USB)
m (→‎Compacting folders: - fixed a typo)
Line 25: Line 25:


==Compacting folders==
==Compacting folders==
Compact is automatic in current versions of Thunderbird.  (If you set up Thunderbird to store messages on a USB stick, make sure to [[Thunderbird : Tips : Compacting Folders | compact folders]] periodically. Otherwise, you may find that your mail files on the USB stick are filling up with deleted messages that have not actually been erased from the mail files. Compacting folders will keep the size of your mail files to a minimum.)
Compacting is automatic in current versions of Thunderbird.  (If you set up Thunderbird to store messages on a USB stick, make sure to [[Thunderbird : Tips : Compacting Folders | compact folders]] periodically. Otherwise, you may find that your mail files on the USB stick are filling up with deleted messages that have not actually been erased from the mail files. Compacting folders will keep the size of your mail files to a minimum.)


==See also==
==See also==

Revision as of 11:48, 17 March 2012

Beginning with version 0.7, Thunderbird can be run from a USB memory stick or other portable drive. In order to do this, you need to install Thunderbird (the application itself) on the USB drive, create a profile on the USB drive, and launch Thunderbird using the correct parameters so that it can find the profile on the USB drive.

It is important to chose a fast USB drive, because USB drives are slow compared to a hard disk. The USB 2.0 specification supports a theoretical peak transfer rate of 60MBs. However, in reality a generic drive might support only 2MBs reading or writing while a fast drive might support 30MBs read and 10MBs write. If the speed rating is listed as 150x, 200x etc. it is comparing it to the original rotational speed of a CD player. 1X is 150KBs .

Portable Thunderbird

For Windows users, the easiest way to do all this is with Portable Thunderbird, which is an official build of Thunderbird that has been repackaged "as a complete, removable drive-friendly email client." One of its key features is a special launcher to make your Thunderbird extensions portable. To install, just download the ZIP file and unzip it anywhere on your USB drive.

You can upgrade Portable Thunderbird by installing a new version over the old one. This won't destroy any of your data (your profile) since its stored in a separate directory.

There isn't a Linux specific version. The developer supports running it under WINE for Linux.

Portable Thunderbird OS X repackages an official build of Thunderbird for OS X, using a Platypus script. Its a unrelated effort, not developed by the same person who developed Portable Thunderbird. However its no longer being developed, the last version was based on Thunderbird 2.0.0.0 r3.1 (2007-04-19). A better solution would be to run the windows version using Darwine (OS X port of WINE).

-profile "path" command line argument

Even without Portable Thunderbird, it is fairly easy to run Thunderbird from a portable USB drive. The key is to launch Thunderbird using the -profile "path" command line argument, where "path" is the location of the profile you want to use. The path should be in quote marks if it includes any spaces. For example, on Windows if the Thunderbird program is installed on drive F in a folder called "Mozilla Thunderbird" and your profile is located in a folder called "My TB profile", you would use this syntax:

"F:\Mozilla Thunderbird\thunderbird.exe" -profile "F:\My TB profile"

You can launch Thunderbird this way using a command prompt, a shortcut, a batch file, or a JScript (.js) file. See this MozillaZine forum thread for further information and examples.

The key difference between setting up and running Thunderbird in this way and doing so in the "normal" way is that Thunderbird's Profile Manager normally keeps track of your profile(s) using a profiles.ini file stored on the computer's boot drive. For Thunderbird to be used effectively on a USB stick, in a completely portable mode, it obviously cannot rely upon a file stored on one computer's boot drive in this way. The -profile "path" syntax thus provides Thunderbird with a way to find your profile without relying on information normally stored on the boot drive.

Note that you can also use the same syntax, even without a USB drive, to run a profile on your computer that the Profile Manager doesn't know about. This can be useful, for instance, if your profiles.ini file happens to get corrupted or accidentally deleted but the profile itself is intact. It would also be useful for roaming users whose profile was on a file share.

Compacting folders

Compacting is automatic in current versions of Thunderbird. (If you set up Thunderbird to store messages on a USB stick, make sure to compact folders periodically. Otherwise, you may find that your mail files on the USB stick are filling up with deleted messages that have not actually been erased from the mail files. Compacting folders will keep the size of your mail files to a minimum.)

See also

External links