aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/docs/source
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-05-02 19:01:01 +0200
committerDavid Bremner <david@tethera.net>2018-05-02 20:16:11 -0300
commit5e05f00fe59d2f2d7dceadefaab30bcc12b0e8df (patch)
tree09dd524933894beaea5dbca81c1ca351c18bbd1b /bindings/python/docs/source
parent9e158fb6942cd74a9babc43e3c8e7bfc9125212a (diff)
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
Diffstat (limited to 'bindings/python/docs/source')
-rw-r--r--bindings/python/docs/source/message.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/python/docs/source/message.rst b/bindings/python/docs/source/message.rst
index 1a6cc3d5..b0033924 100644
--- a/bindings/python/docs/source/message.rst
+++ b/bindings/python/docs/source/message.rst
@@ -33,6 +33,10 @@
.. automethod:: get_tags
+ .. automethod:: get_property
+
+ .. automethod:: get_properties
+
.. automethod:: maildir_flags_to_tags
.. automethod:: tags_to_maildir_flags