Witajće k přidatkam Thunderbird.
Přidajće přidatne funkcije a stile, zo byšće Thunderbird po swojich potrěbnosćach přiměrił.
ZačinićT_R_K
Wo mni
Mjeno | T_R_K |
---|---|
Wužiwar wot | Junij 29, 2009 |
Ličba wuwitych přidatkow | 0 přidatkow |
Přerězne pohódnoćenje přidatkow wuwiwarja | Hišće njepohódnoćeny |
Moje pohódnoćenja
Extra Folder Columns
Z 5 z 5 hwěžkow pohódnoćeny
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 hwěžkow pohódnoćeny
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 hwěžkow pohódnoćeny
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
Zo byšće swójske zběrki wutworił, dyrbiće konto na Mozilla Add-ons měć.