unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2021-01-12 13:38:11 to 2021-02-11 17:15:29 UTC [more...]

[PATCH 0/3] python/notmuch2: a few docstrings and collect_tags()
 2021-02-11 17:06 UTC  (4+ messages)
` [PATCH 3/3] python/notmuch2: provide binding for collect_tags()

[PATCH] fix FTBFS with glib
 2021-02-11 14:51 UTC 

consistent database corruption with notmuch new
 2021-02-11 11:32 UTC  (16+ messages)
          ` out of memory on idle machine (was: Re: consistent database corruption with notmuch new)
              ` out of memory on idle machine

notmuch over ssh
 2021-02-10 11:35 UTC  (3+ messages)

Tagging in tree mode
 2021-02-08 18:55 UTC  (3+ messages)

Please share recommendations of mail fetcher for notmuch on GNU
 2021-02-08  9:02 UTC  (13+ messages)

Support flexible database location
 2021-02-08  0:41 UTC  (24+ messages)
` [PATCH 01/23] lib: publish API for notmuch_database_reopen
` [PATCH 02/23] lib: save path of xapian database in notmuch struct
` [PATCH 03/23] lib: support reopening databases for write access
` [PATCH 04/23] CLI/show: complete conversion to new configuration framework
` [PATCH 05/23] lib/open: support NOTMUCH_DATABASE environment variable
` [PATCH 06/23] lib/open: allocate notmuch_t struct early
` [PATCH 07/23] support splitting mail from database location
` [PATCH 08/23] "
` [PATCH 09/23] lib/open: factor out library intialization
` [PATCH 10/23] lib/open: factor out the second half of n_d_open_with_config
` [PATCH 11/23] lib/open: use _finish_open in n_d_create_with_config
` [PATCH 12/23] lib/open: reuse directory checks from n_d_c_with_config
` [PATCH 13/23] lib/open: open existing databases without .notmuch in path
` [PATCH 14/23] lib/open: support XDG_DATA_HOME as a fallback database location
` [PATCH 15/23] CLI/new: support split database and mail location
` [PATCH 16/23] CLI/insert: support split database and mail root
` [PATCH 17/23] lib: remove "path" from notmuch struct
` [PATCH 18/23] CLI/show: add tests for raw output in split config
` [PATCH 19/23] lib/compact: enable "
` [PATCH 20/23] CLI/reply: tests for "
` [PATCH 21/23] CLI/address: "
` [PATCH 22/23] test: add tests for dump and restore in split configuration
` [PATCH 23/23] test: add test for reindex in split configurations

v5 merged config
 2021-02-07  1:02 UTC  (47+ messages)
` [PATCH 01/39] lib: add _notmuch_string_map_set
` [PATCH 02/39] lib: cache configuration information from database
` [PATCH 03/39] lib: add stub for notmuch_database_open_with_config
` [PATCH 04/39] lib/open: add support for config profiles and default locations
` [PATCH 05/39] CLI: generalize notmuch_config_mode_t
` [PATCH 06/39] lib/config: add notmuch_config_key_{get,set}
` [PATCH 07/39] lib/open: load default values for known configuration keys
` [PATCH 08/39] CLI: add (unused) database argument to subcommands
` [PATCH 09/39] util: add strsplit_len: simplified strtok with delimiter escaping
` [PATCH 10/39] lib/config: add config values iterator
` [PATCH 11/39] lib/config: make values iterators restartable
` [PATCH 12/39] CLI/count: switch to new configuration framework
` [PATCH 13/39] cli/dump: convert to new config framework
` [PATCH 14/39] lib: add notmuch_config_get_bool
` [PATCH 15/39] CLI/restore: convert to new config framework
` [PATCH 16/39] CLI/insert: "
` [PATCH 17/39] cli/reindex: convert "
` [PATCH 18/39] CLI/reply: convert to "
` [PATCH 19/39] CLI/{search,address}: convert to new configuration framework
` [PATCH 20/39] cli/config: add accessor for config file name
` [PATCH 21/39] CLI/show: mostly switch show to new config framework
  ` [PATCH] "
` [PATCH 22/39] cli/tag: convert "
` [PATCH 23/39] lib/config: add _notmuch_config_cache
` [PATCH 24/39] lib: split notmuch_database_compact
` [PATCH 25/39] cli/compact: convert to new configuration framework
` [PATCH 26/39] bindings/notmuch2: add missing crypto error status codes
` [PATCH 27/39] lib/config: add NOTMUCH_CONFIG_NEW_IGNORE
` [PATCH 28/39] lib/open: factor out choosing database path
` [PATCH 29/39] lib: add NOTMUCH_STATUS_NO_CONFIG
` [PATCH 30/39] lib/database: move n_d_create* to open.cc
` [PATCH 31/39] lib: add NOTMUCH_STATUS_DATABASE_EXISTS
` [PATCH 32/39] lib: introduce notmuch_database_create_with_config
` [PATCH 33/39] cli/new: refactor database upgrade code
` [PATCH 34/39] cli/new: convert to new config framework
` [PATCH 35/39] lib/config: add HOOK_DIR
` [PATCH 36/39] lib/open: set HOOK_DIR on open
` [PATCH 37/39] CLI: use configured hook directory
` [PATCH 38/39] doc: describe new config framework
` [PATCH 39/39] lib: add missing private status values
  ` Complete conversion of notmuch-show to new config framework
    ` [PATCH 1/4] lib: publish API for notmuch_database_reopen
    ` [PATCH 2/4] lib: save path of xapian database in notmuch struct
    ` [PATCH 3/4] lib: support reopening databases for write access
    ` [PATCH 4/4] CLI/show: complete conversion to new configuration framework

[PATCH] notmuch-show: use correct format specifier for ssize_t
 2021-02-05 15:20 UTC  (5+ messages)

[PATCH v2] emacs: When completing tags, offer each tag once
 2021-02-05 14:17 UTC  (2+ messages)

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

[PATCH] emacs: When completing tags, offer each tag once
 2021-02-02 19:53 UTC  (6+ messages)

[PATCH] contrib/go: update the go binding
 2021-01-28 22:00 UTC 

v4 merged config
 2021-01-24 12:59 UTC  (43+ messages)
` [PATCH 01/38] lib: add _notmuch_string_map_set
` [PATCH 02/38] lib: cache configuration information from database
` [PATCH 03/38] lib: add stub for notmuch_database_open_with_config
` [PATCH 04/38] lib/open: add support for config profiles and default locations
` [PATCH 05/38] CLI: generalize notmuch_config_mode_t
` [PATCH 06/38] lib/config: add notmuch_config_key_{get,set}
` [PATCH 07/38] lib/open: load default values for known configuration keys
` [PATCH 08/38] CLI: add (unused) database argument to subcommands
` [PATCH 09/38] util: add strsplit_len: simplified strtok with delimiter escaping
` [PATCH 10/38] lib/config: add config values iterator
` [PATCH 11/38] lib/config: make values iterators restartable
` [PATCH 12/38] CLI/count: switch to new configuration framework
` [PATCH 13/38] cli/dump: convert to new config framework
` [PATCH 14/38] lib: add notmuch_config_get_bool
` [PATCH 15/38] CLI/restore: convert to new config framework
` [PATCH 16/38] CLI/insert: "
` [PATCH 17/38] cli/reindex: convert "
` [PATCH 18/38] CLI/reply: convert to "
` [PATCH 19/38] CLI/{search,address}: convert to new configuration framework
` [PATCH 20/38] cli/config: add accessor for config file name
` [PATCH 21/38] CLI/show: mostly switch show to new config framework
` [PATCH 22/38] cli/tag: convert "
` [PATCH 23/38] lib/config: add _notmuch_config_cache
` [PATCH 24/38] lib: split notmuch_database_compact
` [PATCH 25/38] cli/compact: convert to new configuration framework
` [PATCH 26/38] bindings/notmuch2: add missing crypto error status codes
` [PATCH 27/38] lib/config: add NOTMUCH_CONFIG_NEW_IGNORE
` [PATCH 28/38] lib/open: factor out first part of open
` [PATCH 29/38] lib: add NOTMUCH_STATUS_NO_CONFIG
` [PATCH 30/38] lib/database: move n_d_create* to open.cc
` [PATCH 31/38] lib: add NOTMUCH_STATUS_DATABASE_EXISTS
` [PATCH 32/38] lib: introduce notmuch_database_create_with_config
` [PATCH 33/38] cli/new: refactor database upgrade code
` [PATCH 34/38] cli/new: convert to new config framework
` [PATCH 35/38] lib/config: add HOOK_DIR
` [PATCH 36/38] lib/open: set HOOK_DIR on open
` [PATCH 37/38] CLI: use configured hook directory
` [PATCH 38/38] doc: describe new config framework

What to people use for calendar invites?
 2021-01-22 18:02 UTC  (6+ messages)
` What do "

How to control quoting of original message when replying?
 2021-01-19  8:25 UTC  (3+ messages)

notmuch-hello-mode-map removed
 2021-01-17 21:06 UTC  (5+ messages)

[PATCH] test: add (back) upgrade tests
 2021-01-17 17:28 UTC  (3+ messages)

[PATCH 1/3] emacs: fix declare-function definitions with related line breaks
 2021-01-16 17:17 UTC 

[PATCH] test: clean up some extra whitespace
 2021-01-16  1:29 UTC 

v3 merged config
 2021-01-15 17:07 UTC  (5+ messages)
` [PATCH 02/36] test/T391-python-cffi

[PATCH 0/4] emacs: avoid type errors due to nil as content-type
 2021-01-15 11:39 UTC  (5+ messages)

[PATCH 00/32] [emacs] Add outline headings and switch to lexical scope
 2021-01-15 11:28 UTC  (8+ messages)
` [PATCH v2 00/36] "
  ` [PATCH v2 36/36] emacs: notmuch-address-expand-name: use the actual initial-input

[PATCH v2 23/36] emacs: various cosmetic improvements
 2021-01-13 17:37 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2 0/3] Allow functions in notmuch-*-result-format
 2021-01-12 17:45 UTC  (4+ messages)
` [PATCH v2 1/3] emacs: Use pcase in notmuch-search-insert-field
` [PATCH v2 2/3] emacs: Allow functions in notmuch-search-result-format
` [PATCH v2 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).