为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Filter keeps copying already copied emails

  • 2 个回答
  • 1 人有此问题
  • 97 次查看
  • 最后回复者为 forever.gusta

more options

Hello everyone. I have some filters set up in Thunderbird which are set to copy all emails if they are sent to or received from a certain address to their respective folders. The idea is to keep a copy of the emails in the Inbox, the Sent box and a separate folder. It may seem redundant, I know, but that's what I'm trying to achieve, so, I don't want to move the emails.

Problem is, Thunderbird keeps copying, and thus creating duplicates of the same emails into the new folder. Yes, I have the filter set to execute every 10 minutes, but that's an option that should be enabled for what I want.

My question: Is it possible to somehow tell Thunderbird to only keep ONE copy of each email in the new folder, without having to move the messages? Haven't found anything related to this problem, which is why I'm asking.

Hello everyone. I have some filters set up in Thunderbird which are set to copy all emails if they are sent to or received from a certain address to their respective folders. The idea is to keep a copy of the emails in the Inbox, the Sent box and a separate folder. It may seem redundant, I know, but that's what I'm trying to achieve, so, I don't want to move the emails. Problem is, Thunderbird keeps copying, and thus creating duplicates of the same emails into the new folder. Yes, I have the filter set to execute every 10 minutes, but that's an option that should be enabled for what I want. My question: Is it possible to somehow tell Thunderbird to only keep ONE copy of each email in the new folder, without having to move the messages? Haven't found anything related to this problem, which is why I'm asking.

被采纳的解决方案

See if this works. Add in filter:

Match all of the following: Tags / doesn't contain / tagname (or "isn't empty" if you don't plan to use tags)

Perform these actions: Tag message / tagname

/jp

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

See if this works. Add in filter:

Match all of the following: Tags / doesn't contain / tagname (or "isn't empty" if you don't plan to use tags)

Perform these actions: Tag message / tagname

/jp

more options

johanponken said

See if this works. Add in filter: Match all of the following: Tags / doesn't contain / tagname (or "isn't empty" if you don't plan to use tags) Perform these actions: Tag message / tagname /jp

Hello, thank you for the anwser, I appreciate it! This is a great idea - here's how I implemented it, for those who might be struggling with the same problem:

  1. Create a new filter, and name it whatever you want (I choose the name of the person / folder)
  2. Check Manually Run, Getting New Mail (Filter before...), After Sending, Periodically, every 10 minutes
  3. Match all: From, To, Cc, or Bcc / *is* / <email address> AND tags / *is empty* AND *is* Read
  4. Perform these actions: Copy message to / <the folder for the address> AND Tag Message / <a custom tag>

This will find all messages, where the To or From (as well as Cc and Bcc) address contains the address I set, and then tags it with the tag I set. Then it copies the message to the folder, and does so only once, since the message now contains a tag (so the filter won't bother with it).

Just thought I'd explain it in more detail for anyone who needs it. Thanks again, JP!

由forever.gusta于修改