How to disable thunderbird notification
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: A Thousand Exotic Places Looping v001
--
Chapters
00:00 How To Disable Thunderbird Notification
00:42 Accepted Answer Score 48
00:54 Answer 2 Score 11
01:29 Answer 3 Score 8
01:43 Answer 4 Score 1
02:03 Answer 5 Score 1
02:24 Thank you
--
Full question
https://superuser.com/questions/87367/ho...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#thunderbird #notifications
#avk47
ACCEPTED ANSWER
Score 48
Edit -> Preferences -> General -> "When new messages arrive:"
Unchecking the "Show an alert"-Box should do the trick.
ANSWER 2
Score 11
This has changed in TB 3 and is now a bit trickier to turn off. You now need to set mail.biff.show_alert
to false in the Config Editor as described at http://www.upfrontsystems.co.za/Members/izak/sysadman/that-annoying-thunderbird-notification-window. For Windows folks do "Tools/Options" rather than "Edit/Preferences" for the first step.
To turn off the notification sound, change mail.biff.play_sound
to false. You can also get rid of the system tray icon by changing mail.biff.show_tray_icon
to false.
ANSWER 3
Score 8
Go to Tools->Options, then on the general tab, there should be a section at the bottom titled "When a new message arrives". Uncheck the box next to "Show an Alert".
See if that does it for you.
ANSWER 4
Score 1
The above answer is no longer correct. As of Thunderbird 24.60, and probably earlier, the control is found here:
Tools -> Options -> General tab -> "When new messages arrive:"
Uncheck "Show an alert" box or use the Customize...
button to alter the behavior of the notification if you wish.
ANSWER 5
Score 1
Apart from new mail notifications (which are handled inside Thuderbird preferences), it seems that recent versions delegate the general notification handling to the operating system. In Ubuntu it can be found in Settings -> Notifications, where you can disable all Thunderbird notifications.