Mark Walters <markwalters1009@gmail.com> writes: > - notmuch_query_set_omit_excluded (query, NOTMUCH_EXCLUDE_FALSE); > + notmuch_query_set_omit_excluded (query, NOTMUCH_EXCLUDE_FLAG); Shouldn't the documentation be updated to cover NOTMUCH_EXCLUDE_FLAG? I realize it is not _wrong_ as written, but it is a bit confusing not to cover all possible values of the enum. Other than that, the series LGTM. d