Assegnate 5 su 5 stelle

I wanted to filter emails whose subject contained "[Offspring]" which were To or CC to an email address. I was able to select the new "To or CC to" option without any regular expression or Boolean stuff. Excellent!

Questa recensione riguarda una versione precedente (1.4.1) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

Hello, TB suddenly (since one or two weeks, and after years of compatibility) tells me that filtaquilla is not compatible with TB 45.8.0.
I think in cannot grow on bigger TB than 45.8.0 because my MacOS is 10.6.8.

Is there a solution ?

EDIT :
Sorry, no change, i ve tried to re-install but TB doesn't want to.
I have some screen capture if you want. is this possible to send mails or mp on this website ?

Questa recensione riguarda una versione precedente (1.4.1) del componente aggiuntivo. 

I have just lowered the minimum version to 45.0 can you try updating again?

Assegnate 3 su 5 stelle

manofcrowd's post is referring to maxVersion which Char101 already pointed out. I was referring to a change to minVersion in addition to maxVersion. When you say "works", have you tried editing a preference under "Tools/Add-on Options/FiltaQuilla"?

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo.  Questo utente ha inserito una recensione precedente su questo componente aggiuntivo.

Assegnate 5 su 5 stelle

FiltaQuilla works with Thunderbird 60 by applying http://kb.mozillazine.org/Editing_an_add-on_to_change_its_compatibility i.e. changing from 45.* to e.g. 60.*

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 1 su 5 stelle

In addition to char101's mods you'll also need to update the maxVersion value on line 17 of install.rdf to at least the current version number of TB. This means it will install and run; it doesn't mean it will work

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

To make this addon work with thunderbird 60:
1) quit thunderbird
2) go to your profile folder, go to extensions, find filtaquilla@mesquilla.com.xpi, unzip it
3) open "content/filtaquilla.js" and replace (a) in line 1180 "for each (var tagInfo in tagArray)" into "for (var tagInfo of tagArray)" (b) in line 1542 "for each (let tagInfo in tagArray)" into "for (let tagInfo of tagArray)"
4) zip it again, rename into filtaquilla@mesquilla.com.xpi and replace the old filtaquilla@mesquilla.com.xpi

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 3 su 5 stelle

Used to be good until update to TB 60, wher it automatically got disabled, Any plans to migrate this to TB60+?

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

Nice addon but it does not work with TB 60.

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

Excellent addon and saves you lots of time by using regex matches. Hopefully it will come to thunderbird 60 soon

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 4 su 5 stelle

This extension mostly works, but I find that its Suffix to Subject action does not work. Nothing is added at the end of the subject line of the email.

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 4 su 5 stelle

I need do save some externsion, not all download.
Example "XML" or "xml".

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

Click download anyway then install from file. Still works perfectly.

Looks like the dev just Needs a max version update.

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

I've been stuck in TBird 45.3 because its the last version that AttachmentExtractor will still work in. I've been searching for a long time for a way to auto save attachments in TBird and never knew FiltaQuilla could do it until now.

So for the search engines: auto save attachment extractor

FiltaQuilla can do it. It also has excellent other filter features, but I've seen many people looking online for a replacement to AutoExtractor but never saw anyone recommending FiltaQuilla.

Now I just have to see if FiltaQuilla will work in the latest version of TBird (52 right now)

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

The addons "FiltaQuilla" and "Shedule Filters" should be built-in features of Thunderbird.

Its sad that I was not able to perform this Javascript Action with Body example:
for (let index = 0; index < msgHdrs.length; index++)
{
let hdr = msgHdrs.queryElementAt(index, Ci.nsIMsgDBHdr);
hdr.subject = "[Hello, world] " + hdr.subject;
}

It displays the [Hello, world] in the message list, but its not saved to the IMAP server and after moving the mail to another folder this change disappears. :(

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

I just now known about this add-on.
Would like to use it, but I can't install it.
Not compatible with versions above 45. :(
Hope the developer updates it to be compatible with current versions.

[EDIT]
Was really easy to make it work, and work great, with my TB 52.3.

Do the following (this seems like a lot of steps, but I like to do all baby steps):
1. download the XPI
2. rename the .xpi to .zip
3. open it with 7-zip (or whatever you use to open zip files) extract the content to a folder.
4. open file install.rdf
5. change this line "<em:maxVersion>45.*</em:maxVersion> "to "<em:maxVersion>55.*</em:maxVersion>" (I changed it to 55 just to be safe for future updates of Thunderbird)
6. save the file install.rdf
7. from within the folder where the files are, select them all and make a zip with the defaults for "normal" compression.
8. rename the file from .zip to .xpi
9. and lastly follow the very simple instructions from mozilla on how to install a xpi as an extension (https://support.mozilla.org/en-US/kb/installing-addon-thunderbird#w_a-slightly-less-ideal-case-install-from-a-downloaded-xpi-file)

This is working great and its simple to use. It would benefit to have a little manual with many case examples for each potential use of the extension, since it looks simple but can be used in many places in many different ways.
But its not a requirement since the existing information on the authors site is enough to start using it.

I would like to point out another fact that made me give 5 stars.
I usually give 4, since there's always room for improvement: I sent a question to the author by email and... YES he answered and I sent another email and got another reply... WOW. He really is interested in helping and goes the extra step and gives nice replies.

Best regards to Kent James (from Portugal) and thank you for the work you put in this that is a great help to everyone here using it. :-)

Take care.

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

But, of course, this is true of every R Kent James add-on.
So, well done and thank you.

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

Szukałem wszędzie jakiegoś scriptu lub java bo zależy mi na drukowaniu załączników .pdf naprawdę swietny ten dodatek ale brakuje tego. proszę o pomoc : infodruk@info-druk.pl
Mamy dużo .pdf do print

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

Small feature request:
The print action should be extended to include an option to whether to print the message or the attachments. Maybe rather a separate "Print attachments if named..." action could be introduced with a regular expression field that would match on the filename of the attachment that should be printed.
Otherwise a really good extension what I tried worked as should.

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

If you've ever had one of those emails you keep around and only want to look at occasionally without being bothered by notifications every other day, then this plugin will help you do that perfectly.

I've currently only set it up for notifications to be suppressed for all messages coming to one particular account of mine, but I also tried out a couple of their other options (regex ftw) for a bit and found them to work perfectly as well. For those of you with performance concerns, I'm usually pretty wary of putting on addons since my systems pretty slow, but this does not seem to have noticeably slowed it down either.

Questa recensione riguarda una versione precedente (1.3.2) del componente aggiuntivo. 

Assegnate 5 su 5 stelle

Using it for regex match on subject, seems to work great. Why regex match isn't a standard feature of Thunderbird is very curious.

Questa recensione riguarda una versione precedente (1.3.1) del componente aggiuntivo.