Bienvenido a Complementos Thunderbird.
Añade funciones y estilos extra para hacer tu propio Thunderbird.
Cerrar¿Eres una persona dinámica?
Revisa nuestro sitio sobre complementos para dispositivos móviles.
CerrarValoración de Extra Folder Columns por fjoerfoks
Puntuado con 4 de 5 estrellas
Please update this to 3.0b3 or higher.
To get rid of the "0kb" next to the accountname add:
if (size == 0) {
size = "";
units = "";
}
right before the string:
return String(size) + units;
This will also effect folders with no size like Trash, but now it looks almost like it should be.
Para crear tu propia colección, debes tener una cuenta de Mozilla Add-ons.