IT/Software/Applications/Thunderbird: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) |
Walttheboss (talk | contribs) |
||
Line 37: | Line 37: | ||
You will need to add a .desktop file for this to appear in the applications launcher. | You will need to add a .desktop file for this to appear in the applications launcher. | ||
< | <code>[Desktop Entry] | ||
Encoding=UTF-8 | |||
Name=Thunderbird | |||
Exec=/home/walt/.thunderbird/thunderbird | |||
Icon=/home/walt/.thunderbird/icons/thunderbird.png | |||
Type=Application | |||
terminal=false | |||
X-MultipleArgs=false | |||
Categories=Application;Network;Email; | |||
MimeType=x-scheme-handler/mailto;application/x-xpinstall; | |||
StartupNotify=true | |||
</code> |
Revision as of 10:42, 15 March 2021
Setup
Configure
Add-Ons
AddressBook Synchronization
Using rsync and abook files across the LAN
- The address books are stored in an old format called a markaby script.
- Old does not mean bad. Though in my personal case there is some statistical evidence to say it does.
- When you first start you will find an addressbook called All Addressbooks and inside of that Personal and Collected.
- abook.mab is the default created 'Personal Address Book'
- history.mab is default created 'Collected Addresses'
- other.mab files are ones you created.
- they will appear as imap1.mab and so on.
- Thanks
Using Cardbook
- This is an extension that syncs beautifully with NextCloud
- Use WebDav and is active(Oct 2020) being developed
Deployment
Sometimes you get stuck on an older version.
Thunderbird is now only downloadable as a tar.bz.2 or something.
Download and extract to a folder. Run from the thunderbird executable.
I recommend you put all the contents in the .thunderibird directory.
You will need to add a .desktop file for this to appear in the applications launcher.
[Desktop Entry]
Encoding=UTF-8
Name=Thunderbird
Exec=/home/walt/.thunderbird/thunderbird
Icon=/home/walt/.thunderbird/icons/thunderbird.png
Type=Application
terminal=false
X-MultipleArgs=false
Categories=Application;Network;Email;
MimeType=x-scheme-handler/mailto;application/x-xpinstall;
StartupNotify=true