aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/docs/source/messages.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/docs/source/messages.rst')
-rw-r--r--bindings/python/docs/source/messages.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/bindings/python/docs/source/messages.rst b/bindings/python/docs/source/messages.rst
new file mode 100644
index 0000000..3ccf505
--- /dev/null
+++ b/bindings/python/docs/source/messages.rst
@@ -0,0 +1,15 @@
+:class:`Messages` -- A bunch of messages
+========================================
+
+.. currentmodule:: notmuch
+
+.. autoclass:: Messages
+
+ .. automethod:: collect_tags
+
+ .. method:: __len__()
+
+ .. warning::
+
+ :meth:`__len__` was removed in version 0.6 as it exhausted the iterator and broke
+ list(Messages()). Use the :meth:`Query.count_messages` function or use `len(list(msgs))`.