unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2021-02-21 15:19:24 to 2021-04-10 12:13:01 UTC [more...]

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

Query emails sent to undisclosed-recipients
 2021-03-24  0:37 UTC  (6+ messages)
      ` [PATCH] test: add known broken test for indexing RFC822 group names

consistent database corruption with notmuch new
 2021-03-20 13:10 UTC  (16+ 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

Clean up glib / GKeyFile memory use
 2021-03-14 12:53 UTC  (6+ messages)
` [PATCH 1/4] lib/open: use local talloc context in n_d_create_with_config
` [PATCH 2/4] lib/open: free value from g_key_file_get_value
` [PATCH 3/4] lib/config: free memory from traversing GKeyFile
` [PATCH 4/4] lib/open: free GKeyFile

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: put shim at end of LD_PRELOAD path
 2021-03-13 12:43 UTC 

[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  (23+ 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] 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 "

[PATCH] run uncrustify
 2021-03-07 17:16 UTC  (2+ messages)

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

v2 support flexible database location
 2021-03-04 13:31 UTC  (23+ 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] 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 "

List archive
 2021-03-01 14:40 UTC  (2+ messages)

Notmuch email list subscription mechanism broken?
 2021-02-28  0:53 UTC  (3+ messages)

parallel test failures
 2021-02-27 11:41 UTC  (7+ messages)

[PATCH] emacs: notmuch-tree: mark the initial message at point as read
 2021-02-27  0:28 UTC  (4+ messages)

[PATCH v2 0/2] scaffolding for autocrypt support
 2021-02-23  2:02 UTC  (4+ messages)
` [PATCH v2 1/2] emacs: with-current-notmuch-show-message should return the result of body
` [PATCH v2 2/2] emacs: Add notmuch-show-insert-msg-hook

[PATCH v3 0/3] Allow functions in notmuch-*-result-format
 2021-02-22 11:21 UTC  (5+ messages)
` [PATCH v3 1/3] emacs: Use pcase in notmuch-search-insert-field
` [PATCH v3 2/3] emacs: Allow functions in notmuch-search-result-format
  ` [PATCH] test/emacs: test for "
` [PATCH v3 3/3] emacs: Allow functions in notmuch-{tree,unthreaded}-result-format


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