搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

E-mails with future dates. How to send to another folder?

  • 1 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 Matt

more options

I made a filter by date to remove all future dates after today() but fear the today() will remain with today's date. Is there a way to create a sliding date that would stay one day after today to remove all future dates to a different folder for examination and removal? Like "today()+1" without setting the "date" into the filter for other than checking and moving, but keeping the "today()+1" for use the next time the filter is run. TY.

I made a filter by date to remove all future dates after today() but fear the today() will remain with today's date. Is there a way to create a sliding date that would stay one day after today to remove all future dates to a different folder for examination and removal? Like "today()+1" without setting the "date" into the filter for other than checking and moving, but keeping the "today()+1" for use the next time the filter is run. TY.

所有回覆 (1)

more options

If you want to use coding concepts like the use of functions such a today() you will need to use the filtaquilla addon to allow that. https://addons.thunderbird.net/en-US/thunderbird/addon/filtaquilla/?src=search

It allows javascript in the criteria. What the syntax you would need to use I do not know however.