]> git.notmuchmail.org Git - notmuch/commit
python: add bindings for notmuch_message_get_propert(y/ies)
authorRuben Pollan <meskio@sindominio.net>
Wed, 2 May 2018 17:01:01 +0000 (19:01 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 2 May 2018 23:16:11 +0000 (20:16 -0300)
commit5e05f00fe59d2f2d7dceadefaab30bcc12b0e8df
tree09dd524933894beaea5dbca81c1ca351c18bbd1b
parent9e158fb6942cd74a9babc43e3c8e7bfc9125212a
python: add bindings for notmuch_message_get_propert(y/ies)

Message.get_property (prop) returns a string with the value of the property and
Message.get_properties (prop, exact=False) yields key, value pairs
bindings/python/docs/source/message.rst
bindings/python/notmuch/globals.py
bindings/python/notmuch/message.py