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.
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
andactionsList
of thenotify
andnotifyWithActions
functions would have to be combined.