mgutt

Om mig

Utvecklarinformation
Namn mgutt
Användare sedan okt 9, 2014
Antal tillägg utvecklade 0 tillägg
Genomsnittliga betyg för utvecklarens tillägg Inte betygsatt än

Mina recensioner

FiltaQuilla

Betygsatt 5 utav 5 stjärnor

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

Denna recension är för en tidigare version av tillägget (1.3.2). 

Shedule Filters

Betygsatt 5 utav 5 stjärnor

Thunderbird is not able to run filters on local or subfolders so you need to run filters manually. With this addon you can instead choose an intervall and all filters execute for a specific folder every X minute(s). Perfect!