notmuch/bindings/ruby
Felipe Contreras 83ea220178 ruby: use database_open_with_config
Fixes warning:

  warning: ‘notmuch_database_open’ is deprecated: function deprecated as of libnotmuch 5.4

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2023-03-31 07:53:00 -03:00
..
.gitignore Use rooted paths in .gitignore files 2017-08-18 19:42:35 -03:00
database.c ruby: use database_open_with_config 2023-03-31 07:53:00 -03:00
defs.h ruby: cleanup object_destroy() 2021-08-03 20:30:15 -03:00
directory.c ruby: new notmuch_rb_object_destroy() helper 2021-05-17 07:25:14 -03:00
extconf.rb ruby: enable garbage collection using talloc 2021-07-18 17:08:53 -03:00
filenames.c ruby: new notmuch_rb_object_destroy() helper 2021-05-17 07:25:14 -03:00
init.c ruby: split database close and destroy 2021-08-02 13:49:29 -03:00
message.c ruby: new notmuch_rb_object_destroy() helper 2021-05-17 07:25:14 -03:00
messages.c ruby: new notmuch_rb_object_destroy() helper 2021-05-17 07:25:14 -03:00
query.c ruby: use notmuch_exclude_t enum 2021-05-23 09:05:33 -03:00
rdoc.sh ruby: Remove the split file hack from rdoc.sh 2011-07-29 09:44:44 +03:00
README build: integrate building ruby bindings into notmuch build process 2015-06-12 09:12:28 +02:00
status.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
tags.c ruby: new notmuch_rb_object_destroy() helper 2021-05-17 07:25:14 -03:00
thread.c ruby: new notmuch_rb_object_destroy() helper 2021-05-17 07:25:14 -03:00
threads.c ruby: new notmuch_rb_object_destroy() helper 2021-05-17 07:25:14 -03:00

To build the the notmuch ruby extension, run the following commands
from the *top level* notmuch source directory:

% ./configure
% make ruby-bindings

The generic documentation about building notmuch also applies.