Bienvenue sur les modules Thunderbird.
Ajoutez des fonctionnalités et styles supplémentaires pour personnaliser votre Thunderbird.
FermerCritique de Extra Folder Columns par fjoerfoks
Noté 4 sur 5 étoiles
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.
Pour créer vos propres collections, vous devez avoir un compte Mozilla Add-ons.