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

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

[PATCH 0/3] python/notmuch2: a few docstrings and collect_tags()
 2021-01-07 14:35 UTC  (5+ 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()

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

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

v3 merged config
 2021-01-06  2:48 UTC  (38+ 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

emacs-notmuch: notmuch-show-hook runs too early
 2021-01-05  8:45 UTC 

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

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

[PATCH] docs: drop deprecated doxygen TCL_SUBST flag
 2020-12-31 23:00 UTC 

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

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  (3+ 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 

Adding config cache to notmuch_database_t breaks python-cffi test
 2020-12-24 16:05 UTC  (5+ messages)
` [PATCH] lib: cache configuration information from database

v2 preliminaries for merged config
 2020-12-23 23:50 UTC  (10+ messages)
` [PATCH 1/6] test: use keys with group 'test' in T590-libconfig
` [PATCH 2/6] lib: factor out feature name related code
` [PATCH 3/6] lib: factor out prefix related code to its own file
` [PATCH 4/6] lib/config: delay setting talloc destructor
` [PATCH 5/6] test: add regression test for searching with alternate config
` [PATCH 6/6] lib: factor out notmuch_database_open* related code to own file

emacs: error decrypting s/mime
 2020-12-22 20:19 UTC  (7+ messages)

[PATCH] nmbug: notmuch-report: set both background and foreground colors
 2020-12-20 20:04 UTC 

consistent database corruption with notmuch new
 2020-12-14 19:22 UTC  (11+ messages)

[PATCH 00/27] Another set up Emacs cleanup
 2020-12-14 13:39 UTC  (6+ messages)
` [PATCH 00/23] "
  ` [PATCH v2 23/23] emacs: various cosmetic improvements

[PATCH] test/T360-symbol-hiding: use readelf in place of nm
 2020-12-13 12:58 UTC  (3+ messages)

Struggling to compile notmuch on Mac OS Big Sur /ARM - gmime library detection
 2020-12-13 12:52 UTC  (4+ messages)

[PATCH] build/docs: move docstring prereq to file targets
 2020-12-11 11:43 UTC  (4+ 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).