[PATCH 3/3] python/notmuch2: provide binding for collect_tags()
Michael J Gruber| David Bremner, Floris Bruynooghe
2021 Jan 06 09:08
- Michael J Gruber—[PATCH 0/3] python/notmuch2: a few docstrings and collect_tags() [inbox, unread]
- Michael J Gruber—[PATCH 1/3] python/notmuch2: correct docstring for Database.count_messages() [inbox, notmuch::needs-review, notmuch::patch, notmuch::python, unread]
- Michael J Gruber—[PATCH 2/3] python/notmuch2: docstrings for Database.threads(), Database.count_threads() [inbox, notmuch::needs-review, notmuch::patch, notmuch::python, unread]
- Michael J Gruber—[PATCH 3/3] python/notmuch2: provide binding for collect_tags() [inbox, notmuch::needs-review, notmuch::patch, notmuch::python, unread]
- David Bremner—Re: [PATCH 0/3] python/notmuch2: a few docstrings and collect_tags() [inbox, unread]
[PATCH v3 13/16] add indexopts to notmuch python bindings.
Daniel Kahn Gillmor| Tomi Ollila, Jameson Graef Rollins, David Bremner
2016 Jan 31 20:39
- Daniel Kahn Gillmor—Allow indexing cleartext of encrypted messages (v3) [inbox, unread]
- Daniel Kahn Gillmor—[PATCH v3 01/16] add util/search-path.{c, h} to test for executables in $PATH [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 02/16] Move crypto.c into libutil [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 03/16] make shared crypto code behave library-like [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 04/16] Provide _notmuch_crypto_{set,get}_gpg_path [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 05/16] Use a blank _notmuch_crypto to choose the default gpg_path [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 06/16] Prefer gpg2 in the test suite if available [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 07/16] create a notmuch_indexopts_t index options object [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 08/16] reorganize indexing of multipart/signed and multipart/encrypted [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 09/16] index encrypted parts when asked. [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 10/16] Add n_d_add_message_with_indexopts (extension of n_d_add_message) [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 11/16] add --try-decrypt to notmuch insert [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 12/16] add --try-decrypt to notmuch new [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 13/16] add indexopts to notmuch python bindings. [inbox, notmuch::obsolete, notmuch::patch, notmuch::python, unread]
- Daniel Kahn Gillmor—[PATCH v3 14/16] test indexing cleartext version of delivered messages. [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 15/16] added notmuch_message_reindex [inbox, notmuch::obsolete, notmuch::patch, unread]
- Daniel Kahn Gillmor—[PATCH v3 16/16] add "notmuch reindex" subcommand [inbox, notmuch::obsolete, notmuch::patch, unread]
- Tomi Ollila—Re: Allow indexing cleartext of encrypted messages (v3) [inbox, unread]
- Jameson Graef Rollins—Re: Allow indexing cleartext of encrypted messages (v3) [inbox, signed, unread]
binding/python/README is hopelessly outdated
Konrad Hinsen| David Bremner
2016 Jan 12 09:47
Crash with Python bindings
Konrad Hinsen| David Bremner, W. Trevor King, Justus Winter, Floris Bruynooghe, Daniel Kahn Gillmor, Tomi Ollila, Brian May
2016 Jan 12 09:41
- Konrad Hinsen—Crash with Python bindings [inbox, notmuch::bug, notmuch::python, unread]
- David Bremner—Re: Crash with Python bindings [inbox, unread]
- Konrad Hinsen—Re: Crash with Python bindings [inbox, unread]
- W. Trevor King—Re: Crash with Python bindings [inbox, signed, unread]
- David Bremner—Re: Crash with Python bindings [inbox, unread]
- Justus Winter—Re: Crash with Python bindings [inbox, signed, unread]
- Floris Bruynooghe—Re: Crash with Python bindings [inbox, unread]
- Daniel Kahn Gillmor—Re: Crash with Python bindings [inbox, unread]
- Justus Winter—New Python bindings (was: Crash with Python bindings) [inbox, signed, unread]
- David Bremner—pytest integration for the notmuch test suite [inbox, unread]
- David Bremner—[PATCH 1/3] configure: check for pytest binary [inbox, notmuch::obsolete, notmuch::patch, unread]
- David Bremner—[PATCH 2/3] test: add new test_expect_pytest_success [inbox, notmuch::obsolete, notmuch::patch, unread]
- David Bremner—[PATCH 3/3] test: add example test using pytest [inbox, notmuch::obsolete, notmuch::patch, unread]
- Tomi Ollila—Re: pytest integration for the notmuch test suite [inbox, unread]
- Floris Bruynooghe—Re: pytest integration for the notmuch test suite [inbox, unread]
- Floris Bruynooghe—Re: New Python bindings (was: Crash with Python bindings) [inbox, unread]
- Brian May—Re: New Python bindings (was: Crash with Python bindings) [inbox, unread]
- W. Trevor King—Re: Crash with Python bindings [inbox, signed, unread]
[PATCH] fix notmuch python binding argument for filenames_destroy
Daniel Kahn Gillmor
2015 Dec 12 19:22
[RFC PATCH] Python bindings: CDLL("libnotmuch.3.dylib") on Darwin
Tomi Ollila| Justus Winter
2013 Jun 25 14:36
[PATCH] Fix shared library loading in Python bindings.
Julian Berman| Justus Winter, Tomi Ollila
2013 May 26 03:53
[PATCH 4/6] python: Update Python bindings for new notmuch_database_{open, create} signatures
Austin Clements| Justus Winter, David Bremner, Tomi Ollila
2012 Apr 28 22:17
- Austin Clements—[PATCH 0/6] Make notmuch_database_{open,create} return status codes [inbox, unread]
- Austin Clements—[PATCH 1/6] lib/cli: Make notmuch_database_open return a status code [inbox, notmuch::obsolete, notmuch::patch, unread]
- Austin Clements—[PATCH 2/6] lib/cli: Make notmuch_database_create return a status code [inbox, notmuch::obsolete, notmuch::patch, unread]
- Austin Clements—[PATCH 3/6] go: Update Go bindings for new notmuch_database_{open, create} signatures [inbox, notmuch::obsolete, notmuch::patch, unread]
- Austin Clements—[PATCH 4/6] python: Update Python bindings for new notmuch_database_{open, create} signatures [inbox, notmuch::obsolete, notmuch::patch, notmuch::python, unread]
- Austin Clements—[PATCH 5/6] ruby: Update Ruby bindings for new notmuch_database_{open, create} signatures [inbox, notmuch::obsolete, notmuch::patch, unread]
- Austin Clements—[PATCH 6/6] News for changes to notmuch_database_{open,create} [inbox, notmuch::obsolete, notmuch::patch, unread]
- Justus Winter—Re: [PATCH 0/6] Make notmuch_database_{open, create} return status codes [inbox, unread]
- Austin Clements—[PATCH v2 0/6] Make notmuch_database_{open, create} return status codes [inbox, unread]
- Austin Clements—[PATCH v2 1/6] lib/cli: Make notmuch_database_open return a status code [inbox, notmuch::patch, notmuch::pushed, unread]
- Austin Clements—[PATCH v2 2/6] lib/cli: Make notmuch_database_create return a status code [inbox, notmuch::patch, notmuch::pushed, unread]
- Austin Clements—[PATCH v2 3/6] go: Update Go bindings for new notmuch_database_{open, create} signatures [inbox, notmuch::patch, notmuch::pushed, unread]
- Austin Clements—[PATCH v2 4/6] python: Update Python bindings for new notmuch_database_{open, create} signatures [inbox, notmuch::patch, notmuch::pushed, unread]
- Austin Clements—[PATCH v2 5/6] ruby: Update Ruby bindings for new notmuch_database_{open, create} signatures [inbox, notmuch::patch, notmuch::pushed, unread]
- Austin Clements—[PATCH v2 6/6] News for changes to notmuch_database_{open,create} [inbox, notmuch::patch, notmuch::pushed, unread]
- Tomi Ollila—Re: [PATCH v2 0/6] Make notmuch_database_{open, create} return status codes [inbox, unread]
[PATCH] py3k: the basestring and unicode types are removed in python 3
Justus Winter| Tomi Ollila, Sebastian Spaeth
2011 Dec 14 through 2012 Jan 08
- Justus Winter—[python] RFC: supporting python 2 and 3 with one codebase [inbox, unread]
- Justus Winter—[PATCH 1/7] py3k: The execfile built-in has been removed in python 3 [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 2/7] py3k: The ConfigParser module has been renamed to configparser [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 3/7] py3k: All strings are unicode strings in py3k [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 4/7] py3k: Rename .next() to __next__(), add python2.x compatibility alias [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 5/7] py3k: the basestring and unicode types are removed in python 3 [inbox, notmuch::obsolete, notmuch::patch, notmuch::python, unread]
- Justus Winter—[PATCH 6/7] py3k: Add and use a mixin class that implements __str__ [inbox, notmuch::obsolete, notmuch::patch, notmuch::python, unread]
- Justus Winter—[PATCH 7/7] python: add missing conversions from and to utf-8 [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
[PATCH 2/2] python: make the result of Message.get_replies() more pythonic
Justus Winter| Sebastian Spaeth, Tomi Ollila
2011 Dec 21 13:15
[PATCH 5/5] python: add get_mtime() to the Message class
Thomas Jost| Mark Anderson, Austin Clements, David Edmondson, Tom Prince, David Bremner, Sebastian Spaeth
2011 Dec 13 17:11
- Thomas Jost—[PATCH 0/5] Store message modification times in the DB [inbox, unread]
- Thomas Jost—[PATCH 1/5] Fix comments about what is stored in the database [inbox, notmuch::patch, notmuch::pushed, unread]
- Thomas Jost—[PATCH 2/5] lib: Add a MTIME value to every mail document [inbox, notmuch::patch, notmuch::stale, notmuch::wip, unread]
- Thomas Jost—[PATCH 3/5] lib: Make MTIME values searchable [inbox, notmuch::patch, notmuch::stale, notmuch::wip, unread]
- Thomas Jost—[PATCH 4/5] show: include mtime in JSON output [inbox, notmuch::patch, notmuch::stale, notmuch::wip, unread]
- Thomas Jost—[PATCH 5/5] python: add get_mtime() to the Message class [inbox, notmuch::patch, notmuch::python, notmuch::stale, notmuch::wip, unread]
- David Edmondson—Re: [PATCH 0/5] Store message modification times in the DB [inbox, unread]
[PATCH 2/2] python: annotate all calls into libnotmuch with types
Justus Winter, Patrick Totzke| Sebastian Spaeth, James Westby, David Bremner, Tomi Ollila
2011 Oct 09 through 2011 Dec 07
- Justus Winter—[PATCH 1/2] python: add classes to wrap all notmuch_*_t types [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 2/2] python: annotate all calls into libnotmuch with types [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Patrick Totzke—Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types [inbox, notmuch::bug, notmuch::moreinfo, notmuch::python, unread]
- Sebastian Spaeth—Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types [inbox, signed, unread]
- Sebastian Spaeth—Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types [inbox, signed, unread]
- Justus Winter—Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types [attachment, inbox, notmuch::bug, notmuch::moreinfo, notmuch::python, unread]
- Justus Winter—Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types [attachment, inbox, notmuch::bug, notmuch::moreinfo, notmuch::python, unread]
- David Bremner—Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types [inbox, unread]
- Sebastian Spaeth—Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types [inbox, signed, unread]
[PATCH] fix format string in Message.__unicode__
Patrick Totzke, patricktotzke@googlemail.com| Sebastian Spaeth
2011 Dec 05 21:19
- Patrick Totzke—[python] unicode strings [inbox, notmuch::pushed, unread]
- Patrick Totzke—[PATCH 1/3] clean up Thread.__str__ [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Patrick Totzke—[PATCH 2/3] use __unicode__ for string representation [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Patrick Totzke—[PATCH 3/3] errors='ignore' when decode to unicode [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
[PATCH] python: use wrapped notmuch_*_t types instead of raw pointers
Thomas Jost| Sebastian Spaeth
2011 Dec 06 10:03
[PATCH 3/3] fix sphinx compile-time warnings
Patrick Totzke| Sebastian Spaeth
2011 Dec 05 21:12
- Patrick Totzke—[python] cleanup the bindings [inbox, unread]
- Patrick Totzke—[PATCH 1/3] pep8 fixes [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Patrick Totzke—[PATCH 2/3] remove unused imports [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Patrick Totzke—[PATCH 3/3] fix sphinx compile-time warnings [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
[PATCH] python: Store pointers as c_void_p to keep references
James Westby
2011 Dec 01 15:24
python-notmuch decoding error on a message
Antoine Amarilli| David Bremner, Patrick Totzke, Sebastian Spaeth
2011 Nov 06 22:16
[PATCH] python: fix Message.get_filenames()
Thomas Jost| Sebastian Spaeth
2011 Sep 30 10:16
[PATCH 9/9] python: raise a more specific error in Messages.print_messages
Justus Winter| Sebastian Spaeth
2011 Sep 26 01:05
- Justus Winter—[PATCH 1/9] python: add a .gitignore file and refine the toplevel one [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 2/9] python: add status and message attributes to NotmuchError [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 3/9] python: reorder the arguments of NotmuchError.__init__() [inbox, notmuch::patch, notmuch::python, notmuch::wontfix, unread]
- Justus Winter—[PATCH 4/9] python: fix NotmuchError.__str__ if status == None [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 5/9] python: rename _verify_initialized_db to _assert_db_is_initialized [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 6/9] python: rename _verify_dir_initialized to _assert_dir_is_initialized [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 7/9] python: provide more exception classes [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Justus Winter—[PATCH 8/9] python: use the new exception classes and update the documentation [inbox, notmuch::moreinfo, notmuch::patch, notmuch::python, notmuch::stale, unread]
- Justus Winter—[PATCH 9/9] python: raise a more specific error in Messages.print_messages [inbox, notmuch::patch, notmuch::pushed, notmuch::python, unread]
- Sebastian Spaeth—Re: [PATCH 1/9] python: add a .gitignore file and refine the toplevel one [inbox, signed, unread]
- Sebastian Spaeth—Re: [PATCH 1/9] python: add a .gitignore file and refine the toplevel one [inbox, signed, unread]
[PATCH] properly raise exceptions in python bindings
Justus Winter
2011 Sep 25 21:07
[PATCH 2/2] [python] fix unsafe utf-8 decodings
Patrick Totzke| Michael Heinrich, Sebastian Spaeth
2011 Aug 12 through 2011 Aug 16
[PATCH] interpret Xapian errors from sdterr as exceptions
pazz| Patrick Totzke, David Bremner, Sebastian Spaeth
2011 Jul 23 13:12
[PATCH v2] python: Encode query string as a utf-8 byte array
Sebastian Spaeth| Patrick Totzke
2011 Jul 11 09:43