notmuch/bindings/ruby
David Bremner 1e982de508 lib: replace n_query_search_threads with status returning version
This function was deprecated in notmuch 0.21. We finally remove the
deprecated API, and rename the status returning version to the simpler
name. The status returning is kept as a deprecated alias.
2017-03-22 08:28:09 -03:00
..
.gitignore bindings/ruby: gitignore *.o 2015-01-01 16:47:29 +01:00
database.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
defs.h Use https instead of http where possible 2016-06-05 08:32:17 -03:00
directory.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
extconf.rb fix out of tree build 2017-03-12 09:17:29 -03:00
filenames.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
init.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
message.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
messages.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
query.c lib: replace n_query_search_threads with status returning version 2017-03-22 08:28:09 -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 Use https instead of http where possible 2016-06-05 08:32:17 -03:00
thread.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
threads.c Use https instead of http where possible 2016-06-05 08:32:17 -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.