We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

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

搜索 | 用户支持

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

详细了解

Filter message from server and re-marking as unread

  • 6 个回答
  • 1 人有此问题
  • 11 次查看
  • 最后回复者为 Gnospen

more options

I'd like to be able to get the filter to mark the message read on the server, move it to a local folder and then mark it unread. In the filter builder, if I mark the message as read (to tidy up the server stats etc) I cannot re-mark it as unread later in the rules. Is there some trick I'm missing?

I'd like to be able to get the filter to mark the message read on the server, move it to a local folder and then mark it unread. In the filter builder, if I mark the message as read (to tidy up the server stats etc) I cannot re-mark it as unread later in the rules. Is there some trick I'm missing?

所有回复 (6)

more options

If the message is loaded from the server, including the body, can you not have it removed from the server automatically?

more options

Moving it to local folders removes is from the inbox on the server but it still appears in All Mail on the server as an unread item. If I mark it read then move it it disappears from All Mail on the server but I cannot then mark it as unread - the filter rules has that greyed out.

more options

sounds to me like your going a long way round to implement pop using an IMAP account. Why not just use POP and let it delete the mail as it is downloaded?

There is an option on the GMail site you have to set to allow the deletion request sent from Thunderbird to actually work. But it sounds like a lot less effort.

Note the mail is probably appearing in the all mail because it in in the deleted mail folder after the move or something silly. Gmail really don't like you deleting your mail.

more options

I think finitarry has made me realise where I'm going wrong: I think I need to COPY the message to my local files and then DELETE it on the server! Need to test that...

more options

Nope that deletes it from both places!

more options

As every filter is within its account-container (?) there isn't a way to set email unread from that account if its in the Local-"account"

Maybe this would do the trick In account-folder

name="Status is: new" enabled="yes" type="17" action="Change priority" actionValue="Highest" action="Mark read" action="Move to folder" actionValue="mailbox://nobody@Local%20Folders/temp" condition="AND (status,is,new)"

and in local folders

name="prio-1" enabled="yes" type="48" action="Mark unread" action="Change priority" actionValue="Normal" condition="AND (priority,is,Highest)"