Merge branch 'master' into cleanup/jobsend

This commit is contained in:
holger krekel
2019-08-21 09:34:46 +02:00
3 changed files with 86 additions and 198 deletions

View File

@@ -176,7 +176,7 @@ class Account(object):
whose name or e-mail matches query.
:param only_verified: if true only return verified contacts.
:param with_self: if true the self-contact is also returned.
:returns: list of :class:`deltachat.message.Message` objects.
:returns: list of :class:`deltachat.chatting.Contact` objects.
"""
flags = 0
query = as_dc_charpointer(query)