filter on date

Ofer Inbar cos at aaaaa.org
Fri Jun 2 11:57:27 UTC 2023


You could filter on the Date: header with a regex.
  ~h'Date:.* [1] [A-Z]'

Look for emails that have a Date: header that have a "1" with spaces
around it, followed by a capital letter.  That works for me for
selecting emails sent on the first of any month.
  -- Cos


More information about the Mutt-users mailing list