aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/notmuch2
AgeCommit message (Expand)Author
2026-01-25bindings/python-cffi: do not use an unbound variableAnton Khirnov
2025-09-14bindings/python-cffi: handle NOTMUCH_STATUS_OPERATION_INVALIDATEDAnton Khirnov
2025-09-14bindings/python-cffi: allow reopening a databaseAnton Khirnov
2025-07-04python/doc: fix link to notmuch-config manpageDavid Bremner
2025-06-16bindings/python-cffi: fix typosJakub Wilk
2025-03-29python: make IndexOptions publicJakub Wilk
2025-03-18doc/python: correct wording around container complexity.David Bremner
2025-03-13bindings/python-cffi: fix docstring for message.header()Michael J Gruber
2025-02-28python: Fix message ID docstringFloris Bruynooghe
2025-02-22python: fix documentation typoDavid Bremner
2025-02-07fix segfaults in Python cFFI API and add testsLars Kotthoff
2022-07-05bindings/python-cffi: fix docstringDavid Bremner
2022-06-25lib: add NOTMUCH_STATUS_CLOSED_DATABASE, use in _n_d_ensure_writableDavid Bremner
2022-02-16python-cffi: use config_pairs API in ConfigIteratorDavid Bremner
2022-01-15lib/open: no default mail root in split configurationsDavid Bremner
2022-01-09Merge tag '0.34.3'David Bremner
2022-01-09bindings/python-cffi: search for config by defaultDavid Bremner
2022-01-09Merge branch 'release'David Bremner
2022-01-08python-cffi: returned OwnedMessage objects from Message.repliesDavid Bremner
2022-01-01bindings/python-cffi: add matched property to message objectsDavid Bremner
2021-12-05python-cffi: fix out-of-tree buildDavid Bremner
2021-12-05Fix error message when using notmuch_status_to_stringFloris Bruynooghe
2021-12-04python-cffi: switch to notmuch_database_{open,create}_with_configDavid Bremner
2021-12-04python-cffi: fix typos in docstring for Database.default_pathDavid Bremner
2021-09-04lib: add new status code for query syntax errors.David Bremner
2021-03-27lib: add NOTMUCH_STATUS_NO_DATABASEDavid Bremner
2021-02-06lib: add NOTMUCH_STATUS_DATABASE_EXISTSDavid Bremner
2021-02-06lib: add NOTMUCH_STATUS_NO_CONFIGDavid Bremner
2021-02-06bindings/notmuch2: add missing crypto error status codesDavid Bremner
2020-12-25python/notmuch2: fix exclude tag handlingJohannes Larsen
2020-08-09Fix typosJonas Bernoulli
2020-06-16Support aborting the atomic contextFloris Bruynooghe
2020-06-16Make messages returned by Thread objects ownedFloris Bruynooghe
2020-06-16python/notmuch2: do not destroy messages owned by a queryAnton Khirnov
2020-06-15python config access: fix style and KeyError bugFloris Bruynooghe
2020-06-15python/notmuch2: add bindings for the database config stringsAnton Khirnov
2020-06-15Add missing set methods to tagsetsFloris Bruynooghe
2019-12-24python/notmuch2: fix typo for "destroyed"Daniel Kahn Gillmor
2019-12-24python/notmuch2: fix typo for ObjectDestroyedErrorDaniel Kahn Gillmor
2019-12-03Move from _add_message to _index_file APIFloris Bruynooghe
2019-12-03Rename package to notmuch2Floris Bruynooghe