Re: Searching for an Exact Email Address

Subject: Re: Searching for an Exact Email Address

Date: Sun, 02 Feb 2020 08:17:31 -0400

To: Teemu Likonen, Kevin Foley, notmuch@notmuchmail.org

Cc:

From: David Bremner


Teemu Likonen <tlikonen@iki.fi> writes:

> The shell built-in "set" is useful for testing parameters:
>
>     $ set -- to:"example@email.com" to:\"example@email.com\"
>     $ printf '%s\n' "$@"
>     to:example@email.com
>     to:"example@email.com"


Also useful is setting NOTMUCH_DEBUG_QUERY in the environment. This will
show the parsed Xapian query. In my case this shows both
'to:"example@email.com"' and to:"example@email.com" end up parsed the
same way, so I guess the problem is elsewhere.  Maybe you can try it
with your actual query.

d
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: