summaryrefslogtreecommitdiff
path: root/bindings/ruby/query.c
AgeCommit message (Expand)Author
2023-05-25ruby: query: fix get sortFelipe Contreras
2021-05-23ruby: use notmuch_exclude_t enumFelipe Contreras
2021-05-17ruby: new notmuch_rb_object_destroy() helperFelipe Contreras
2021-05-17ruby: add all data typesFelipe Contreras
2021-05-17ruby: create Data_Wrap_Notmuch_Object helperFelipe Contreras
2017-03-22lib: replace deprecated n_q_count_threads with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_count_messages with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2017-03-22lib: replace n_query_search_threads with status returning versionDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2015-10-05ruby: use new query_search APIDavid Bremner
2015-10-05ruby: use new count APIDavid Bremner
2014-05-18ruby: Add wrapper for notmuch_query_count_threadsWael M. Nasreddine
2013-05-23ruby: fix missing symbol UINT2FIX()Felipe Contreras
2012-05-08ruby: Add wrapper for notmuch_query_set_omit_excluded()Ali Polatel
2012-05-08ruby: Add wrapper for notmuch_query_add_tag_excludeAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_count_messagesAli Polatel
2011-10-04ruby: be consistent with notmuch's coding styleAli Polatel
2011-09-24ruby: Rename destroy to destroy!Ali Polatel
2011-01-25ruby: Add wrappers for query_get_s{ort,tring}Ali Polatel
2010-06-06ruby: Don't barf if an object is destroyed more than onceAli Polatel
2010-06-06ruby: Kill garbage collection related cruft.Ali Polatel
2010-06-06Initial ruby bindingsAli Polatel