Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i 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.

Læs mere

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

  • 1 svar
  • 1 har dette problem
  • 3 visninger
  • Seneste svar af 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.

Alle svar (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.