RealRaven2000 / quickFilters

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

Changing filter search type resets other fields #157

Open SKelem opened 1 year ago

SKelem commented 1 year ago

When use QuickFilters to add an address to an existing Filter Rule, a new clause is added with "From" , "Ends With", "address from message". When I change "From" to "From, To, CC or Bcc", the 2nd field changes from "ends with" to "contains".

It would be more useful if it just didn't change the 2nd (or other) fields. It's annoying that the 2nd field has the value I want, but the 1st doesn't. When I correct the 1st field, the 2nd is changed to an undesirable value.

RealRaven2000 commented 1 year ago

We might escalate this to Thunderbird team itself as they control that mechanism. They would basically need to remember the previous search term entry in order to initialize the new one. (the row is completely deleted when you select a different item on the left). I am not sure if I can catch the event in time (onchange event for the dropdown) but will look into it.