unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-06-03 06:24:59 to 2020-07-08 19:55:45 UTC [more...]

introduce exception handling at top level of libnotmuch
 2020-07-08 19:55 UTC  (12+ 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

v2 port to xapian 1.5
 2020-07-07 10:56 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] emacs: Add notmuch-show-local-dates option
 2020-07-04 13:32 UTC  (7+ messages)

Third batch of API cleanup for exception safety
 2020-07-05 13:00 UTC  (12+ messages)
` [PATCH 01/11] lib: add regression test for n_m_get_date; clarify API
` [PATCH 02/11] lib: use LOG_XAPIAN_EXCEPTION in n_m_get_date
` [PATCH 03/11] test: add known broken test for n_m_get_tags
` [PATCH 04/11] lib: catch Xapian exceptions in n_m_get_tags
` [PATCH 05/11] lib: add known broken test for n_m_count_files
` [PATCH 06/11] lib: catch Xapian exceptions in n_m_count_files
` [PATCH 07/11] test: add known broken test for n_m_add_tag with closed db
` [PATCH 08/11] lib: catch Xapian exceptions in n_m_add_tag
` [PATCH 09/11] test: add broken test for n_m_remove_tag
` [PATCH 10/11] lib: catch Xapian exceptions in n_m_remove_tag
` [PATCH 11/11] lib: use COERCE_STATUS in n_m_{add,remove}_tag

[RFC PATCH] lib: document new database_open API
 2020-07-04 17:01 UTC  (4+ messages)

Second batch of API cleanup for exception safety
 2020-07-04 15:18 UTC  (12+ messages)
` [PATCH 01/11] test: remove unused backup_database calls
` [PATCH 02/11] test: drop use of assert in closed db tests
` [PATCH 03/11] lib/message: use LOG_XAPIAN_EXCEPTION in n_m_get_header
` [PATCH 04/11] test: add regression test for n_m_get_header
` [PATCH 05/11] lib/n_m_get_replies: doc return, initial regression test
` [PATCH 06/11] lib: add known broken test for notmuch_message_get_filename
` [PATCH 07/11] lib/n_m_g_filename: catch Xapian exceptions, document NULL return
` [PATCH 08/11] test: add known broken test for n_m_get_filenames
` [PATCH 09/11] lib: catch exceptions in n_m_get_filenames
` [PATCH 10/11] test: add known broken for n_m_get_flag on closed db
` [PATCH 11/11] lib: catch exceptions in n_m_get_flag, provide n_m_get_flag_st

[PATCH 1/2] Revert "python-cffi: read version from notmuch version file"
 2020-07-03 11:37 UTC  (6+ 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-07-03 11:36 UTC  (5+ messages)

Feature freeze for notmuch 0.30: June 1
 2020-07-03 11:35 UTC  (16+ messages)
          ` crypto test failures on Fedora and OpenSUSE
                  ` [PATCH 1/2] configure: can gpgme can verify signatures when decrypting with a session key?
                    ` [PATCH 2/2] tests: mark sig verification known-broken with session keys on buggy gpgme

[PATCH] build: produce signatures for release candidate tarballs
 2020-07-03 11:35 UTC  (2+ messages)

Newbie: On Outlook Exchange how to use notmuch to connect to it?
 2020-07-03 10:43 UTC  (3+ messages)

[PATCH] completion: remove "setup" from the list of possible completions
 2020-07-02 19:55 UTC  (9+ messages)

notmuch mailing list administrivia
 2020-07-02  2:10 UTC 

notmuch.readthedocs.org
 2020-07-01 13:44 UTC  (13+ messages)

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)

[PATCH] Makefile.global: drop -std=gnu99. C11 (or later) compiler required
 2020-06-27  1:25 UTC  (2+ 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] 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  (4+ 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  (5+ messages)

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


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).