karelzak / mutt-kz

mutt-kz is DEPRECATED in favor of neomutt project.
https://neomutt.org
Other
296 stars 51 forks source link

Behavior of nm_exclude_tags is unclear #57

Closed larsks closed 10 years ago

larsks commented 10 years ago

The documentation for nm_exclude_tags says:

 The messages tagged with these tags are excluded and not loaded
from notmuch DB to mutt unless specified explicitly.

I thought this meant that if I had:

set nm_exclude_tags = "ignore"

That I could see messages tagged ignore with a search like:

tag:ignore

But in fact this returns an empty list. This differs from how the notmuch command line tools operate, which will not exclude messages containing a tag in search.exclude_tags if that tag is included explicitly in the query.

karelzak commented 10 years ago

Fixed.