-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Add-on Compatability] FiltaQuilla Header Regex conflict #116
Comments
Also stated by Filtaquilla's coder: |
Hi, I'm not clear what that regex is trying to achieve as I don't personally use Filtaquilla myself. Your issues may be caused by the actual email itself as if it's a Microsoft TNEF email it doesn't really follow common standards. If you can provide any logs pointing to Lookout causing this issue, please feel free to update |
"I can't see where Lookout might interfere with any searching patterns related to the email headers." To see it, you'd have to try the addon. It's simple: i've made tests with filtaquilla, using header regex match: Now.... if i keep your lookout+ addon installed...... New: From instead of Sender argument works.. . "filtaquilla's maintainer confirms i shouldn't be able to use "From" |
Try to localize that pipe & avoid interference with filtaquilla please, otherwise, i'll sadly be compelled to forever avoid |
If I get the time I might look at it, but I would suggest that you'll have to find a way to provide some debug logs or direction because as it stands I'm not sure where to even start. |
Incidentally you keep saying Lookout+ this is a defunct fork of the original project that is no longer updated. I presume you mean LookOut (fix-version) |
lookout fix version i mean. you don't know where to start ? "If I get the time I might look at it, but I would suggest that you'll have to find a way to provide some debug logs or direction because as it stands I'm not sure where to even start." i'm not a programmer, how do u want me to do that ? |
Well I'm just a volunteer maintainer so my time is limited to work on this project. Any assistance in reducing the work needed to find a bug is appreciated. The information you have supplied so far quite shallow and is the technical equivalent of saying there is a needle somewhere in a haystack. You'll want to monitor the console outputs and attempt to narrow down the trigger conditions as much as possible https://developer.thunderbird.net/add-ons/tips-and-tricks#debugging That said inter add-on compatibility is a low priority issue for me at this time. |
long life to lookout "fix", but for the sanity of my actual addons, it'll be out of my life now. |
BUG (The pipe)
Hi Oleksandr & Dugite-Code,
lookout+ generates bugs in filtaquilla extension.
it turns the "Sender:" argument into "From:"
Personally, i prefer from, cause it's how it's presented
in the mime field, but the major bug, that appears in
filtaquilla which requires a fix, is that all my filtaquilla based
regex filters in thunderbird, now only work if i add
a pipe symbol (vertical line) at the end of
my regular expressions.
Please fix that.The text was updated successfully, but these errors were encountered: