unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-05-22 01:06:13 to 2020-06-30 17:22:48 UTC [more...]

notmuch.readthedocs.org
 2020-06-30 17:22 UTC  (12+ messages)

introduce exception handling at top level of libnotmuch
 2020-06-30  1:14 UTC  (5+ messages)
` [PATCH 1/4] test: add known broken test for error handling on closed database
` [PATCH 2/4] lib: catch error from closed db in n_m_get_message_id
` [PATCH 3/4] test: add known broken test for n_m_get_thread_id on closed db
` [PATCH 4/4] lib/message: catch exception in n_m_get_thread_id

[PATCH 1/2] Revert "python-cffi: read version from notmuch version file"
 2020-06-30  0:22 UTC  (5+ messages)
` [PATCH 2/2] bindings/python-cffi: update version from global version
      ` [PATCH] bindings/python-cffi: copy version file into bindings dir

[PATCH] doc: update name of gmime package to install
 2020-06-26 11:11 UTC 

test failures on 32 bit architectures
 2020-06-27  1:25 UTC  (10+ messages)
    ` [PATCH] lib: avoid casting gint64 to time_t
        ` [PATCH 1/2] configure: detect 64 bit time_t
          ` [PATCH 2/2] test: mark two tests broken on machines with 32 "

Usage after database close
 2020-06-29 21:18 UTC  (7+ messages)

Feature freeze for notmuch 0.30: June 1
 2020-06-28 11:33 UTC  (9+ messages)
          ` crypto test failures on Fedora and OpenSUSE

[PATCH] Makefile.global: drop -std=gnu99. C11 (or later) compiler required
 2020-06-27  1:25 UTC  (2+ messages)

[PATCH] emacs: Add notmuch-show-local-dates option
 2020-06-25 13:30 UTC 

[PATCH] completion: remove "setup" from the list of possible completions
 2020-06-24 11:44 UTC  (8+ messages)

python-cffi: read version number from notmuch
 2020-06-24  6:29 UTC  (11+ messages)
` [PATCH] python-cffi: read version from notmuch version file

python/notmuch2 on PyPI
 2020-06-22 21:39 UTC  (4+ messages)

notmuch-emacs: Highlight the file attachment
 2020-06-19  9:59 UTC  (2+ messages)

[python-cffi] Version number for the `notmuch2` bindings
 2020-06-19  9:35 UTC  (4+ messages)

Port to Xapian 1.5
 2020-06-17 11:04 UTC  (4+ messages)
` [PATCH 1/3] lib: migrate to post Xapian 1.3.4 compact support
` [PATCH 2/3] lib: migrate from Xapian ValueRangeProcessor to RangeProcessor
` [PATCH 3/3] test: drop upgrade from v1 tests

[PATCH] build: produce signatures for release candidate tarballs
 2020-06-16 14:17 UTC 

[PATCH] Support aborting the atomic context
 2020-06-16 11:22 UTC  (5+ messages)

python: Continuing message re-use fix
 2020-06-16 11:14 UTC  (4+ messages)
` [PATCH 1/2] python/notmuch2: do not destroy messages owned by a query
` [PATCH 2/2] Make messages returned by Thread objects owned

python: config API
 2020-06-16  0:59 UTC  (4+ messages)
` [PATCH 1/2] python/notmuch2: add bindings for the database config strings
` [PATCH 2/2] python config access: fix style and KeyError bug

python: Update tox.ini for python 3.8
 2020-06-15 20:00 UTC  (7+ messages)
` [PATCH] Update tox.ini for python3.8 and fix pypy3.6

difficulties with notmuch2 python bindings for alot
 2020-06-15 19:42 UTC  (4+ messages)

python-cffi: add missing tagset methods
 2020-06-15 15:41 UTC  (3+ messages)
` [PATCH] Add missing set methods to tagsets

[PATCH 1/2] python/notmuch2: do not destroy messages owned by a query
 2020-06-13 12:38 UTC  (4+ messages)
    ` [PATCH] wip test for id:20200509050526.23148-1-anton@khirnov.net

[PATCH] configure: use cffi.FFI().verify() to test buildability of CFFI bindings
 2020-06-10 10:20 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] NEWS: The minimum supported version of Xapian is now 1.4.0
 2020-06-09  5:48 UTC  (3+ messages)

[PATCH] emacs docstrings: consistent indentation, newlines, periods
 2020-06-06 11:50 UTC  (2+ messages)

[PATCH] doc: field processor support now always included, adjust manual pages
 2020-06-06 11:50 UTC  (2+ messages)

[PATCH] doc: update AUTHORS file
 2020-06-06 11:49 UTC  (2+ messages)

[PATCH] debian: update debian/copyright
 2020-06-06 11:49 UTC  (2+ messages)

[PATCH] NEWS: The minimum supported version of Xapian is now 1.4.0
 2020-06-06 11:48 UTC  (2+ messages)

[PATCH] add NEWS for 0.30
 2020-06-06 11:48 UTC  (6+ messages)
  ` [PATCH] tweaks to NEWS suggest by Tomi

[RFC] devel: script to calculate a list of authors
 2020-06-06 11:47 UTC  (6+ messages)
  ` [PATCH] "

[PATCH] configure: require python 3.5 for CFFI-based notmuch bindings
 2020-06-06 11:47 UTC  (2+ messages)

Python 3.x bindings support which versions, exactly?
 2020-06-05 20:12 UTC  (8+ messages)

setting NOTMUCH_CONFIG in hooks
 2020-06-03 14:12 UTC  (2+ messages)

Lazily loading notmuch into Emacs
 2020-06-02 21:50 UTC  (3+ messages)

broken bash completion
 2020-06-02 10:37 UTC 

status of the new python bindings
 2020-06-02 20:02 UTC  (2+ messages)

doc build warnings when building out-of-tree
 2020-06-01 12:12 UTC  (6+ messages)
    ` [PATCH] doc: fix for out-of-tree builds of notmuch-emacs docs

[PATCH] configure: check existence of python3 setuptools and dev package
 2020-06-01 11:22 UTC  (2+ messages)

[PATCH] emacs: Respect `load-prefer-newer` when loading `notmuch-init-file'
 2020-06-01 10:59 UTC  (3+ messages)

[PATCH v2 0/3] support for format=flowed text display
 2020-06-01  0:11 UTC  (5+ messages)
` [PATCH v2 3/3] emacs: Process format=flowed text

[PATCH] emacs/tree: add notmuch-tree-filter
 2020-05-31 22:54 UTC  (3+ messages)

python-cffi and ruby test suites fail in out-of-tree builds
 2020-05-31 19:16 UTC  (7+ messages)
` [PATCH] tests/ruby: Ensure that test works for "

wish: notmuch-emacs: notmuch-poll-and-refresh-this-buffer should use progress-reporter
 2020-05-29 16:31 UTC  (4+ messages)

[PATCH] test/test-lib.sh: fix two out of tree test issues
 2020-05-30 15:48 UTC  (2+ messages)

[PATCH 0/4] Use cl-lib instead of deprecated cl
 2020-05-26 23:40 UTC  (8+ messages)
` [PATCH v3 1/3] emacs: Use `cl-lib' instead of deprecated `cl'
  ` [PATCH v3 2/3] emacs: Add simple make target to compile emacs lisp tests
  ` [PATCH v3 3/3] emacs: Use `dolist' instead of `mapcar' for side-effects

[PATCH] emacs: split-window-sensibly in tree mode with open message
 2020-05-26 18:48 UTC  (6+ messages)

[PATCH] tests: fix test_json_nodes() in out-of-tree builds
 2020-05-26 14:36 UTC  (3+ messages)

[PATCH] python-cffi: enable out-of-tree builds
 2020-05-26 15:22 UTC  (2+ messages)

[PATCH] configure: report GMime minimum version in ./configure output
 2020-05-23 11:57 UTC  (2+ messages)

Handle PKCS#7 S/MIME messages v2
 2020-05-23 11:57 UTC  (3+ messages)
` [PATCH v2 1/9] lib: index PKCS7 SignedData parts

[PATCH 2/2 v2] smime: tests of X.509 certificate validity are known-broken on GMime < 3.2.7
 2020-05-23 11:56 UTC  (3+ messages)
` [PATCH 2/2 v3] "

[lieer] Release v1.2
 2020-05-22 20:38 UTC 

python CFFI bindings integration into notmuch build/test
 2020-05-22  1:06 UTC  (4+ messages)
` [PATCH 3/5] build: optionally build python-cffi bindings


Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).