6_6_6_6_6_6

Giới thiệu về tôi

Thông tin về Nhà phát triển
Tên 6_6_6_6_6_6
Người dùng kể từ Tháng sáu 10, 2009
Số tiện ích được phát triển 0 add-ons
Đánh giá trung bình của các tiện ích của nhà phát triển Chưa được xếp hạng

Đánh giá Của tôi

Search for Sender

Rated 5 out of 5 stars

How can I make this work in TB3? Or is there any other alternatives? Thanks!

Đánh giá này là cho một phiên bản trước của tiện ích (1.0). 

Send Filter

Rated 5 out of 5 stars

Hello Xzer,

Is it possible to use this to send a duplicate mail from another email account? This would be good option to evade spam filters which we have trouble with our legitimate emails.

For example, I send mail from:
[email protected]
After sending it, I want the same mail automatically sent from [email protected]
to the same recipient. Both accounts are configured at our TB.

Thanks

Đánh giá này là cho một phiên bản trước của tiện ích (1.0). 

Extra Folder Columns

Rated 5 out of 5 stars

I can't seem to get linebreaks. I will repeat again.


I can't believe you need an add-on for something as simple as this in this bloody thunderbug.



Here is what you should do to get rid of annoying zeros.


Find "extra-cols@jminta_gmail.com\chrome\content" folder. It is inside "extensions" folder.



Open "main.js" with wordpad (make a copy first).



Change:



case "folderTotalCol":

return fixNum(this._folder.getTotalMessages(false));

TO:


case "folderTotalCol":

if (fixNum(this._folder.getTotalMessages(false)) > 0)

return fixNum(this._folder.getTotalMessages(false));

return;



I don't know javascript but this worked for me. I am not responsible if it drinks your beer, blows up your pc, shags your wife or kills your dog.


Cheers.

Đánh giá này là cho một phiên bản trước của tiện ích (0.2). 

Extra Folder Columns

Rated 5 out of 5 stars

I can't believe you need an add-on for something as simple as this in this bloody thunderbug.

Here is what you should do to get rid of annoying zeros.

Find "extra-cols@jminta_gmail.com\chrome\content" folder. It is inside "extensions" folder.

Open "main.js" with wordpad (make a copy first).

Change:

case "folderTotalCol":
return fixNum(this._folder.getTotalMessages(false));

TO:

case "folderTotalCol":
if (fixNum(this._folder.getTotalMessages(false)) > 0)
return fixNum(this._folder.getTotalMessages(false));
return;


I don't know javascript but this worked for me. I am not responsible if it drinks your beer, blows up your pc, shags your wife or kills your dog.

Cheers.

Đánh giá này là cho một phiên bản trước của tiện ích (0.2).