Mirë se vini te Shtesat për Thunderbird.
Shtoni veçori dhe stile ekstra për ta bërë këtë Thunderbird tuajin.
MbylleT_R_K
Rreth meje
Emër | T_R_K |
---|---|
Përdorues që prej | Qershor 29, 2009 |
Numër shtesash të zhvilluara | 0 shtesa |
Vlerësim mesatar për shtesat e programuesit | Ende e pavlerësuar |
Shqyrtimet e Mia
Extra Folder Columns
Vlerësuar me 5 nga 5 yje të mundshëm
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)
Extra Folder Columns
Vlerësuar me 5 nga 5 yje të mundshëm
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 <= 0 ? "" : aNumber;
Extra Folder Columns
Vlerësuar me 5 nga 5 yje të mundshëm
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
Që të krijoni koleksionet tuaja, duhet të keni një llogari te Shtesat Mozilla.