Delete Spam Button (feature request)
I always use the "Delete Items Marked as Spam" pulldown item.
Is there any way to get a button for this -- would be much faster than finding it in the menus :)
Thanks!dag
被采纳的解决方案
In the English language version Thunderbird refers to bad stuff as "Junk" and in general, "Spam" is used by other programs. I appreciate that this distinction may be lost when translating between languages.
So you are talking about the Tools menu which includes "Delete Mail marked as Junk in folder."?
I don't know of a button or add-on to offer one. But you could make one using a custom button, with this code:
goDoCommand("cmd_deleteJunk")
and this add-on to create the button:
https://sourceforge.net/projects/custombuttons/
定位到答案原位置 👍 0所有回复 (4)
Does it actually say "spam"? If it does then I'd suspect an add-on is involved.
Hi there, I mark a lot of emails as spam each day, and thunderbird automatically marks a lot of them as spam too.
...but I am always going to the "Tools" menu > and select "Delete Items marked as spam in folder".
It would be wonderful if I could just have a "Delete Spam" button under "Customize Toolbar" -- so that I just click a button now and then -- instead of having to scroll through the Tools menu.
Thanks dag
选择的解决方案
In the English language version Thunderbird refers to bad stuff as "Junk" and in general, "Spam" is used by other programs. I appreciate that this distinction may be lost when translating between languages.
So you are talking about the Tools menu which includes "Delete Mail marked as Junk in folder."?
I don't know of a button or add-on to offer one. But you could make one using a custom button, with this code:
goDoCommand("cmd_deleteJunk")
and this add-on to create the button:
Hi there,
What is the command to select the menu item "run junk controls on folder"? Id love to make this button too :)
thanks dag