Thunderbird ส่วนเสริม

ยินดีต้อนรับสู่ส่วนเสริม Thunderbird

Add extra features and styles to make Thunderbird your own.

ปิด

On the go?

Check out our Mobile Add-ons site.

ปิด

T_R_K

เกี่ยวกับฉัน

Developer Information
ชื่อ T_R_K
User since มิ.ย. 29, 2009
Number of add-ons developed ส่วนเสริม 0
Average rating of developer's add-ons ยังไม่มีการจัดอันดับ

My Reviews

Extra Folder Columns

Rated 5 out of 5 stars

Great plugin, it makes keeping track of how big my mail boxes are getting a lot easier to manage, thanks.

I wanted zeros removing too (especially from the top level account folders) so I've altered the code.

To simply get rid of zeros, just alter line 9 of chrome/content/main.js and change:
return aNumber == -1 ? "" : aNumber;
to
return aNumber {less than}= 0 ? "" : aNumber;

(substitute {less than} for the less than symbol)

This review is for a previous version of the add-on (0.2). 

Extra Folder Columns

Rated 5 out of 5 stars

Great plugin thanks.

I wanted zeros removing too (especially from the top level account folders) so I've altered the code.

To simply get rid of zeros, just alter line 9 of chrome/content/main.js and change:
return aNumber == -1 ? "" : aNumber;
to
return aNumber &lt= 0 ? "" : aNumber;

This review is for a previous version of the add-on (0.2). 

Extra Folder Columns

Rated 5 out of 5 stars

Great plugin thanks.

I wanted zeros removing too (especially from the top level account folders) so I've altered the code.

To simply get rid of zeros, just alter line 9 of chrome/content/main.js and change:
return aNumber == -1 ? "" : aNumber;
to
return aNumber

This review is for a previous version of the add-on (0.2).