RealRaven2000 / FiltaQuilla

Adds many new mail filter actions to Thunderbird
http://quickfilters.quickfolders.org/filtaquilla.html
GNU General Public License v3.0
88 stars 17 forks source link

Esr78 regexp features #108

Closed diabolusss closed 3 years ago

diabolusss commented 3 years ago

see release-notes.

diabolusss commented 3 years ago

I noticed a problem here. Regex case sensitiveness should be somehow controlled if globally regex is case agnostic, but in some rule i want to check taking into account input case. I see that js doesn't have such flag, but it exists for https://www.regular-expressions.info/tcl.html as (?c). I'd like to use that in standard js format, like /somePatterN/c

RealRaven2000 commented 3 years ago

You're missing changes in fq_FilterEditor.js which I just did but couldn't merge into your PR with github desktop. So I am going to merge these in then my changes on top. We will still need l10n for the other languages