Bewertet mit 5 von 5 Sternen

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!

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.4.1) abgegeben. 

Bewertet mit 5 von 5 Sternen

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 ?

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.4.1) abgegeben. 

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

Bewertet mit 3 von 5 Sternen

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"?

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben.  Dieser Benutzer hat eine ältere Bewertung zu diesem Add-on.

Bewertet mit 5 von 5 Sternen

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.*

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 1 von 5 Sternen

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

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

To make this addon work with thunderbird 60:
1) quit thunderbird
2) go to your profile folder, go to extensions, find [email protected], 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 [email protected] and replace the old [email protected]

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 3 von 5 Sternen

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

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

Nice addon but it does not work with TB 60.

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 4 von 5 Sternen

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.

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 4 von 5 Sternen

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

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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

Looks like the dev just Needs a max version update.

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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)

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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. :(

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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.

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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 : [email protected]
Mamy dużo .pdf do print

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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.

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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.

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.2) abgegeben. 

Bewertet mit 5 von 5 Sternen

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

Diese Bewertung wurde für eine vorherige Version des Add-ons (1.3.1) abgegeben.