notmuch/bindings/ruby
Felipe Contreras ae1336dea5 ruby: add tags helper
Right now it doesn't do much, but it will help for further
reorganization.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2023-04-02 19:00:49 -03:00
..
.gitignore Use rooted paths in .gitignore files 2017-08-18 19:42:35 -03:00
database.c ruby: add tags helper 2023-04-02 19:00:49 -03:00
defs.h ruby: add tags helper 2023-04-02 19:00:49 -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: add tags helper 2023-04-02 19:00:49 -03:00
messages.c ruby: add tags helper 2023-04-02 19:00:49 -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: add tags helper 2023-04-02 19:00:49 -03:00
thread.c ruby: add tags helper 2023-04-02 19:00:49 -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.