T_R_K

Maidir liomsa

Eolas le haghaidh Forbróirí
Ainm T_R_K
Úsáideoir ó Meith. 29, 2009
Líon na mbreiseán 0 breiseán
Meánrátáil ar bhreiseáin an fhorbróra seo Gan rátáil fós

Mo Chuid Léirmheasanna

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)

Léirmheas ar leagan níos sine den bhreiseán seo (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;

Léirmheas ar leagan níos sine den bhreiseán seo (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

Léirmheas ar leagan níos sine den bhreiseán seo (0.2).