mgutt

Informazioni utente

Informazioni sullo sviluppatore
Nome mgutt
Utente da Ott. 9, 2014
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Le mie recensioni

FiltaQuilla

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. 

Shedule Filters

Assegnate 5 su 5 stelle

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!