unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2021-03-07 17:28:25 to 2021-04-27 12:34:40 UTC [more...]

setting NOTMUCH_CONFIG in hooks
 2021-04-27 12:34 UTC  (2+ messages)

Two perceived query language imbalances
 2021-04-27 11:34 UTC  (3+ messages)

[RFC PATCH] Attempt to reactive Ruby gc
 2021-04-27  8:53 UTC 

[PATCH 1/2] NEWS: mention file deletion speedups
 2021-04-27  0:15 UTC  (2+ messages)
` [PATCH 2/2] NEWS: summarize changes to emacs interface

[PATCH 1/2] Vim: Respect excluded tags when showing a thread
 2021-04-26 23:39 UTC  (4+ messages)

[PATCH] test: hide message from moreutils parallel
 2021-04-26 23:11 UTC  (3+ messages)

[PATCH 00/13] vim: a bunch of updates from upstream
 2021-04-26 23:10 UTC  (19+ messages)
` [PATCH 01/13] vim: fix Mail 2.8.0 warning
` [PATCH 02/13] vim: doc: small fixes
` [PATCH 03/13] vim: doc: minor spelling fix
` [PATCH 04/13] vim: fix for missing parts
` [PATCH 05/13] vim: show first part if no text part is detected
` [PATCH 06/13] vim: trivial cleanup
` [PATCH 07/13] vim: use notmuch config command
` [PATCH 08/13] vim: trivial cleanup
` [PATCH 09/13] vim: option to add email address to reply quote
` [PATCH 10/13] vim: option to add reply quote datetime
` [PATCH 11/13] vim: syntax: fix message description highlighting
` [PATCH 12/13] vim: remove backwards compatibility wrappers
` [PATCH 13/13] vim: README: sync with upstream

[PATCH] cli: handle bash completion of all shared options
 2021-04-26 18:12 UTC 

macOS globals.py issue
 2021-04-25 17:28 UTC 

Release process for 0.32
 2021-04-25 16:55 UTC  (5+ messages)
` [PATCH] NEWS: user visible config related changes "

[PATCH] perf-test: add option to run perf
 2021-04-25 15:55 UTC  (2+ messages)

[PATCH] test: check for GNU parallel with --version options
 2021-04-24 23:22 UTC  (2+ messages)

[PATCH] perf-test: add test for reindexing after removal/renaming msgs
 2021-04-24 23:02 UTC  (3+ messages)
  ` [PATCH] test: add regression test for large number of deletions

Regex negative lookahead failed
 2021-04-24 16:52 UTC  (5+ messages)

[PATCH] compat: expose canonicalize_file_name to C++
 2021-04-24 11:43 UTC  (16+ messages)
` [PATCH v3] compat: rename {,notmuch_}canonicalize_file_name
  ` [PATCH v4] "

nmbug update
 2021-04-24  1:21 UTC 

[PATCH] ruby: fix ruby 3.1 warnings
 2021-04-19 20:35 UTC  (6+ messages)

[PATCH v2 0/2] scaffolding for autocrypt support
 2021-04-19  8:53 UTC  (4+ messages)

consistent database corruption with notmuch new
 2021-04-18 13:05 UTC  (17+ messages)
    ` out of memory on idle machine (was: Re: consistent database corruption with notmuch new)
        ` out of memory on idle machine
                  ` bug: chokes on long directory names (was: Re: out of memory on idle machine)
                    ` [PATCH] test: add known broken test for long directory bug
                      ` [PATCH] lib/n_d_index_file: check return value from _n_m_add_filename

[PATCH] test-lib: unset XDG_CONFIG_HOME
 2021-04-18 13:01 UTC  (2+ messages)

v1 deletion patches
 2021-04-18 12:57 UTC  (5+ messages)
` [PATCH 1/2] perf-tests: add test for removing files
` [PATCH 2/2] lib: directly traverse postlists in _n_message_delete

[PATCH] test: put shim at end of LD_PRELOAD path
 2021-04-16 12:12 UTC  (2+ messages)

Deletion speed improvements for notmuch-new
 2021-04-15  7:36 UTC  (4+ messages)
` [PATCH 1/2] WIP: add performance test for removing files
` [PATCH 2/2] WIP: replace use of queries in n_m_delete with postlist access

Query emails sent to undisclosed-recipients
 2021-04-15  2:46 UTC  (7+ messages)
      ` [PATCH] test: add known broken test for indexing RFC822 group names

v2 convert remaining CLI to new configuration
 2021-04-10 12:12 UTC  (30+ messages)
` [PATCH 01/28] lib/open: fix leaks calling _trial_open
` [PATCH 02/28] lib: add missing status strings
` [PATCH 03/28] test: convert random-corpus to use n_d_open_with_config
` [PATCH 04/28] lib/open: pull _load_key_file out of _choose_database_path
` [PATCH 05/28] lib: provide notmuch_database_load_config
` [PATCH 06/28] lib/config: add notmuch_config_get_values_string
` [PATCH 07/28] lib/config: add config_pairs iterators
` [PATCH 08/28] lib/config: set defaults for user full name
` [PATCH 09/28] lib/config: set default for primary user email
` [PATCH 10/28] lib/open: canonicalize relative path read from config file
` [PATCH 11/28] CLI: load merged config at top level
` [PATCH 12/28] CLI/config: use merged config for "config get"
` [PATCH 13/28] test/setup: check file output instead of notmuch config list
` [PATCH 14/28] CLI/setup: switch to new configuration framework
` [PATCH 15/28] CLI/config: switch "notmuch config list" to merged config
` [PATCH 16/28] CLI/config: migrate notmuch_config_open to new config
` [PATCH 17/28] CLI/config: use notmuch_database_reopen
` [PATCH 18/28] CLI/notmuch: switch notmuch_command to notmuch_config_get
` [PATCH 19/28] CLI/config: drop obsolete notmuch_config_get_*
` [PATCH 20/28] CLI/config: drop cached data from notmuch_config_t
` [PATCH 21/28] CLI/config: default to storing all config in external files
` [PATCH 22/28] lib: add NOTMUCH_STATUS_NO_DATABASE
` [PATCH 23/28] CLI+lib: detect missing database in split configurations
` [PATCH 24/28] lib: provide notmuch_config_path
` [PATCH 25/28] CLI/config: support set/get with split configuration
` [PATCH 26/28] CLI/config: remove calls to notmuch_config_open from top level
` [PATCH 27/28] CLI: drop notmuch_config_t from subcommand interface
` [PATCH 28/28] CLI: rename notmuch_config_t to notmuch_conffile_t

[PATCH] lib/open: fix leaks calling _trial_open
 2021-03-27 12:20 UTC 

Notmuch emacs string-trim
 2021-03-27  0:31 UTC  (2+ messages)

backing up tags
 2021-03-26 14:35 UTC  (3+ messages)

v4 flexible path location
 2021-03-24 11:08 UTC  (26+ messages)
` [PATCH 01/22] test/setup: add check for config exists, but no database
` [PATCH 02/22] lib: publish API for notmuch_database_reopen
` [PATCH 03/22] lib: save path of xapian database in notmuch struct
` [PATCH 04/22] lib: support reopening databases for write access
` [PATCH 05/22] CLI/show: complete conversion to new configuration framework
` [PATCH 06/22] lib/open: support NOTMUCH_DATABASE environment variable
` [PATCH 07/22] lib/open: allocate notmuch_t struct early
` [PATCH 08/22] lib: remove "path" from notmuch struct
` [PATCH 09/22] lib/open: factor out library initialization
` [PATCH 10/22] lib/open: reuse directory checks from n_d_c_with_config
` [PATCH 11/22] lib/open: factor out the second half of n_d_open_with_config
` [PATCH 12/22] lib/open: use _finish_open in n_d_create_with_config
` [PATCH 13/22] lib/open: Use check for existing database by trial opening
` [PATCH 14/22] lib: support splitting mail from database location
` [PATCH 15/22] lib/open: check for split configuration when creating database
` [PATCH 16/22] CLI/new: support split database and mail location
` [PATCH 17/22] lib/open: support XDG_DATA_HOME as a fallback database location
` [PATCH 18/22] CLI/insert: support split database and mail root
` [PATCH 19/22] lib/compact: enable split config
` [PATCH 20/22] lib/open: fix hook directory calculation in split configuration
` [PATCH 21/22] lib/config: add configuration variable for backup directory
` [PATCH 22/22] CLI/new: use "

Database locked when running hooks
 2021-03-24 11:03 UTC  (5+ messages)
` [PATCH 1/2] test: Add tests for write access to database from hooks
  ` [PATCH 2/2] CLI/new: drop the write lock to run the pre-new hook

Clean up glib / GKeyFile memory use
 2021-03-14 12:53 UTC  (2+ messages)

uncrustify all the things
 2021-03-13 16:06 UTC  (6+ messages)
` [PATCH 1/4] lib: run uncrustify
` [PATCH 2/4] util: "
` [PATCH 3/4] test: "
` [PATCH 4/4] cli: "

[PATCH] test: clean up some extra whitespace
 2021-03-12 11:27 UTC  (2+ messages)

[PATCH] test: T020-compact.sh: fix work directory location
 2021-03-12 11:27 UTC  (2+ messages)

[PATCH] devel/uncrustify: add line length limits
 2021-03-12 11:26 UTC  (3+ messages)

v2 flexible database location
 2021-03-07 17:51 UTC  (3+ messages)
` Notmuch and backups

v3 support flexible database location
 2021-03-07 17:27 UTC  (18+ messages)
` [PATCH 01/22] test/setup: add check for config exists, but no database
` [PATCH 02/22] lib: publish API for notmuch_database_reopen
` [PATCH 03/22] lib: save path of xapian database in notmuch struct
` [PATCH 04/22] lib: support reopening databases for write access
` [PATCH 06/22] lib/open: support NOTMUCH_DATABASE environment variable
` [PATCH 07/22] lib/open: allocate notmuch_t struct early
` [PATCH 08/22] lib: remove "path" from notmuch struct
` [PATCH 09/22] lib/open: factor out library initialization
` [PATCH 11/22] lib/open: factor out the second half of n_d_open_with_config
` [PATCH 12/22] lib/open: use _finish_open in n_d_create_with_config
` [PATCH 14/22] support splitting mail from database location
` [PATCH 15/22] lib/open: check for split configuration when creating database
` [PATCH 16/22] CLI/new: support split database and mail location
` [PATCH 17/22] lib/open: support XDG_DATA_HOME as a fallback database location
` [PATCH 18/22] CLI/insert: support split database and mail root
` [PATCH 19/22] lib/compact: enable split config
` [PATCH 20/22] lib/open: fix hook directory calculation in split configuration


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