ברוכים הבאים לתוספות של Firefox for Android.
הוספת תכונות וסגנונות נוספים כדי להתאים את Firefox for Android לטעמך.
סגירהסקירות עבור Purge!
17 סקירות עבור תוספת זו
דירוג 4 מתוך 5 כוכבים
I'm not exactly sure what you mean by "purge". Am I right in saying that it removes all traces of deleted emails in the actual data files?
דירוג 1 מתוך 5 כוכבים
Pity this still doesn't work for Thunderbird 3. It won't even install (TB 3.1.7).
דירוג 2 מתוך 5 כוכבים
Does not work on TB3.1.
It is already about a year since I e-mailed the developer about this issue and he just claimed that it works fine for him.... (?!) So don't expect this extension working anytime soon.
@joeltx: The "Compact" button doesn't seem to anything here. Would make sense that Thunderbird had this functionality built-in already though.... and it should be right there in the toolbar _by default_.
2 stars instead of 1 just because I remember this working so well in TB2.
דירוג 1 מתוך 5 כוכבים
4/8/2010
Not work in thunderbird 3.1.1
דירוג 5 מתוך 5 כוכבים
This was a critical add-on for me in TB2. I also upgraded from TB2 to TB3 and really missed the button for this plugin. Then I found that this plugin is obsolete in TB3. Just edit the TB3 toolbar and drag the "Compact" button onto your toolbar. When you click "compact", it will purge your IMAP folder.
דירוג 3 מתוך 5 כוכבים
I'm encountering the same problem everyone else has reported, that the "Delete Junk!" button doesn't work in TB 3. A thread on this issue is here: http://forums.mozillazine.org/viewtopic.php?f=39&t=1699565 , and reports that the author is working on it. It might still be useful if the author would post something on when this will be fixed. I wonder if the problem is related to the different default manner in which items in the Junk folder are deleted in TB2 and TB3. In TB2, deleting items in Junk transfers them to Trash, whereas in TB3, they are deleted permanently and never appear in Trash (or at least that's what I think I've encountered). Thoughts?
דירוג 3 מתוך 5 כוכבים
I'm encountering the same problem everyone else has reported, that the "Delete Junk!" button doesn't work in TB 3. A thread on this issue is here: http://forums.mozillazine.org/viewtopic.php?f=39&t=1699565 , and reports that the author is working on it. It might still be useful if the author would post something on when this will be fixed. I wonder if the problem is related to the different default manner in which items in the Junk folder are deleted in TB2 and TB3. In TB2, deleting items in Junk transfers them to Trash, whereas in TB3, they are deleted permanently and never appear in Trash (or at least that's what I think I've encountered). Thoughts?
דירוג 2 מתוך 5 כוכבים
Hi,
With the Custom buttons extension , simply add a button with the code :
var acctMgr = Components.classes["@mozilla.org/messenger/account-manager;1"].getService(Components.interfaces.nsIMsgAccountManager);
var accounts = acctMgr.accounts;
for (var i = 0; i < accounts.Count(); i++) {
var account = accounts.QueryElementAt(i, Components.interfaces.nsIMsgAccount);
var rootFolder = account.incomingServer.rootFolder; // nsIMsgFolder
if (rootFolder.hasSubFolders)
{
var subFolders = rootFolder.subFolders; // nsIMsgFolder
while(subFolders.hasMoreElements())
{
var folder = subFolders.getNext().QueryInterface(Components.interfaces.nsIMsgFolder);
if( folder.flags & 0x0100 ) try { folder.emptyTrash(null, null); } catch(ex) {}
}
}
}
goDoCommand('cmd_compactFolder');
in it.
דירוג 1 מתוך 5 כוכבים
Just what I was looking for but like others I find is doesn't work on TB3. The icon stays grey and inactive.
Please update this extremely usefull add-on to work with TB3 in all circumstances.
Rating would be 5 if it worked as described.
דירוג 5 מתוך 5 כוכבים
the Delete Junk button doesn't work in TB3 for me. Anyone else. It stays black and white and unclickable. Thanks.
דירוג 5 מתוך 5 כוכבים
I really liked your Add-on, but since TB 3 its no more working. I would appreciate it, if you will upgrade it, becuase it is very usefull! Many thanks.
סקירה זו מתייחסת לגרסה קודמת של התוספת (0.4).דירוג 3 מתוך 5 כוכבים
Would it work with TB3 ? It would be very useful.
סקירה זו מתייחסת לגרסה קודמת של התוספת (0.4).דירוג 5 מתוך 5 כוכבים
Cool add-on.
Is there a way the "Delete Junk" could be setup to bypass the Trash folder and just completely remove it? I use my Trash as kind of a safety net, that way I can keep my inbox clean but still have a way to dig up an email if I was a bit hasty in clearing my inbox.
But for items I mark as Junk, I just want them gone, completely.
thanks
דירוג 5 מתוך 5 כוכבים
The "Delete Junk" button works in Thunderbird 2.0.0.17, Feb. 2009. This feature is highly useful.
סקירה זו מתייחסת לגרסה קודמת של התוספת (0.4).דירוג 5 מתוך 5 כוכבים
Awesome.. I can't vouch for the "Delete Junk" function, but the Purge function does exactly what it's supposed to.
סקירה זו מתייחסת לגרסה קודמת של התוספת (0.4).דירוג 5 מתוך 5 כוכבים
Great stuff. Why there isn't a standard button for this I've no idea. Thanks for providing this!
סקירה זו מתייחסת לגרסה קודמת של התוספת (0.4).דירוג 5 מתוך 5 כוכבים
Top ! Je m'en sers tous les jours. Bravo !!!
סקירה זו מתייחסת לגרסה קודמת של התוספת (0.4).על מנת ליצור אוספים משלך, יש צורך בחשבון Mozilla Add-ons.