unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-07-04 17:01:16 to 2020-07-27 15:41:40 UTC [more...]

[PATCH] configure: detect version by compiler for build
 2020-07-27 15:41 UTC 

[PATCH 0/3] Adjust test for changes in Emacs 27
 2020-07-27 15:25 UTC  (16+ 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

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

simplify handling of writable database modes
 2020-07-26 23:31 UTC  (4+ 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 00/23] A create number of cosmetic changes
 2020-07-26 22:02 UTC  (26+ 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

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

batch 9: API cleanup for exception handling
 2020-07-24 11:14 UTC  (9+ 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

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

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

[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  (5+ messages)
` [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  (4+ messages)

introduce exception handling at top level of libnotmuch
 2020-07-08 19:55 UTC  (7+ messages)
` [PATCH 2/4] lib: catch error from closed db in n_m_get_message_id

[PATCH] emacs: Add notmuch-show-local-dates option
 2020-07-04 13:26 UTC  (6+ 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).