unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2021-02-12 15:02:08 to 2021-03-14 14:02:56 UTC [more...]

v4 flexible path location
 2021-03-14 14:02 UTC  (5+ messages)
` [PATCH 01/22] test/setup: add check for config exists, but no database
` [PATCH 08/22] lib: remove "path" from notmuch struct
` [PATCH 15/22] lib/open: check for split configuration when creating database
` [PATCH 19/22] lib/compact: enable split config

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

consistent database corruption with notmuch new
 2021-02-21  9:42 UTC  (15+ messages)
        ` out of memory on idle machine (was: Re: consistent database corruption with notmuch new)
            ` out of memory on idle machine

[PATCH] test/setup: add check for config exists, but no database
 2021-02-20 17:36 UTC 

RFC convert remaining CLI to new configuration
 2021-02-20 16:44 UTC  (19+ messages)
` [PATCH 01/18] lib: add missing status strings
` [PATCH 02/18] test: convert random-corpus to use n_d_open_with_config
` [PATCH 03/18] lib/open: pull _load_key_file out of _choose_database_path
` [PATCH 04/18] WIP: add notmuch_database_load_config
` [PATCH 05/18] WIP: add n_d_get_config_values
` [PATCH 06/18] lib/config: add config_pairs iterators
` [PATCH 07/18] lib/config: set defaults for user full name
` [PATCH 08/18] lib/config: set default for primary user email
` [PATCH 09/18] CLI/notmuch: replace use of notmuch_config_get_*
` [PATCH 10/18] CLI/config: WIP: load merged config
` [PATCH 11/18] WIP: CLI/config: use merged config for "config get"
` [PATCH 12/18] WIP: switch notmuch-setup to new configuration framework
` [PATCH 13/18] WIP: CLI/config: switch list to new config
` [PATCH 14/18] CLI/config: migrate notmuch_config_open "
` [PATCH 15/18] WIP: cli/config: convert to new config API
` [PATCH 16/18] cli/config: drop obsolete notmuch_config_get_*
` [PATCH 17/18] CLI/config: drop cached data from notmuch_config_t
` [PATCH 18/18] WIP: CLI/config: make storing configuration in database optional

[PATCH resend] contrib/go: update the go binding
 2021-02-19  0:05 UTC 

notmuch release 0.31.4 now available
 2021-02-18 12:10 UTC 

[RFC PATCH] python-cffi out-of-tree build
 2021-02-17 21:36 UTC 

[PATCH 1/2] Vim: Respect excluded tags when showing a thread
 2021-02-16 23:43 UTC  (2+ messages)
` [PATCH 2/2] Vim: Ensure that every queries respect excluded tags

[PATCH] Vim: Fix a deprecated call to the 'mail' gem
 2021-02-16 22:20 UTC 

[PATCH 1/2] emacs: Use pcase in notmuch-search-insert-field
 2021-02-16  0:24 UTC  (3+ messages)

[PATCH] configure: fix python-cffi out-of-tree build
 2021-02-15 21:54 UTC 

[PATCH] fix FTBFS with glib
 2021-02-15 21:29 UTC  (8+ messages)
` [PATCH] fix build failure with glib 2.67

[PATCH 0/2] scaffolding for autocrypt support
 2021-02-15 21:24 UTC  (3+ messages)
` [PATCH 2/2] emacs: Add notmuch-show-insert-msg-hook

[RFC PATCH] show: Add support for -format=raw -body=false
 2021-02-15 21:19 UTC  (8+ messages)

[PATCH 1/2] lib/open: remove incorrect unused attribute
 2021-02-15 20:42 UTC  (4+ messages)
` [PATCH 2/2] lib: use a stricter unused macro

[PATCH] python: convert shebangs to python3
 2021-02-15 20:40 UTC  (3+ messages)

[PATCH] test: Fix race condition in T568-lib-thread.sh
 2021-02-15 20:24 UTC  (2+ messages)

Emacs sending email via gmailieer
 2021-02-14 17:49 UTC  (3+ 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).