mkiol / GNotifier

Thunderbird add-on that replaces built-in notifications with the OS native notifications
https://addons.mozilla.org/thunderbird/addon/gnotifier/
GNU General Public License v3.0
164 stars 25 forks source link

[Windows] [New feature] Disable notification sound for Windows #130

Closed computergeek125 closed 8 years ago

computergeek125 commented 8 years ago

Would it be possible to add an option to disable the Windows notification sound on the popup notifications? With this addon enabled and Thunderbird set to play its own notification sound, I hear a mix of the Windows notification sound and the default Thunderbird notification sound when I get an email. Cool as it sounds, I would prefer to just have the Thunderbird auditory cue.

I don't know if this is applicable to other platforms as I have limited experience with Thunderbird on other platforms.

mkiol commented 8 years ago

@kabili207 Taking into account capabilities of the Windows action center API, do you thing it is technically possible to disable sound for the notification?

kabili207 commented 8 years ago

You can disable the sound on a per app basis in the system settings. See option three in this link: http://www.tenforums.com/tutorials/4111-notifications-apps-turn-off-windows-10-a.html

kabili207 commented 8 years ago

We can also remove the sound on individual notifications. https://msdn.microsoft.com/en-us/library/windows/desktop/hh761492.aspx#no_sound

mkiol commented 8 years ago

You can disable the sound on a per app basis in the system settings. See option three in this link: http://www.tenforums.com/tutorials/4111-notifications-apps-turn-off-windows-10-a.html

@kabili207 Thank you for the solution.

@computergeek125 So, you can disable sound for Thunderbird notifications in Settings->Notifications & Actions->Mozilla Thunderbird->Play a sound when notification arrives.

screenshot_20160821_211656

computergeek125 commented 8 years ago

Cool. I did not know that setting existed. Thanks!