RealRaven2000 / quickFilters

Thunderbird Add-on: quickFilters
http://quickfilters.quickfolders.org/
Other
49 stars 11 forks source link

Merge doesn't get triggered #58

Open RealRaven2000 opened 3 years ago

RealRaven2000 commented 3 years ago

A user reported that her quickFilters doesn't suggest other filters for merging when moving a mail to a folder that already is a filter target. I am going to add a debug flag for this as I cannot reproduce this here at the moment.

RealRaven2000 commented 3 years ago

Added a new debug option to deal with this specific problem. My current hypothesis is that the target account filters are not matching in their folder URIs, so I need to print out all targets during the comparison and log whether they are added.

quickFilters-wx-5.2.2pre3.zip

to install, please download the zip file and drag into Thunderbird Add-ons Manager.

To add the relevant debug flags, open quickFilters settings, enable Advanced / debug mode. Then right-click the debug checkbox to set these additional flags:

image

enable the following debug flags:

extensions.quickfilters.debug = true
extensions.quickfilters.debug.merge = true
extensions.quickfilters.debug.merge.detail = true