mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
d50171d1cc
Move each classes documentation into its own file and thus into its own page in the generated documentation. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
15 lines
396 B
ReStructuredText
15 lines
396 B
ReStructuredText
: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))`.
|