notmuch/bindings/ruby
David Bremner 49d630d0f3 bindings/ruby: replacy use of deprecated notmuch_message_get_flag
Depending on the flag, this actually can return an errror, so raise a
ruby exception if so.
2020-07-18 11:03:29 -03:00
..
.gitignore Use rooted paths in .gitignore files 2017-08-18 19:42:35 -03:00
database.c database: add n_d_index_file (deprecates n_d_add_message) 2017-08-23 07:38:37 -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 bindings/ruby: replacy use of deprecated notmuch_message_get_flag 2020-07-18 11:03:29 -03:00
messages.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
query.c lib: replace deprecated n_q_count_threads with status returning version 2017-03-22 08:35:07 -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.