notmuch/bindings/ruby
Daniel Kahn Gillmor 6a833a6e83 Use https instead of http where possible
Many of the external links found in the notmuch source can be resolved
using https instead of http.  This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
2016-06-05 08:32:17 -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 build/ruby: use notmuch configure script values for shared lib 2015-06-14 08:23:55 +02: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 Use https instead of http where possible 2016-06-05 08:32:17 -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.