mgutt

Despre mine

Informații dezvoltator
Nume mgutt
Utilizator din Oct. 9, 2014
Numărul de suplimente dezvoltate 0 suplimente
Media evaluărilor suplimentelor dezvoltatorului Neevaluat încă

Recenziile mele

FiltaQuilla

Evaluată cu 5 din 5 stele

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

Această recenzie este pentru o versiune anterioară a suplimentului (1.3.2). 

Shedule Filters

Evaluată cu 5 din 5 stele

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!