This repository was archived by the owner on Oct 4, 2024. It is now read-only.
ctietze/tbdisableaccounts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== Disable account is a thunderbird extension to manually activate and deactivate mail accounts == Attention, follow this instruction to avoid loss of data Thunderbird does not pay attention to accounts which are not listed in the accountmanager propertiy mail.accountmanager.accounts So if you remove or add accounts to Thunderbird, be sure to activate all disabled accounts. Otherwise it is most likely that Thunderbird mixes accounts and you will loose your email data! == Build extension file and installation === Linux === Build install package Zip all files (without the root folder) e.g. zip -r [email protected] * === Thunderbird installation Open "Menu" -> "Extras" -> "Add-ons" -> "Install" Select XPI file, install the extension and restart Thunderbird === Manually installation switch to your Thunderbird extension folder e.g. /home/[USERNAME]/.thunderbird/[PROFIL_NAME]/extensions create folder "[email protected]" and copy all extension files into the new folder start Thunderbird Open "Extras" -> "Add-ons" and activate the extension == Windows === Build install package Zip all files (without the root folder) and rename the archive to [email protected] === Thunderbird installation Open "Menu" -> "Extras" -> "Add-ons" -> "Install" Select xpi file, install the extension and restart thunderbird = License Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html