From: Jakub Wilk Date: Mon, 24 Mar 2025 07:55:42 +0000 (+0100) Subject: python: make IndexOptions public X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=notmuch python: make IndexOptions public Database docstrings refer to IndexOptions, so the latter should be public too. --- diff --git a/bindings/python-cffi/notmuch2/_database.py b/bindings/python-cffi/notmuch2/_database.py index d7485b4d..d2671fdf 100644 --- a/bindings/python-cffi/notmuch2/_database.py +++ b/bindings/python-cffi/notmuch2/_database.py @@ -15,7 +15,7 @@ import notmuch2._query as querymod import notmuch2._tags as tags -__all__ = ['Database', 'AtomicContext', 'DbRevision'] +__all__ = ['Database', 'AtomicContext', 'DbRevision', 'IndexOptions'] def _config_pathname():