Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Delete Spam Button (feature request)

  • 4 个回答
  • 2 人有此问题
  • 11 次查看
  • 最后回复者为 dagflater
  • 已解决

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

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:

https://sourceforge.net/projects/custombuttons/

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