mgutt

معلومات عنّي

معلومات المطور
الاسم mgutt
مُستخدم منذ أكتوبر 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!