On Wed, 12 Jun 2019 11:23:03 -0700 sylpheed at 911networks.com wrote: > How do I search for a word, instead of a string? > > For example I'd like to search for 'filter' but not for 'filtering'. Use a regular expression (regexp) search. A very simple example: body_part regexpcase " filter " with regards Paul