Re: [PATCH 0/2] ruby: database open improvements

2023-03-31 Thread Felipe Contreras
On Fri, Mar 31, 2023 at 5:07 AM David Bremner wrote: > > Felipe Contreras writes: > > > Essentially we want to do notmuch_database_open_with_config() and load the > > default database. > > > > Applied to master. Thanks for this change, both are things I'd wanted to > fix. Good. Since you chose

Re: [PATCH 0/2] ruby: database open improvements

2023-03-31 Thread David Bremner
Felipe Contreras writes: > Essentially we want to do notmuch_database_open_with_config() and load the > default database. > Applied to master. Thanks for this change, both are things I'd wanted to fix. d ___ notmuch mailing list --

[PATCH 0/2] ruby: database open improvements

2023-03-22 Thread Felipe Contreras
Essentially we want to do notmuch_database_open_with_config() and load the default database. Felipe Contreras (2): ruby: use database_open_with_config ruby: database: make path arg optional bindings/ruby/database.c | 12 test/T395-ruby.sh| 2 +- 2 files changed, 9