Witajśo k dodankam Thunderbird.
Pśidajśo pśidatne funkcije a stile, aby Thunderbird pó swójich pótrěbnosćach pśiměrił.
ZacyniśT_R_K
Wó mnjo
Mě | T_R_K |
---|---|
Wužywaŕ wót | Junij 29, 2009 |
Licba wuwitych dodankow | 0 dodankow |
Pśerězne pógódnośenje dodankow wuwijarja | Hyšći njepógódnośone |
Móje pógódnośenja
Extra Folder Columns
Z 5 z 5 gwězdkow pógódnośony
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
Z 5 z 5 gwězdkow pógódnośony
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
Z 5 z 5 gwězdkow pógódnośony
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
Aby swójske zběrki napórał, musyśo konto za dodanki Mozilla měś.