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
165 stars 25 forks source link

Message rules moving emails from inbox break notification #173

Closed SillonBono closed 6 years ago

SillonBono commented 7 years ago

Hi,

I'm running Ubuntu 16.04.2 and Thunderbird 52.1.1

Since the last update to gnotifier (1.10.0) notification for emails that are moved to another folder from the inbox via message rules do not display any content.

The appear with the line "[Empty subject]" and nothing else.

I had not observed this problem with the previous version.

If I can do anything to help debugging this, please let me know, I'm not a developer but can follow instructions.

mkiol commented 7 years ago

Thank you for the report. It looks like something similar to #166 but not narrowed only to spam messages.

Could you please give me more information about your Message Filters configuration? I tried to recreate the issue but it seems that everything is working fine on my TB - I'm receiving notifications from messages moved from Inbox to other folders.

SillonBono commented 7 years ago

Hi,

The nature of the filters is the typical you can expect, if something arrives with condition X move it to folder Y, I have 40+ filters though.

The account is IMAP, the folder structure where I move the emails is

mailbox->alerts->alert_type1 mailbox->alerts->alert_type2 mailbox->alerts->alert_type3 etc.

Different rules move emails into these folders, all of them are contained within the IMAP mailbox, none of the filters move anything to a local folder or a folder in another place other than the IMAP mailbox itself.

I use the "Quickfilters" extension too, I do not know if this could have any influence on the issue.

Hope this is of help.

If I can provide more info, please let me know.

SillonBono commented 7 years ago

I have read the description for issue #166, do you think I should try the version commented there to see if it makes a difference?

mkiol commented 7 years ago

With this ac5acfc0278df45d491fbf397979628ae0e01bb5 commit I changed the way how GNotifier detects new messages. I think the problem with "Empty" messages should be resolved. Please try newest dev XPI and report here if the issue still exists or not.

SillonBono commented 7 years ago

Hi mkiol,

Yay! it fixes it, thank you very much! :-D

mkiol commented 6 years ago

Issue resolved in 1.10.5 release.