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

add buttons to Thunderbird notifications #99

Closed dffischer closed 8 years ago

dffischer commented 8 years ago

The Firefox notifications already have buttons to open downloaded file or folder. This patchset adds similar buttons to the mail notifications: One to display the message, and one to dismiss it as read immediately.

I developed this on gnome-shell 3.20. The buttons do something similar as requested in #35. For them to have an effect as well as a click to the notification area, the clickHandler and actionsList of the notify and notifyWithActions functions would have to be combined.

mkiol commented 8 years ago

Works great! It is long awaited feature, so double thanks for your work.

dffischer commented 8 years ago

Spending quite a while to find the appropriate functions for window and tab creation, I quite understand, why. Thanks for the quick merge.