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 tontu
  • 1 am na jafe-jafe bii
  • 3 views
  • i mujjee tontu mooy 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.