sperando che questo ci perdoni il batti-e-ribatti, inserisco qui sotto il codice che l'utente oversize ha recuperato e modificato dal sito di CustomButtons2...
/*Initialization Code*/
if (typeof custombuttons.uCbuttonButes != 'function') {
alert(custombuttons.bundle.GetStringFromName('ButtonCompatabilityAlert'));
this.disable(true);
}
var Msg = createMsg(this.label);
var de = createDebug(this);
/*----------------- Custom Buttons2 Mouse Handler -------------------*/
this.leftclick = function(evt){
goDoCommand('cmd_deleteJunk');
}
this.midclick = function(evt){
}
this.rightclick = function(evt){
}
this.setAttribute( 'onclick', 'gQuot( event, this )' ); // Calls the Global MouseClick handler gQuot
/*----------------- Custom Buttons2 Mouse Handler End -------------------*/
/*---------------------- Button Code Block Start ------------------------*/
/*----------------------- Button Code Block End -------------------------*/
/*---------------------- Show Focus Block Start ------------------------*/
this.style.opacity = '.65';
this.setAttribute('onmouseover', 'custombuttons.ButtonBrt(event);' );
this.setAttribute('onmouseout', 'custombuttons.ButtonDim(event);' );
/*----------------------- Show Focus Block End -------------------------*/
/*--------------- Custom Buttons2 Attributes Block Start ----------------*/
this.setAttribute('author','jw25');
this.setAttribute('version','20090101');
this.setAttribute('homepage', 'http://custombuttons2.com/forum/buttons/buttons-database/empty-trash-compact-folders-thunderbird.html');
this.setAttribute('dependency','FF2.0*, FL1.0*, TB2.0*, CB2 2.0.5*');
this.setAttribute('status','Complete');
this.setAttribute('public',true);
/*------------------- Custom Buttons² Attributes Block End -------------------*/
questo codice, nella forma modificata da oversize, a patto di avere installata l'estensione CustomButtons o CustomButtons2, permette di mandare nel cestino la posta indesiderata, (solo se e' marcata indesiderata) della cartella che si sta visualizzando; non ha effetto alcuno su tutte le altre email e tutte le altre cartelle.
Se si è in Posta indesiderata manda tutto nel cestino.