unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-06-24 11:44:19 to 2020-07-24 11:14:41 UTC [more...]

batch 9: API cleanup for exception handling
 2020-07-24 11:14 UTC  (2+ messages)
` [PATCH 6/8] test: add regression tests for oldest and newest dates

[Kevin McCarthy] Bug#966100: notmuch-mutt: symlinking now fails for indexed mailboxes with a space in the name
 2020-07-23 15:58 UTC  (2+ messages)

batch 6, API exception handling cleanup
 2020-07-23 10:51 UTC  (13+ messages)
` [PATCH 01/10] test: regression test for closing a closed database
` [PATCH 02/10] test: add regression tests for notmuch database destroy
` [PATCH 03/10] test: add known broken test for n_d_needs_upgrade
` [PATCH 04/10] lib/n_d_needs_upgrade: handle error return from n_d_get_version
` [PATCH 05/10] test: regression test for n_d_upgrade
` [PATCH 06/10] test: add regression test for n_d_{begin,end}_atomic
` [PATCH 07/10] test: regression test for n_d_get_revision
` [PATCH 08/10] test: add regression test for n_d_get_directory
` [PATCH 09/10] test: regression test for n_d_index_file closed db
` [PATCH 10/10] test: add known broken test for indexing relative path
  ` [PATCH] lib: convert relative filenames to absolute in n_d_index_file

batch 5, API exception handling cleanup
 2020-07-23 10:12 UTC  (7+ messages)
` [PATCH 1/4] test: regression tests for n_d_status_string and n_d_get_path
` [PATCH 2/4] test: add known broken test for n_d_get_version on closed db
` [PATCH 3/4] lib: move deallocation of memory from n_d_close to n_d_destroy
` [PATCH 4/4] lib/n_d_get_version: catch exceptions and clarify the API

[PATCH 1/2] test: sanitize line numbers in exception reports
 2020-07-23 10:11 UTC  (3+ messages)
` [PATCH 2/2] lib: fix exception messages for n_m_message_*

notmuch.el: notmuch-search: avoid wiping out buffer-local variables
 2020-07-22 22:51 UTC  (5+ messages)
  ` [PATCH] emacs: "

batch 8, API cleanup for exception handling
 2020-07-22 10:51 UTC  (11+ messages)
` [PATCH 01/10] test: move notmuch_message_* tests to their own file
` [PATCH 02/10] test: add regression test for n_q_{create,_get_query_string}
` [PATCH 03/10] test: regression test for notmuch_query_get_database
` [PATCH 04/10] test: regression test for set_omit_excluded
` [PATCH 05/10] test: regression test for n_q_{set, get}_sort
` [PATCH 06/10] test: add regression test for n_q_add_tag_exclude
` [PATCH 07/10] test: regression test for n_q_search_threads
` [PATCH 08/10] test: regression test for n_q_search_messages
` [PATCH 09/10] test: regression tests for n_q_count_{messages, threads}
` [PATCH 10/10] test: regression test for notmuch_query_destroy

fourth batch of API cleanup for exception handling
 2020-07-20 12:14 UTC  (12+ messages)
` [PATCH 01/10] test: add regression test for notmuch_message_has_maildir_flag
` [PATCH 02/10] lib: add notmuch_message_has_maildir_flag_st
` [PATCH 03/10] test: add regression test for n_m_maildir_flags_to_tags
` [PATCH 04/10] test: add broken test for n_m_remove_all_tags
` [PATCH 05/10] lib: handle xapian exception in n_m_remove_all_tags
` [PATCH 06/10] test: regression tests of n_m_freeze and n_m_thaw on closed db
` [PATCH 07/10] test: regression test for destroying message with "
` [PATCH 08/10] test: regression for retrieving closed db from message
` [PATCH 09/10] test: add known broken test for n_m_reindex on closed db
` [PATCH 10/10] lib: fix return value for n_m_reindex

fix deprecation warnings for notmuch_message_get_flag
 2020-07-20 12:14 UTC  (9+ messages)
` [PATCH 1/5] cli/search: replace deprecated notmuch_message_get_flag
` [PATCH 2/5] cli/show: "
` [PATCH 3/5] lib/add-message: drop use of "
` [PATCH 4/5] lib/thread: replace "
` [PATCH 5/5] bindings/ruby: replacy "
  ` [PATCH] cli/new: replace newly deprecated n_m_has_maildir_flag

notmuch_database_index_file with relative paths
 2020-07-19 13:56 UTC  (2+ messages)

batch 7, API exception handline cleanup
 2020-07-19 13:28 UTC  (10+ messages)
` [PATCH 1/8] test: add known broken test for notmuch_database_remove_message
` [PATCH 2/8] lib: rename _n_d_create to _n_d_find_or_create
` [PATCH 3/8] lib: add regression test for n_d_find_message_by_filename
` [PATCH 4/8] lib: add regresion test for n_d_get_all_tags
` [PATCH 5/8] test: add regression test for n_d_get_config
` [PATCH 6/8] test: add known broken test for n_d_set_config
` [PATCH 7/8] lib: fix error return bug with n_d_set_config
` [PATCH 8/8] test: add known broken test for n_d_get_default_indexopts

[PATCH 1/2] doc: replace use of environment variables with a generated config
 2020-07-18 15:00 UTC  (13+ messages)
` [PATCH 2/2] doc: add new python bindings to main documentatation tree
  ` [PATCH] doc: set up for autoapi / readthedocs compatibility
    ` [PATCH] configure: replace multiple redirects with redirected block

Second batch of API cleanup for exception safety
 2020-07-18 14:32 UTC  (14+ 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] build: upload html docs as part of release process
 2020-07-16 11:11 UTC  (2+ messages)

Third batch of API cleanup for exception safety
 2020-07-14 10:33 UTC  (13+ 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

v2 port to xapian 1.5
 2020-07-11 20:29 UTC  (5+ 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] doc: make gzipped man pages reproducible
 2020-07-11 17:02 UTC  (3+ messages)

notmuch 0.30 is now available
 2020-07-11  2:04 UTC 

[RFC PATCH] lib: document new database_open API
 2020-07-08 20:03 UTC  (5+ messages)

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

[PATCH] emacs: Add notmuch-show-local-dates option
 2020-07-04 13:32 UTC  (7+ messages)

[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  (4+ 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  (8+ 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)


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