Re: [PATCH] python: make IndexOptions public

Subject: Re: [PATCH] python: make IndexOptions public

Date: Mon, 24 Mar 2025 21:48:50 +0100

To: notmuch@notmuchmail.org

Cc:

From: Floris Bruynooghe


On Mon 24 Mar 2025 at 08:55 +0100, Jakub Wilk wrote:

> Database docstrings refer to IndexOptions,
> so the latter should be public too.
> ---
>  bindings/python-cffi/notmuch2/_database.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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():


LGTM
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: