On Fri, Sep 27, 2019 at 11:05:10AM +0200, Salve Håkedal wrote: > If I limit (l) the saved mail index to one person by searching for > that persons name, the entries in the index is reduced to only mails > from that person. Within only these mails, how can I search for i.e. > "price" in the mail bodies?
You can just AND the patterns. This does not even require extra syntax, just use e.g. this as the limit pattern: ~f Salve ~b price See the manual at http://www.mutt.org/doc/manual/#complex-patterns for more details.