]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/message.py
database: add n_d_index_file (deprecates n_d_add_message)
[notmuch] / bindings / python / notmuch / message.py
index fc177eb2b1557cb68c7c5c17bcedaf974b563869..cce377d02a8024608bcf840252faae191d937acb 100644 (file)
@@ -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."""