]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/query.py
Drop devel/printmimestructure (it is in mailscripts 0.11)
[notmuch] / bindings / python / notmuch / query.py
2019-05-05 David BremnerMerge tag 0.28.4
2019-03-31 hydrargyrumpython: fix set_sort/add_tag_exclude restype/argtypes...
2019-02-17 David Bremnernotmuch (0.28.2-1) unstable; urgency=medium
2019-02-17 David BremnerImport notmuch_0.28.2.orig.tar.gz
2018-06-29 David Bremnernotmuch (0.27-2) unstable; urgency=medium
2018-06-13 David BremnerImport notmuch_0.27.orig.tar.gz
2017-07-04 David BremnerMerge branch 'release'
2017-07-02 David BremnerMerge branch 'debian'
2017-06-01 David BremnerMerge branch 'release'
2017-05-13 David BremnerMerge branch 'release'
2017-04-01 David BremnerMerge branch 'release'
2017-03-29 David BremnerMerge branch 'release'
2017-03-25 David BremnerMerge branch 'release'
2017-03-22 David Bremnerlib: replace deprecated n_q_count_threads with status...
2017-03-22 David Bremnerlib: replace deprecated n_q_count_messages with status...
2017-03-22 David Bremnerlib: replace deprecated n_q_search_messages with status...
2017-03-22 David Bremnerlib: replace n_query_search_threads with status returni...
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2016-01-08 Justus Winterpython: update bindings for the new query search API
2016-01-08 Justus Winterpython: add missing import
2015-10-05 David Bremnerpython: update bindings for new count API
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-09-23 Thibaut Horelpython: Add binding for notmuch_query_add_tag_exclude
2012-12-21 Justus Winterpython: remove Database.db_p
2012-06-03 David BremnerMerge tag '0.13.2'
2012-05-29 David BremnerMerge branch 'release'
2012-05-24 David BremnerMerge branch 'release'
2012-05-17 Justus Winterpython: use relative imports
2012-04-30 Justus Winterpython: fix NULL pointer tests
2012-04-29 Justus Winterpython: strip superfluous single quote from copyright...
2012-02-22 Justus Winterpython: move the exception classes into error.py
2012-02-22 Justus Winterpython: move Threads class into its own file
2012-02-22 Justus Winterpython: move Messages class into its own file
2012-02-20 Justus Winterpython: remove :returns: keywords from functions return...
2012-02-20 Justus Winterpython: harmonize the sphinx keyword for exceptions
2012-02-18 Justus Winterpython: more error handling fixes
2012-02-18 Justus Winterpython: improve Query.count_messages docstring
2012-02-18 Justus Winterpython: wrap notmuch_query_count_threads as Query.count...
2012-02-18 Justus Winterpython: refactor Query class
2012-02-18 Justus Winterpython: move Query class to its own file