This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 reply
  • 1 has this problem
  • 3 views
  • Last reply by 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.

All Replies (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.