]> git.cworth.org Git - notmuch/commitdiff
bindings/python-cffi: add matched property to message objects
authorDavid Bremner <david@tethera.net>
Sat, 1 Jan 2022 14:36:43 +0000 (10:36 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 1 Jan 2022 15:48:40 +0000 (11:48 -0400)
Existing users of the legacy python bindings use
message.get_flags(Message.FLAG.MATCH) to determine which messages in a
thread matched. Since the bindings don't provide get_flags anymore,
they should provide a property analogous to the existing "excluded"
property.


No differences found