On Sun, 12 May 2013 08:20:04 -0300, David Bremner <david@tethera.net> wrote: > 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. Actually, please drop patch 7 and patch 8. It was wrong to combine the CLI-level EXCLUDE_* constants with the lib-level NOTMUCH_EXCLUDE_* constants. Peter