T_R_K

Informazioni utente

Informazioni sullo sviluppatore
Nome T_R_K
Utente da Giugno 29, 2009
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Le mie recensioni

Extra Folder Columns

Assegnate 5 su 5 stelle

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)

Questa recensione riguarda una versione precedente (0.2) del componente aggiuntivo. 

Extra Folder Columns

Assegnate 5 su 5 stelle

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;

Questa recensione riguarda una versione precedente (0.2) del componente aggiuntivo. 

Extra Folder Columns

Assegnate 5 su 5 stelle

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

Questa recensione riguarda una versione precedente (0.2) del componente aggiuntivo.