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 a "delete mail" option #161

Closed pprw closed 7 years ago

pprw commented 7 years ago

This is a request feature (for thunderbird). I would be nice to be able to delete an email directly from the notification. If you see a new email which is clearly not interesting for you, I would like to delete it straight with a button close do "open" and "mark as read".

bye

mkiol commented 7 years ago

Nice idea. I will add it to the next release.

pprw commented 7 years ago

Le 07/04/2017 à 20:15, Mkiol a écrit :

Nice idea. I will add it to the next release.

Cool ! Thank you !

mkiol commented 7 years ago

Please check the latest gnotifier-1.9.9-preX.xpi package.

What I added:

Let me know what you think.

tooomm commented 7 years ago

Is it possible to have for example a right click menu option on Windows to delete messages as well right from the notification?

mkiol commented 7 years ago

@tooomm I'm forwarding your question to @kabili207 (He is an author of GNotifier's windows integration).

Questions:

kde_notification

kabili207 commented 7 years ago

Unfortunately, adding buttons can't be done without switching from the Windows 8 API to the Windows 10 API, which is problematic for all the reasons I've outlined in this comment on issue 65. Right-click actions aren't possible in either API.