mgutt

关于我

开发者信息
名称 mgutt
注册时间 Oct. 9, 2014
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

FiltaQuilla

评分5星,满分5星

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

这个评论是针对附加组件的一个早期版本的(1.3.2)。 

Shedule Filters

评分5星,满分5星

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!