6_6_6_6_6_6
关于我
名称 | 6_6_6_6_6_6 |
---|---|
注册时间 | June 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
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.
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.
创建您自已的收藏集,您必须一个 Mozilla 附加组件账户。
或者登录您已有的账户