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

extend notification for mails without subject #154

Closed tooomm closed 7 years ago

tooomm commented 7 years ago

win 10 64bit gnotifier 1.9.8

if you use this kind of settings: settings With %s for subject there is the problem that emails without subject at all just show the "sender name" in the notification, noting else. So you can't tell for sure if something is going wrong, you changed the settings or why it's not displayed. It's intended behavior in the first place, but could be improved. I think it would be better to tell the user that the mail actually had no subject to stay uniform with a two raw layout in the notification, and to be clear in the message communicated.

like:

"Name of Sender"
"no/empty/missing subject", "-", "/", or something like "Email doesn't contain a subject" (maybe even in itallic to separate it from a real subject with the same wording)

I run into an empty-subject message today and wondered if an auto-plugin-update changed something at first. :)

mkiol commented 7 years ago

It is good idea. Thanks for suggestion.

mkiol commented 7 years ago

Resolved in the >=1.10.0 versions.