1 :class:`Messages` -- A bunch of messages
2 ========================================
4 .. currentmodule:: notmuch
6 .. autoclass:: Messages
8 .. automethod:: collect_tags
14 :meth:`__len__` was removed in version 0.6 as it exhausted the iterator and broke
15 list(Messages()). Use the :meth:`Query.count_messages` function or use `len(list(msgs))`.