moisseev/rspamd-spamness

Training Buttons do not work in Thunderbird 90+

Closed this issue · 2 comments

The Training HAM and SPAM buttons do not operate in Thunderbird 90+

I tested with IMAP accounts and Local Folders and iterated different folders and subfolders but no change.

From the user perspective clicking the button does not do anything.
I found in the error console:

<unavailable> libBackground.js:161:13
    error moz-extension://067a7b4d-2c0b-4fa6-a5c2-2cee80da6179/scripts/libBackground.js:161
    moveMessage moz-extension://067a7b4d-2c0b-4fa6-a5c2-2cee80da6179/scripts/background.js:79

interestingly, clicking the button twice does not create a new error in the debug console. Looks like line 80 (Unexspected error) is not hit...

923f905 should fix the issue.
The next release is waiting for review, I hope it will be approved soon.

It works now, thanks