-
Notifications
You must be signed in to change notification settings - Fork 17
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
Filter "text" area is narrow and won't expand #145
Comments
Looks like the vendor specific css rule -moz-box-flex isn't working anymore, so I replaced it with flex-grow: .ruleactiontarget[type="filtaquilla@mesquilla.com#launchFile"],
.ruleactiontarget[type="filtaquilla@mesquilla.com#runFile"],
.ruleactiontarget[type="filtaquilla@mesquilla.com#addSender"],
.ruleactiontarget[type="filtaquilla@mesquilla.com#saveAttachment"] ,
.ruleactiontarget[type="filtaquilla@mesquilla.com#detachAttachments"] ,
.ruleactiontarget[type="filtaquilla@mesquilla.com#javascriptAction"] ,
.ruleactiontarget[type="filtaquilla@mesquilla.com#javascriptActionBody"] ,
.ruleactiontarget[type="filtaquilla@mesquilla.com#saveMessageAsFile"] {
flex-grow: 2;
/* -moz-box-flex: 1; */
} I make the grow value 2 so it griws more than the selector on the left. Here is the updated version: To install, download the zip file and (without unpacking) drag into Thunderbird Add-ons Manager. |
What version of Thunderbird? Apart from "Subject Regex Match / matches" and "Body / contains", what other types of conditions does it have? It works for me here: on TB 91.5: |
I have Tbird 91.4. So I installed it again, I went to configuration/preferences and de-selected all Filter Actions & Search Terms. I have left all Filter Actions unchecked and I have selected (Subject|Body|Header|Subject or Body|Regex case-insensitive) Regex Match, and Folder Name. All seems to be working now. I can't explain why I got what I got earlier when the filter field disappeared. Thanks! |
Very strange - maybe you should have restarted Thunderbird. I know our new mail extensions should theoretically be restartless but sometimes old code (or in this case CSS rules) may hang around. Also there is no reliable mechanism to remove old conditions from the filter editor, that's why sometimes you may see duplications in the dropdown menus after installing a new FQ version. I will close this issue when I release the next version of FiltaQuilla. |
Implemented in 3.3, officially released today (21/02/22) |
I was using CentOS 8 and Thunderbird 78. I installed Fedora 35 and Thunderbird 91.4.0 64-bit and transferred my Thunderbird profile into new setup.
When I edit an existing filter or add a new one. The filter "text" area is very narrow when selecting one of the FiltaQuilla options such as (Subject|Header|Body) Regex Match, BCC, or Folder Name.
In the pics below...
One I just choose Subject for the match and the filter text area is normal/wide. The other pic I choose Subject Regex Match and you can see how narrow the filter text area is. You can't drag it to make it wider.
I've uninstalled and reinstalled version 3.2 of FiltaQuilla. I've disabled/enabled FiltaQuilla and I've restarted Thunderbird numerous times. No change.
Any ideas?
The text was updated successfully, but these errors were encountered: