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 additional null checks to DisplayNotification #112

Closed kabili207 closed 8 years ago

kabili207 commented 8 years ago

This will allow for situations where the image, title, or body is null. At minimum, a message must have at least a title OR a body.

mkiol commented 8 years ago

Thank you!