6_6_6_6_6_6

내 정보

개발자 정보
이름 6_6_6_6_6_6
가입한 날짜 6월 10, 2009
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

Search for Sender

5점중 5점 받음

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

이 검토는 현재 부가 기능의 이전 (1.0) 버전에 대한 것입니다. 

Send Filter

5점중 5점 받음

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:
ac1@test.com
After sending it, I want the same mail automatically sent from ac1@gmail.com
to the same recipient. Both accounts are configured at our TB.

Thanks

이 검토는 현재 부가 기능의 이전 (1.0) 버전에 대한 것입니다. 

Extra Folder Columns

5점중 5점 받음

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.

이 검토는 현재 부가 기능의 이전 (0.2) 버전에 대한 것입니다. 

Extra Folder Columns

5점중 5점 받음

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.

이 검토는 현재 부가 기능의 이전 (0.2) 버전에 대한 것입니다.