X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fmessage.py;fp=bindings%2Fpython%2Fnotmuch%2Fmessage.py;h=cce377d02a8024608bcf840252faae191d937acb;hp=fc177eb2b1557cb68c7c5c17bcedaf974b563869;hb=b10ce6bc23002d48916b1b2f375480e7540e3164;hpb=09fa51303c6ba5adfd2431d87663523aa799288b diff --git a/bindings/python/notmuch/message.py b/bindings/python/notmuch/message.py index fc177eb2..cce377d0 100644 --- a/bindings/python/notmuch/message.py +++ b/bindings/python/notmuch/message.py @@ -566,7 +566,7 @@ class Message(Python3StringMixIn): logical OR operator.) As a convenience, you can set the sync_maildir_flags parameter in - :meth:`Database.add_message` to implicitly call this. + :meth:`Database.index_file` to implicitly call this. :returns: a :class:`STATUS`. In short, you want to see notmuch.STATUS.SUCCESS here. See there for details."""