unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-07-14 22:41:57 to 2020-08-01 12:27:23 UTC [more...]

Final (v2) batch of patches in API exception handling cleanup
 2020-08-01 12:26 UTC  (11+ messages)
` [PATCH 01/14] lib: return NULL from n_d_get_default_indexopts on error
` [PATCH 02/14] test: add regression test for n_messages_collect_tags
` [PATCH 03/14] test: split header for lib-message tests
` [PATCH 05/14] test: add known broken test for n_directory_get_child_directories
` [PATCH 06/14] lib: catch exceptions in n_directory_get_child_directories
` [PATCH 08/14] lib: catch exceptions in n_directory_get_child_files
` [PATCH 09/14] test: known broken test for n_directory_delete with closed db
` [PATCH 10/14] lib: fix return value for n_directory_delete
` [PATCH 11/14] test: regression test for n_directory_{get,set}_mtime
` [PATCH 12/14] test: regression test for n_d_get_config_list on closed db

[announce] Bower 0.12
 2020-08-01  2:14 UTC 

[PATCH 1/2] test: drop NOTMUCH_DEFAULT_XAPIAN_BACKEND from T360-symbol-test
 2020-07-31 17:38 UTC  (3+ messages)
` [PATCH 2/2] test: drop use of db_ending

[PATCH] configure: detect version by compiler for build
 2020-07-31 14:41 UTC  (18+ messages)
` [PATCH] configure: account for various name of pytest-3
    ` [PATCH v2] configure: check for pytest with python -m pytest
` [PATCH] configure: drop check for default xapian backend
` [PATCH] T355: specify hash algorithm explicitly

batch 9: API cleanup for exception handling
 2020-07-31 12:15 UTC  (10+ messages)
` [PATCH 1/8] test: regression test for n_t_get_thread_id
` [PATCH 2/8] test: add regression test for n_thread_get_total_{messages,files}
` [PATCH 3/8] test: add regression tests for n_thread_get_toplevel_messages
` [PATCH 4/8] test: add regression test for n_t_get_messages
` [PATCH 5/8] test: add regression tests for n_t_get_{authors, subject}
` [PATCH 6/8] test: add regression tests for oldest and newest dates
` [PATCH 7/8] test: regression test for n_thread_get_tags
` [PATCH 8/8] test: destroy thread from closed database

Request for testing: incremental improvement in move / rename handling
 2020-07-31 10:33 UTC  (3+ messages)
` [PATCH 1/2] WIP: provide alternate API for n_d_remove_message
` [PATCH 2/2] WIP: use new API in notmuch-new

[PATCH 00/23] A create number of cosmetic changes
 2020-07-30 20:36 UTC  (34+ messages)
` [PATCH 01/23] emacs: Shorten long lines
` [PATCH 02/23] emacs: Remove excess empty lines
` [PATCH 03/23] emacs: Fix indentation
` [PATCH 04/23] emacs: Closing parenthesis go on the same line
` [PATCH 05/23] emacs: Only set one variable per setq form
` [PATCH 06/23] emacs: Use cl-incf where appropriate
` [PATCH 07/23] emacs: Use 'and' instead of 'when' when the return value matters
` [PATCH 08/23] emacs: Use 'unless' instead of 'when' and 'not'
` [PATCH 09/23] emacs: Use 'when' instead of 'if' when there is no ELSE part
` [PATCH 10/23] emacs: Use one or three lines for 'if' forms
` [PATCH 11/23] emacs: Extend face to window edge again
` [PATCH 12/23] emacs: Fix some function declarations
` [PATCH 13/23] emacs: No longer define notmuch-hello-mode-map as a function
` [PATCH 14/23] emacs: notmuch-poll: Let the user know we are polling
` [PATCH 15/23] emacs: Use makefile-gmake-mode in Makefile*s
` [PATCH 16/23] emacs: Improve doc-strings
` [PATCH 17/23] emacs: Autoload notmuch-jump-search only once
` [PATCH 18/23] emacs: Autoload notmuch-jump using an autoload cookie
` [PATCH 19/23] emacs: Various cosmetic changes
` [PATCH 20/23] emacs: Increase consistency of library headers
` [PATCH 21/23] Fix typos
` [PATCH 22/23] .dir-locals.el: Set variables for correct "shell" mode
` [PATCH 23/23] test: Fix indentation

[PATCH 0/3] Adjust test for changes in Emacs 27
 2020-07-29 18:38 UTC  (20+ messages)
` [PATCH 1/3] gitignore: Ignore generated sphinx.config
` [PATCH 2/3] test: Deal with Emacs 27 switching to lexical scope by default
` [PATCH 3/3] test: Explicitly state that we want to sign with sender
` [PATCH v3 0/4] Adjust test for changes in Emacs 27
  ` [PATCH v3 1/4] gitignore: Ignore generated sphinx.config
  ` [PATCH v3 2/4] test: Deal with Emacs 27 switching to lexical scope by default
  ` [PATCH v3 3/4] test: Remove misguided emacs testing utilities
  ` [PATCH v3 4/4] test: Explicitly state that we want to sign with sender

batch 8, API cleanup for exception handling
 2020-07-29 15:47 UTC  (12+ 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

Looking for help re: inbox/thread/tree slowdown; misconfiguration?
 2020-07-28 13:46 UTC  (4+ messages)

simplify handling of writable database modes
 2020-07-28 11:52 UTC  (6+ messages)
` [PATCH 1/3] lib: drop two gratuitous assignments to database mode
` [PATCH 2/3] lib: encapsulate the use of notmuch_database_t field 'mode'
` [PATCH 3/3] lib: replace use of static_cast for writable databases

[PATCH] notmuch-mutt: replace shell pipeline with internal pipe processing
 2020-07-27 19:38 UTC 

final(?) batch of api cleanup for exception handling
 2020-07-27 12:06 UTC  (17+ messages)
` [PATCH 01/13] test: add regression test for n_messages_collect_tags
` [PATCH 02/13] test: split header for lib-message tests
` [PATCH 03/13] test: regression test for n_m_get_filenames
` [PATCH 04/13] test: add known broken test for n_directory_get_child_directories
` [PATCH 05/13] lib: catch exceptions in n_directory_get_child_directories
` [PATCH 06/13] test: add known broken test for n_directory_get_child_files
` [PATCH 07/13] lib: catch exceptions in n_directory_get_child_files
` [PATCH 08/13] test: regression test for n_directory_delete with closed db
  ` [PATCH 1/2] test: known broken "
    ` [PATCH 2/2] lib: fix return value for n_directory_delete
` [PATCH 09/13] test: regression test for n_directory_{get,set}_mtime
` [PATCH 10/13] test: regression test for n_d_get_config_list on closed db
` [PATCH 11/13] test: regression test for traversing config list with "
` [PATCH 12/13] test: regression tests for n_indexopts_{get,set}_decrypt_policy
` [PATCH 13/13] lib: return NULL from n_d_get_default_indexopts on error

batch 7, API exception handline cleanup
 2020-07-27 11:25 UTC  (12+ 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] lib: return NULL from n_d_get_default_indexopts on error

Trying to troubleshoot header index…
 2020-07-26  7:11 UTC  (3+ messages)

notmuch_database_index_file with relative paths
 2020-07-25 11:22 UTC  (3+ messages)

batch 6, API exception handling cleanup
 2020-07-25 11:17 UTC  (14+ 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

[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 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: "

fourth batch of API cleanup for exception handling
 2020-07-20 12:14 UTC  (2+ messages)

[PATCH 5/5] bindings/ruby: replacy use of deprecated notmuch_message_get_flag
 2020-07-20 12:14 UTC  (3+ messages)
` [PATCH] cli/new: replace newly deprecated n_m_has_maildir_flag

[PATCH 1/2] doc: replace use of environment variables with a generated config
 2020-07-18 15:00 UTC  (7+ messages)
    ` [PATCH] configure: replace multiple redirects with redirected block

Second batch of API cleanup for exception safety
 2020-07-18 14:32 UTC  (3+ messages)
` [PATCH 11/11] lib: catch exceptions in n_m_get_flag, provide n_m_get_flag_st

fix deprecation warnings for notmuch_message_get_flag
 2020-07-18 14:31 UTC  (2+ messages)

[PATCH] build: upload html docs as part of release process
 2020-07-16 11:11 UTC  (2+ messages)

[PATCH 2/2] doc: add new python bindings to main documentatation tree
 2020-07-15 11:53 UTC  (4+ messages)
` [PATCH] doc: set up for autoapi / readthedocs compatibility


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