summaryrefslogtreecommitdiffstats
path: root/bindings/ruby
AgeCommit message (Expand)Author
2020-07-18bindings/ruby: replacy use of deprecated notmuch_message_get_flagDavid Bremner
2017-08-23database: add n_d_index_file (deprecates n_d_add_message)Daniel Kahn Gillmor
2017-08-18Use rooted paths in .gitignore filesVladimir Panteleev
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
2017-03-12fix out of tree buildTomi Ollila
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-19ruby: add bindings for `notmuch_database_get_all_tags`Ludovic LANGE
2015-10-05ruby: use new query_search APIDavid Bremner
2015-10-05ruby: use new count APIDavid Bremner
2015-06-14build/ruby: use notmuch configure script values for shared libDavid Bremner
2015-06-13lib, ruby: make use of -Wl,--no-undefined configurableDavid Bremner
2015-06-12build: integrate building ruby bindings into notmuch build processDavid Bremner
2015-01-01bindings/ruby: gitignore *.oDavid Bremner
2014-09-16ruby: handle return status of database closePeter Wang
2014-05-18ruby: Add wrapper for notmuch_query_count_threadsWael M. Nasreddine
2014-02-21ruby bindings message: docstring typoGaute Hope
2013-05-23ruby: use in-tree notmuch libraryFelipe Contreras
2013-05-23ruby: fix missing symbol UINT2FIX()Felipe Contreras
2013-02-18ruby: Add bindings for notmuch_thread_get_messagesAustin Clements
2012-06-29ruby: extern linkage portability improvementTomi Ollila
2012-05-25Revert "ruby: Add workarounds to use in-tree build not the installed one"Felipe Contreras
2012-05-15ruby: Update for changes to notmuch_database_get_directoryAustin Clements
2012-05-08ruby: Add wrapper for notmuch_query_set_omit_excluded()Ali Polatel
2012-05-08ruby: Add workarounds to use in-tree build not the installed oneAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_add_tag_excludeAli Polatel
2012-05-08ruby: Add wrapper for notmuch_query_count_messagesAli Polatel
2012-05-05ruby: Update Ruby bindings for new notmuch_database_{open, create} signaturesAustin Clements
2012-04-28ruby: Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2011-10-04ruby: Fix macros, use quotingAli Polatel
2011-10-04ruby: Really add wrappers for database_find_message*Ali Polatel
2011-10-04ruby: be consistent with notmuch's coding styleAli Polatel
2011-10-04ruby: Add wrappers for database_find_message*Ali Polatel
2011-09-24ruby: New exception Notmuch::UnbalancedAtomicErrorAli Polatel
2011-09-24ruby: Wrap notmuch_database_{begin,end}_atomicAli Polatel
2011-09-24ruby: Rename destroy to destroy!Ali Polatel
2011-07-29ruby: Fix typo in documentationAli Polatel
2011-07-29ruby: Remove the split file hack from rdoc.shAli Polatel
2011-07-29ruby: Add markers to method definitions to help rdocAli Polatel
2011-07-29ruby: Document remaining undocumented constantsAli Polatel
2011-07-29ruby: Document constants and exceptions right before definitionAli Polatel
2011-07-29ruby: Add list of classes to main documentationAli Polatel
2011-02-03ruby: Add generated files to .gitignoreAli Polatel
2011-01-25ruby: Add wrapper for message_get_filenamesAli Polatel
2011-01-25ruby: Add wrappers for maildir sync. interfaceAli 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: Use rb_scan_args()Ali Polatel