Re: search email in index by a header
On Wed, Jan 07, 2004 at 01:42:35PM -0500, Asif Iqbal wrote:
> Ronald J Kimball wrote:
> > You actually need:
> >
> > l ~h 'From: mutt-user'
> >
> > because otherwise the space marks the end of the argument to ~h.
> >
> >
> > However, it doesn't really make sense to specify 'From' with ~h. You can
> > just search the From header directly:
> >
> > l ~f mutt-user
>
> That worked excellent. Now how do I tag all messages that has the header
> mutt-user
See section 4.3, Using Tags, of the manual:
http://www.mutt.org/doc/manual/manual-4.html#ss4.3
Ronald