This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (30 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
== 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