unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-12-24 18:05:21 to 2021-01-15 17:07:37 UTC [more...]

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

[PATCH 0/4] emacs: avoid type errors due to nil as content-type
 2021-01-15 11:39 UTC  (11+ messages)
` [PATCH 1/4] emacs: notmuch-mua-add-more-hidden-headers: use local binding
` [PATCH 2/4] emacs: notmuch-show--register-cids: fix names of bindings
` [PATCH 3/4] emacs: notmuch-show--get-cid-content: cosmetics
` [PATCH 4/4] emacs: avoid type errors due to nil as content-type

[PATCH 00/32] [emacs] Add outline headings and switch to lexical scope
 2021-01-15 11:28 UTC  (47+ messages)
` [PATCH v2 00/36] "
  ` [PATCH v2 01/36] emacs: use setq instead of set
  ` [PATCH v2 02/36] emacs: sanitize dedicated widget action/notify functions
  ` [PATCH v2 03/36] emacs: define new notmuch-search-item widget type
  ` [PATCH v2 04/36] emacs: notmuch-start-notmuch: remove backward compatibility code
  ` [PATCH v2 05/36] emacs: notmuch-start-notmuch-error-sentinel: assert buffer is alive
  ` [PATCH v2 06/36] emacs: notmuch-start-notmuch-sentinel: "
  ` [PATCH v2 07/36] emacs: notmuch-start-notmuch: avoid storing process buffer twice
  ` [PATCH v2 08/36] emacs: avoid passing around some redundant information
  ` [PATCH v2 09/36] emacs: avoid killing process buffer when process is still alive
  ` [PATCH v2 10/36] emacs: make headings outline-minor-mode compatible
  ` [PATCH v2 11/36] emacs: use lexical-bindings in all libraries
  ` [PATCH v2 12/36] emacs: deal with unused lexical arguments and variables
  ` [PATCH v2 13/36] emacs: notmuch-tag--get-formats: silence byte-compiler
  ` [PATCH v2 14/36] emacs: inline notmuch-sexp-eof into only caller
  ` [PATCH v2 15/36] emacs: notmuch-wash-region-to-button: remove unused MSG argument
  ` [PATCH v2 16/36] emacs: silence compiler wrt notmuch-show-insert-part-text/plain
  ` [PATCH v2 17/36] emacs: define notmuch-message-queued-tag-changes as buffer-local
  ` [PATCH v2 18/36] emacs: notmuch-message-apply-queued-tag-changes: cosmetics
  ` [PATCH v2 19/36] emacs: notmuch-wash.el: require diff-mode at beginning of code
  ` [PATCH v2 20/36] emacs: notmuch-mua-prompt-for-sender: don't force Ido on users
  ` [PATCH v2 21/36] emacs: notmuch-mua.el: move all options into "Options" section
  ` [PATCH v2 22/36] emacs: notmuch-crypto-status-button-type: fix potential bug
  ` [PATCH v2 23/36] emacs: various cosmetic improvements
    ` [PATCH v3 "
  ` [PATCH v2 24/36] emacs: various comment improvements
  ` [PATCH v2 25/36] emacs: various doc-string improvements
  ` [PATCH v2 26/36] emacs: remove variable notmuch-search-disjunctive-regexp
  ` [PATCH v2 27/36] emacs: define a few variables as automatically buffer-local
  ` [PATCH v2 28/36] emacs: notmuch-search-stash-thread-id: use notmuch-search-query-string
  ` [PATCH v2 29/36] emacs: reorder notmuch.el a bit
  ` [PATCH v2 30/36] emacs: avoid unnecessary let-bindings
  ` [PATCH v2 31/36] emacs: improve how cl-lib and pcase are required
  ` [PATCH v2 32/36] emacs: make subr-x available in all libraries
  ` [PATCH v2 33/36] emacs: use string-empty-p
  ` [PATCH v2 34/36] emacs: notmuch-tree-get-match: No longer define as command
  ` [PATCH v2 35/36] emacs: allow opting out of notmuch's address completion
  ` [PATCH v2 36/36] emacs: notmuch-address-expand-name: use the actual initial-input

[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

How to control quoting of original message when replying?
 2021-01-12 16:57 UTC  (2+ messages)

[PATCH 0/3] python/notmuch2: a few docstrings and collect_tags()
 2021-01-12  9:13 UTC  (8+ messages)
` [PATCH 1/3] python/notmuch2: correct docstring for Database.count_messages()
` [PATCH 2/3] python/notmuch2: docstrings for Database.threads(), Database.count_threads()
` [PATCH 3/3] python/notmuch2: provide binding for collect_tags()

failure in emacs notmuch-show: notmuch-show--register-cids: Wrong type argument: char-or-string-p, nil
 2021-01-10 18:38 UTC  (8+ messages)
    ` [PATCH] emacs/notmuch-show: Work around errors where a part lacks a content-type

[autocrypt RFC PATCH] Add support for the notmuch mua
 2021-01-10 14:30 UTC 

[PATCH] nmbug: notmuch-report: set both background and foreground colors
 2021-01-09 15:37 UTC  (2+ messages)

[PATCH] docs: drop deprecated doxygen TCL_SUBST flag
 2021-01-09 15:28 UTC  (2+ messages)

emacs-notmuch: notmuch-show-hook runs too early
 2021-01-08 20:58 UTC  (5+ messages)

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

help with :search-type 'tree' in Emacs/notmuch config?
 2021-01-08 17:16 UTC  (8+ messages)

[PATCH 1/2] emacs: Use pcase in notmuch-search-insert-field
 2021-01-07 17:25 UTC  (2+ messages)
` [PATCH 2/2] emacs: Allow functions in notmuch-search-result-format

For some reason `index.header` feature doesn't quite work for anything except `List-Id`
 2021-01-07 14:07 UTC  (2+ messages)

v1 flexible database location
 2021-01-07 11:50 UTC  (7+ messages)
` [PATCH 1/5] lib/open: support NOTMUCH_DATABASE environment variable
` [PATCH 2/5] support splitting mail from database location
  ` [PATCH] fixup! "
` [PATCH 3/5] lib/open: move path calculations after notmuch object creation
` [PATCH 4/5] lib/open: open xapian database without .notmuch prefix
` [PATCH 5/5] lib/open: support XDG_DATA_HOME as a fallback database location

Folder+tags
 2021-01-03 20:01 UTC  (12+ messages)

filtering headers from forwarded messages
 2021-01-03 17:35 UTC  (9+ messages)

v2 Merged Config
 2020-12-26 13:13 UTC  (26+ messages)
` [PATCH 01/24] lib: add _notmuch_string_map_set
` [PATCH 02/24] lib: cache configuration information from database
` [PATCH 03/24] lib: add stub for notmuch_database_open_with_config
` [PATCH 04/24] lib/open: add support for config profiles and default locations
` [PATCH 05/24] CLI: generalize notmuch_config_mode_t
` [PATCH 06/24] lib/config: add notmuch_config_key_{get,set}
` [PATCH 07/24] lib/open: load default values for known configuration keys
` [PATCH 08/24] CLI: add (unused) database argument to subcommands
` [PATCH 09/24] util: add strsplit_len: simplified strtok with delimiter escaping
` [PATCH 10/24] lib/config: add config values iterator
` [PATCH 11/24] CLI/count: switch to new configuration framework
` [PATCH 12/24] cli/dump: convert to new config framework
` [PATCH 13/24] lib: add notmuch_config_get_bool
` [PATCH 14/24] CLI/restore: convert to new config framework
` [PATCH 15/24] CLI/insert: "
` [PATCH 16/24] cli/reindex: convert "
` [PATCH 17/24] CLI/reply: convert to "
` [PATCH 18/24] CLI/{search,address}: convert to new configuration framework
` [PATCH 19/24] cli/config: add accessor for config file name
` [PATCH 20/24] CLI/show: mostly switch show to new config framework
` [PATCH 21/24] cli/tag: convert "
` [PATCH 22/24] lib/config: add _notmuch_config_cache
` [PATCH 23/24] lib: split notmuch_database_compact
` [PATCH 24/24] cli/compact: convert to new configuration framework

[PATCH] test/T360-symbol-hiding.sh: trim extra output from readelf
 2020-12-25 18:37 UTC  (2+ messages)

python notmuch2 bindings exclude_tags not added correctly to query
 2020-12-25 18:36 UTC  (2+ messages)

[PATCH] Revert "emacs: notmuch-search: avoid wiping out buffer-local variables"
 2020-12-25 18:34 UTC  (2+ messages)

notmuch release 0.31.3 now available
 2020-12-25 16:55 UTC 


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