21

I want to get instant notifications for new emails and I don't want to install and configure an extra program for that. Thunderbird shows notifications, so does Gmail webapp. But both of them work only as long as they are open and running (or minimized).

Is there a way to have Thunderbird show notifications without keeping it open (at least the GUI)?

OS: Ubuntu 14.04

Thanks

lfk
  • 911

7 Answers7

15

I recommend (and use) FireTray, which you can get at https://addons.mozilla.org/en-us/thunderbird/addon/firetray/.

It will keep Thunderbird running in the background, and then notify you of new emails.

3

As FireTray is not supporting the Thunderbird version 68+
You can get still receive emails in background by using another trustfull Ubuntu app named as Geary (I am also using it).
So to install Geary, use the below command -

sudo apt install geary

That's it.
Now open it and do the formalties saying by geary and then
go to preferences, check the checkbox named as [✔] Watch for new mail when closed.
You have all done here.
Enjoy !

1

I'm using Birdtray package. It works really great.

sudo apt install birdtray

https://linux-packages.com/ubuntu-jammy-jellyfish/package/birdtray

nikau6
  • 221
1

You can use minimize to tray add-on; TB needs to start though. See this link for description and downloading

bob
  • 1,198
0

On Kubuntu 20.04, I've just installed :

  • kdocker packet : start it and click on Thunderbird main window title, it will go to the systray.
  • extension minimize-on-close to just minimize on close (and so go to systray with kdocker)

That works perfectly and takes 1 minute to install both.

Virtual
  • 101
0

FireTray plugin does not work with the recent versions of Thunderbird.

One workaround is to make the application automatically run at startup.

Go to -> System -> Preferences -> Startup Applications

Then set name as Thunderbird and command as thunderbird

Then click Add.

Gayan Weerakutti
  • 3,830
  • 1
  • 28
  • 39
0

In thunderbird's settings there's actually one setting that could interest you:
In Swedish it's named När Thunderbird minimeras, flytta den till aktivitetsfält, which means something like "When Thunderbird is minimized, move it to system tray".
If you close Thunderbird it will be gone until you start it again but if you minimize it it will close the window and appear in the system tray.
I found this setting in Thunderbird 102.3.3, it's probably there for a while.

Lampe2020
  • 153