]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/docs/source/database.rst
Record notmuch (0.28.2-1) in archive suite sid
[notmuch] / bindings / python / docs / source / database.rst
index ee71085f8ea9de7bf255c39c7103c13da3b0f816..660de91dd7a091d46f190040046b441c54d93613 100644 (file)
@@ -9,6 +9,8 @@
 
    .. automethod:: open(path, status=MODE.READ_ONLY)
 
+   .. automethod:: close
+
    .. automethod:: get_path
 
    .. automethod:: get_version
@@ -23,7 +25,7 @@
 
    .. automethod:: get_directory
 
-   .. automethod:: add_message
+   .. automethod:: index_file
 
    .. automethod:: remove_message
 
 
    .. automethod:: create_query
 
+   .. automethod:: get_config
+
+   .. automethod:: get_configs
+
+   .. automethod:: set_config
+
    .. attribute:: Database.MODE
 
      Defines constants that are used as the mode in which to open a database.
@@ -44,5 +52,3 @@
 
      MODE.READ_WRITE
        Open the database in read-write mode
-
-   .. autoattribute:: db_p