unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2021-08-04 01:47:13 to 2021-08-30 01:13:42 UTC [more...]

[PATCH] lib: consider all instances of Delivered-To header
 2021-08-30  1:13 UTC  (3+ messages)
` [PATCH v2 1/2] reply: add test for multiple Delivered-To headers

[Joerg Jaspert] Bug#922536: notmuch-emacs: notmuch breaks on directory removal
 2021-08-29 19:23 UTC  (11+ messages)
` Wrap process creating primitives with safe CWD
  ` [PATCH 1/9] test/emacs: provide macro test-log-error
  ` [PATCH 2/9] test/emacs: run notmuch-hello with a nonexisting default dir
  ` [PATCH 3/9] emacs: wrap process-lines
  ` [PATCH 4/9] emacs: wrap call-process-region
  ` [PATCH 5/9] test/emacs: test for notmuch-search with nonexistent CWD
  ` [PATCH 6/9] emacs: wrap make-process
  ` [PATCH 7/9] test/emacs: test for notmuch-show with nonexistent CWD
  ` [PATCH 8/9] emacs: wrap call-process
  ` [PATCH 9/9] test/emacs: tests for notmuch-{tree,unthreaded} with bad CWD

configurable summary line for notmuch search
 2021-08-29 14:53 UTC  (4+ messages)

Problem. Not much does not work after install.bat and restart opera / Os
 2021-08-29 14:50 UTC  (2+ messages)

Test failures with notmuch 0.32 and 0.32.1 on openSUSE
 2021-08-28 15:20 UTC  (10+ messages)

setting NOTMUCH_CONFIG in hooks
 2021-08-28 14:49 UTC  (4+ messages)

Error in the Notmuch emacs interface
 2021-08-28  0:34 UTC  (2+ messages)

notmuch 0.33 release process
 2021-08-26 18:00 UTC  (2+ messages)

notmuch CLI version mismatch
 2021-08-26 15:12 UTC  (3+ messages)

Subscription woes
 2021-08-26  0:26 UTC  (2+ messages)

v5 sexp query parser
 2021-08-24 15:17 UTC  (37+ messages)
` [PATCH 01/36] CLI: make variable n_requested_db_uuid file scope
` [PATCH 02/36] configure: optional library sfsexp
` [PATCH 03/36] lib: split notmuch_query_create
` [PATCH 04/36] lib: define notmuch_query_create_with_syntax
` [PATCH 05/36] CLI/search+address: support sexpr queries
` [PATCH 06/36] lib: add new status code for query syntax errors
` [PATCH 07/36] lib/parse-sexp: parse single terms and the empty list
` [PATCH 08/36] lib: leave stemmer object accessible
` [PATCH 09/36] lib/parse-sexp: stem unquoted atoms
` [PATCH 10/36] lib/parse-sexp: support and, not, and or
` [PATCH 11/36] lib/parse-sexp: support subject field
` [PATCH 12/36] util/unicode: allow calling from C++
` [PATCH 13/36] lib/parse-sexp: support phrase queries
` [PATCH 14/36] lib/parse-sexp: add term prefix backed fields
` [PATCH 15/36] lib/parse-sexp: 'starts-with' wildcard searches
` [PATCH 16/36] lib/parse-sexp: add '*' as syntactic sugar for '(starts-with "")'
` [PATCH 17/36] lib/parse-sexp: handle unprefixed terms
` [PATCH 18/36] lib/query: generalize exclude handling to s-expression queries
` [PATCH 19/36] lib: factor out query construction from regexp
` [PATCH 20/36] lib/parse-sexp: support regular expressions
` [PATCH 21/36] lib: generate actual Xapian query for "*" and ""
` [PATCH 22/36] lib/query: factor out _notmuch_query_string_to_xapian_query
` [PATCH 23/36] lib/thread-fp: factor out query expansion, rewrite in Xapian
` [PATCH 24/36] lib/parse-sexp: expand queries
` [PATCH 25/36] lib/parse-sexp: support infix subqueries
` [PATCH 26/36] lib/parse-sexp: parse user headers
` [PATCH 27/36] lib: factor out expansion of saved queries
` [PATCH 28/36] lib/parse-sexp: handle "
` [PATCH 29/36] CLI/config support saving s-expression queries
` [PATCH 30/36] lib/parse-sexp: support saved "
` [PATCH 31/36] lib/parse-sexp: thread environment argument through parser
` [PATCH 32/36] lib/parse-sexp: apply macros
` [PATCH 33/36] CLI: move query syntax to shared option
` [PATCH 34/36] CLI/{count, dump, reindex, reply, show}: enable sexp queries
` [PATCH 35/36] CLI/tag: "
` [PATCH 36/36] doc/sexp-queries: update synopsis and description

[PATCH] emacs: notmuch-tree: customizable strings for drawing trees
 2021-08-23  0:06 UTC  (2+ messages)

[PATCH] CLI: make variable n_requested_db_uuid file scope
 2021-08-23  0:03 UTC 

[PATCH 1/3] emacs/rstdoc: escape '*'
 2021-08-22 14:29 UTC  (5+ messages)
` [PATCH 2/3] doc: read notmuch-tree.rsti for rst_epilog
` [PATCH 3/3] doc/emacs: use :code: for some missing references

BUG: Backward compatibility breakage by --sort argument
 2021-08-22 14:28 UTC  (9+ messages)
  ` [PATCH] CLI: define and use format version 5

[PATCH v4 1/2] emacs: new command notmuch-tree-filter
 2021-08-22  3:23 UTC  (3+ messages)
` [PATCH v4 2/2] emacs: new command notmuch-tree-filter-by-tag

v2 look in MAILDIR for database
 2021-08-22  2:44 UTC  (11+ messages)
` [PATCH 1/7] test/expect_equal_file: whitespace cleanup
` [PATCH 2/7] test: factor out test_diff_file_
` [PATCH 3/7] test: add test_expect_equal_file_nonempty
` [PATCH 4/7] test/path-config: use test_expect_equal_file_nonempty
` [PATCH 5/7] test: add known broken tests for finding database via MAILDIR
` [PATCH 6/7] lib/open: look in MAILDIR for database, as documented
` [PATCH 7/7] doc: document database search algorithm

emacs frontend and quote highlight
 2021-08-21 15:22 UTC  (4+ messages)

[EMACS] New commands notmuch-tree-filter{,-by-tag}
 2021-08-21 14:35 UTC  (5+ messages)
` [PATCH v3 1/2] emacs: new command notmuch-tree-filter
` [PATCH v3 2/2] emacs: new command notmuch-tree-filter-by-tag

[PATCH v2 0/3] ruby: add latest config API
 2021-08-21 14:20 UTC  (3+ messages)
` [PATCH v2 1/3] ruby: add new Database.open_with_config

performance in emacs displaying a huge thread
 2021-08-21 13:45 UTC  (8+ messages)

emacs: notmuch-tree: customizable strings for drawing (fixes)
 2021-08-21  2:20 UTC  (2+ messages)
` [PATCH v2] emacs: notmuch-tree: customizable strings for drawing trees

[PATCH] emacs: notmuch-tree: customizable strings for drawing trees
 2021-08-21  1:55 UTC 

[EMACS] feature proposal (with code): notmuch-rainbow-tags.el
 2021-08-20  9:32 UTC  (6+ messages)

[PATCH] emacs: honour notmuch-show-text/html-blocked-images in w3m messages
 2021-08-19 10:16 UTC  (7+ messages)

notmuch release 0.32.3 now available
 2021-08-18  0:47 UTC 

dealing with a lot of emails in single dir
 2021-08-17 23:25 UTC  (3+ messages)

[RFC WIP PATCH] test: use GNU make instead of parallel(1) to run tests in parallel
 2021-08-17  9:12 UTC 

notmuch-tag failing on trailing space
 2021-08-17  5:52 UTC  (6+ messages)

Noob question about config
 2021-08-16 21:31 UTC  (2+ messages)

Multiple header sources for an index.header query prefix?
 2021-08-16 15:20 UTC  (5+ messages)

[PATCH] lib: load user config. in notmuch_database_open_verbose()
 2021-08-14 22:40 UTC  (5+ messages)

[PATCH v2] lib: correct deprecated db open functions' docs
 2021-08-14 22:39 UTC 

[PATCH] lib: bump libnotmuch minor version
 2021-08-13 16:50 UTC 

Feature request: Search header Reply-to when using search prefix from
 2021-08-12 17:34 UTC  (4+ messages)

v4 sexp query parser
 2021-08-12 17:07 UTC  (32+ messages)
` [PATCH 01/31] configure: optional library sfsexp
` [PATCH 02/31] lib: split notmuch_query_create
` [PATCH 03/31] lib: define notmuch_query_create_with_syntax
` [PATCH 04/31] CLI/search+address: support sexpr queries
` [PATCH 05/31] lib: add new status code for query syntax errors
` [PATCH 06/31] lib/parse-sexp: parse single terms and the empty list
` [PATCH 07/31] lib: leave stemmer object accessible
` [PATCH 08/31] lib/parse-sexp: stem unquoted atoms
` [PATCH 09/31] lib/parse-sexp: support and, not, and or
` [PATCH 10/31] lib/parse-sexp: support subject field
` [PATCH 11/31] util/unicode: allow calling from C++
` [PATCH 12/31] lib/parse-sexp: support phrase queries
` [PATCH 13/31] lib/parse-sexp: add term prefix backed fields
` [PATCH 14/31] lib/parse-sexp: 'starts-with' wildcard searches
` [PATCH 15/31] lib/parse-sexp: add '*' as syntactic sugar for '(starts-with "")'
` [PATCH 16/31] lib/parse-sexp: handle unprefixed terms
` [PATCH 17/31] lib/query: generalize exclude handling to s-expression queries
` [PATCH 18/31] lib: factor out query construction from regexp
` [PATCH 19/31] lib/parse-sexp: support regular expressions
` [PATCH 20/31] lib: generate actual Xapian query for "*" and ""
` [PATCH 21/31] lib/query: factor out _notmuch_query_string_to_xapian_query
` [PATCH 22/31] lib/thread-fp: factor out query expansion, rewrite in Xapian
` [PATCH 23/31] lib/parse-sexp: expand queries
` [PATCH 24/31] lib/parse-sexp: support infix subqueries
` [PATCH 25/31] lib/parse-sexp: parse user headers
` [PATCH 26/31] lib: factor out expansion of saved queries
` [PATCH 27/31] lib/parse-sexp: handle "
` [PATCH 28/31] CLI/config support saving s-expression queries
` [PATCH 29/31] lib/parse-sexp: support saved "
` [PATCH 30/31] lib/parse-sexp: thread environment argument through parser
` [PATCH 31/31] lib/parse-sexp: apply macros

[RFC PATCH] python-cffi out-of-tree build
 2021-08-10 20:39 UTC  (2+ messages)
  ` [Tomi Ollila] "

should notmuch handle or generate message responses (RFC 9078) (or, "why can't i 👍 an e-mail message?")
 2021-08-10 16:59 UTC  (6+ messages)

notmuch-emacs tree view: Unrecognized option --sort=newest-first
 2021-08-10  5:48 UTC  (3+ messages)

Why some characters are not displayed correctly when setting mm-text-html-renderer to links
 2021-08-09 20:13 UTC  (3+ messages)

[PATCH] perf-test: fix for verbose
 2021-08-09 20:03 UTC  (3+ messages)

[PATCH] emacs: Refine scope of notmuch-jump-key face
 2021-08-09 20:02 UTC  (3+ messages)

Bug: Unrecognized option: --sort=newest-first
 2021-08-06 12:06 UTC  (5+ messages)

emacs: Use of seq-some breaks 'nil' values in notmuch-fcc-dirs
 2021-08-02 22:10 UTC  (2+ messages)
` [PATCH] emacs: notmuch-fcc-header-setup: fix regression

[PATCH] Fix author-scan.sh on BSD systems
 2021-08-04  1:47 UTC  (2+ messages)

[mail@beyermatthias.de: notmuch INSTALL file outdated?]
 2021-08-04  1:47 UTC  (3+ messages)
` [PATCH] doc: drop note about early versions of Xapian

Don't use GNU Parallel --version, use --minversion instead
 2021-08-04  1:47 UTC  (3+ messages)
` [PATCH] test: use --minversion to detect GNU Parallel


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