Re: Using Xapian synonyms with notmuch

Subject: Re: Using Xapian synonyms with notmuch

Date: Fri, 31 May 2019 07:46:07 -0300

To: Xu Wang

Cc: notmuch@notmuchmail.org

From: David Bremner


Xu Wang <xuwang762@gmail.com> writes:

>
> xu:$ notmuch config set query.james "from:james or from:jimmy or from:jaime"
> xu:$ notmuch search "from:james" | wc -l
> 79
> xu:$ notmuch search "from:james or from:jimmy or from:jaime" | wc -l
> 91
> xu:$ notmuch search james | wc -l
> 177
>
> I was hoping above quantities would be the same, so I think I did
> something wrong.

That's not how saved queries work. You need to search for "query:james"
not "from:james".
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: