From some reason configured queries don't work for me
David Bremner
david at tethera.net
Tue Apr 17 16:03:00 PDT 2018
Doron Behar <doron.behar at gmail.com> writes:
> I'm trying to create a special query to put in my configuration file and
> I can't make notmuch answer this query with a command like this:
>
> notmuch search 'query:my_inbox'
>
> This is what I've put in my `~/.notmuch-config`:
>
> [query]
> my_inbox=path:/INBOX/ or tag:tasks
>
> I also tried running `notmuch search` like this:
>
> env NOTMUCH_DEBUG_QUERY=1 notmuch search 'query:my_inbox'
You need to set the query with "notmuch config". The details are
explained in notmuch-config(1).
d
More information about the notmuch
mailing list