Menu

Tree [ac3087] master /
 History

HTTPS access


File Date Author Commit
 add-on 2021-09-07 Peter Mühlenpfordt Peter Mühlenpfordt [ac3087] Delay scanning on startup: workaround for hangi...
 app_qt5 2020-01-03 Peter Mühlenpfordt Peter Mühlenpfordt [512f63] Use GUI objects in GUI/main thread only
 dist 2019-12-28 Peter Mühlenpfordt Peter Mühlenpfordt [9de55d] Install native app to system directories not users
 LICENSE 2019-12-30 Peter Mühlenpfordt Peter Mühlenpfordt [aebf4c] License file added
 README 2020-01-03 Peter Mühlenpfordt Peter Mühlenpfordt [512f63] Use GUI objects in GUI/main thread only

Read Me

Thunderbird tray icon add-on

A very simple web/mail extensions add-on for Thunderbird that
uses native messaging to display a persistent icon in the KDE systray.

Features
- New mail icon
- Optional unread count
- Selectable IMAP folders to watch


Installation

1st - Qt5 native binary
- install latest tbtrayicon_x.x.x_amd64.deb
- copy /usr/share/doc/tbtrayicon/tbtrayicon.json to your
  users directory ~/.mozilla/native-messaging-hosts/
- restart Thunderbird

2nd - Thunderbird add-on
- install latest tbtrayicon-x.x.x.xpi
- enable imap folders to scan
- if the icon is not visible in the KDE systray,
  adjust systray options to always display it


Remarks

There seems to be no web/mail extensions event to listen
for folder updates or incoming mails. This add-on just
rescans the enabled folders every few seconds.

You should not enable the icon with unread count option
for folders with many unread mails. This will noticeable
slow down Thunderbird.

After upgrading to Thunderbird 68 the add-on did not
work because of the 'query' function rising an error.
I had to delete and re-create the Thunderbird account
for my IMAP account.