index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
/
ruby
/
init.c
Age
Commit message (
Expand
)
Author
2025-03-08
ruby: fix "undefining the allocator of T_DATA" warnings
Johannes Larsen
2023-05-29
ruby: db: reorganize initializer
Felipe Contreras
2023-04-12
ruby: remove FileNames object
Felipe Contreras
2023-04-02
ruby: remove Tags object
Felipe Contreras
2021-08-02
ruby: split database close and destroy
Felipe Contreras
2021-07-18
ruby: create an actual wrapper struct
Felipe Contreras
2021-06-27
ruby: add keyword arguments to db.query
Felipe Contreras
2021-05-23
ruby: use notmuch_exclude_t enum
Felipe Contreras
2021-05-17
ruby: new notmuch_rb_object_destroy() helper
Felipe Contreras
2021-05-17
ruby: add all data types
Felipe Contreras
2021-05-17
ruby: move towards more modern RTypedData
Felipe Contreras
2021-04-18
ruby: fix ruby 3.1 warnings
Felipe Contreras
2016-06-05
Use https instead of http where possible
Daniel Kahn Gillmor
2016-05-19
ruby: add bindings for `notmuch_database_get_all_tags`
Ludovic LANGE
2014-05-18
ruby: Add wrapper for notmuch_query_count_threads
Wael M. Nasreddine
2013-02-18
ruby: Add bindings for notmuch_thread_get_messages
Austin Clements
2012-06-29
ruby: extern linkage portability improvement
Tomi Ollila
2012-05-08
ruby: Add wrapper for notmuch_query_set_omit_excluded()
Ali Polatel
2012-05-08
ruby: Add wrapper for notmuch_query_add_tag_exclude
Ali Polatel
2012-05-08
ruby: Add wrapper for notmuch_query_count_messages
Ali Polatel
2011-10-04
ruby: Really add wrappers for database_find_message*
Ali Polatel
2011-10-04
ruby: be consistent with notmuch's coding style
Ali Polatel
2011-09-24
ruby: New exception Notmuch::UnbalancedAtomicError
Ali Polatel
2011-09-24
ruby: Wrap notmuch_database_{begin,end}_atomic
Ali Polatel
2011-09-24
ruby: Rename destroy to destroy!
Ali Polatel
2011-07-29
ruby: Fix typo in documentation
Ali Polatel
2011-07-29
ruby: Add markers to method definitions to help rdoc
Ali Polatel
2011-07-29
ruby: Document remaining undocumented constants
Ali Polatel
2011-07-29
ruby: Document constants and exceptions right before definition
Ali Polatel
2011-07-29
ruby: Add list of classes to main documentation
Ali Polatel
2011-01-25
ruby: Add wrapper for message_get_filenames
Ali Polatel
2011-01-25
ruby: Add wrappers for maildir sync. interface
Ali Polatel
2011-01-25
ruby: Add wrappers for query_get_s{ort,tring}
Ali Polatel
2010-06-06
ruby: Don't barf if an object is destroyed more than once
Ali Polatel
2010-06-06
ruby: Kill garbage collection related cruft.
Ali Polatel
2010-06-06
Initial ruby bindings
Ali Polatel