On Mon, Nov 29, 2021 at 12:03:31PM +0000, Chris Green <c...@isbd.net> wrote: > From: Chris Green <c...@isbd.net> > Sender: Mutt-users <mutt-users-boun...@mutt.org> > To: mutt-users@mutt.org > Date: Mon, 29 Nov 2021 12:03:31 +0000 > Subject: Search program that can find an E-Mail with an exact Date: match
> I'm looking for a way to find (and display) an E-Mail when I know the > exact value of the Date: header. You know mutt can do that, right? It lets you search for any header you want, by regex - which can of course just be a string, if you escape any regex metacharacters. I just used mutt's limit command to seach for: ~h'Date: Mon, 29 Nov 2021 12:03:31' ... and it filtered to this message from you, and no others. -- Cos