Hello Salve,

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 stack filters and they'll be merged together with a logical
and, so modifying the limit as

    ~f Name ~b Someothertext

will do.

Limiting first and then searching for a particular body string will
work too, going through the messages with <search-next> (`n` on my
machine).

Does this help?
-F

Reply via email to