IT/Software/Applications/Thunderbird: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
Line 40: Line 40:


Encoding=UTF-8
Encoding=UTF-8
Name=Thunderbird  
Name=Thunderbird  
Exec=/home/walt/.thunderbird/thunderbird  
Exec=/home/walt/.thunderbird/thunderbird  
Icon=/home/walt/.thunderbird/icons/thunderbird.png
Icon=/home/walt/.thunderbird/icons/thunderbird.png
Type=Application
Type=Application
terminal=false
terminal=false
X-MultipleArgs=false
X-MultipleArgs=false
Categories=Application;Network;Email;
Categories=Application;Network;Email;
MimeType=x-scheme-handler/mailto;application/x-xpinstall;
MimeType=x-scheme-handler/mailto;application/x-xpinstall;
StartupNotify=true
StartupNotify=true
</code>
</code>

Revision as of 10:43, 15 March 2021

Setup

Configure

Add-Ons

AddressBook Synchronization

Using rsync and abook files across the LAN

  1. The address books are stored in an old format called a markaby script.
    1. Old does not mean bad. Though in my personal case there is some statistical evidence to say it does.
  2. When you first start you will find an addressbook called All Addressbooks and inside of that Personal and Collected.
    1. abook.mab is the default created 'Personal Address Book'
    2. history.mab is default created 'Collected Addresses'
    3. other.mab files are ones you created.
      1. they will appear as imap1.mab and so on.
    4. Thanks

Using Cardbook

  1. This is an extension that syncs beautifully with NextCloud
  2. 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