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

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

[PATCH 0/2] ruby: sync database close/destroy
 2021-08-04  1:46 UTC  (4+ messages)
  ` [PATCH v2] ruby: cleanup object_destroy()

[PATCH] test: aggregate-results updates
 2021-08-04  1:46 UTC  (4+ messages)

[EMACS] New commands notmuch-tree-filter{,-by-tag}
 2021-08-04  0:23 UTC  (3+ messages)
` [PATCH v3 1/2] emacs: new command notmuch-tree-filter
` [PATCH v3 2/2] emacs: new command notmuch-tree-filter-by-tag

emacs: honoring notmuch-show-insert-part-text/html for 'w3m renderer
 2021-08-04  0:03 UTC  (4+ messages)

[PATCH] emacs: honour notmuch-show-text/html-blocked-images in w3m messages
 2021-08-04  0:02 UTC 

[PATCH] Fix author-scan.sh on BSD systems
 2021-08-03 20:35 UTC  (2+ messages)

[kisara.moe] notmuch doesn't respect MAILDIR env for database path
 2021-08-03 20:26 UTC  (11+ messages)
` look in MAILDIR for database
  ` [PATCH 1/8] test/path-config: define config_subtest
  ` [PATCH 2/8] test/expect_equal_file: whitespace cleanup
  ` [PATCH 3/8] test: factor out test_diff_file_
  ` [PATCH 4/8] test: add test_expect_equal_file_nonempty
  ` [PATCH 5/8] test/path-config: use test_expect_equal_file_nonempty
  ` [PATCH 6/8] test: add known broken tests for finding database via MAILDIR
  ` [PATCH 7/8] lib/open: look in MAILDIR for database, as documented
  ` [PATCH 8/8] doc: document database search algorithm

emacs: Use of seq-some breaks 'nil' values in notmuch-fcc-dirs
 2021-08-02 10:42 UTC  (2+ messages)

testing moderation #2
 2021-08-03 12:00 UTC  (2+ messages)

Feature request: Search header Reply-to when using search prefix from
 2021-08-02 18:56 UTC  (3+ messages)

Mark test "error message from query_search_messages" (T060-count.sh) to require GDB
 2021-08-02 19:18 UTC  (3+ messages)
` [PATCH 1/2] test/count: mark subtests needing gdb
  ` [PATCH 2/2] test/atomicity: use ${TEST_GDB} in prereq test

Mark Emacs as prerequisite for tests which require it
 2021-08-02 18:02 UTC  (2+ messages)

(setq notmuch-search-oldest-first nil) doesn't behave as expected
 2021-08-02 16:05 UTC  (3+ messages)

[PATCH v3 3/3] emacs: Allow functions in notmuch-{tree,unthreaded}-result-format
 2021-08-02 15:39 UTC  (3+ messages)

[EMACS] feature proposal (with code): notmuch-rainbow-tags.el
 2021-08-02 13:58 UTC  (2+ messages)

notmuch can't find my database after upgrade to 0.32
 2021-08-02 11:32 UTC  (2+ messages)

database.path vs. database.mail_root: regression when relative
 2021-08-02 11:31 UTC  (2+ messages)

[mail@beyermatthias.de: notmuch INSTALL file outdated?]
 2021-08-02 10:14 UTC  (2+ messages)
` [PATCH] doc: drop note about early versions of Xapian

notmuch-mode snippet: auto-select "inbox" widget when launching
 2021-08-02 10:08 UTC  (2+ messages)

question re: https://notmuchmail.org/pipermail/notmuch/2015/021373.html
 2021-08-02  5:12 UTC  (3+ messages)

performance in emacs displaying a huge thread
 2021-08-02  2:11 UTC  (4+ messages)

emacs frontend and quote highlight
 2021-08-02  2:03 UTC  (2+ messages)

bug report
 2021-08-02  1:45 UTC  (2+ messages)

Compacting the database: xapian-compact vs notmuch-compact
 2021-08-02  1:39 UTC  (2+ messages)

Testing mail moderation
 2021-08-02  0:11 UTC 

emacs: new command notmuch-tree-filter (alternative)
 2021-08-01  2:14 UTC  (2+ messages)
` [PATCH v2] emacs: new command notmuch-tree-filter

[PATCH] emacs: new command notmuch-tree-filter
 2021-07-31 22:28 UTC 

[PATCH 1/1] python/notmuch2: provide binding for Database.directory()
 2021-07-31 10:14 UTC  (2+ messages)

[PATCH 1/1] python/notmuch2: provide binding for database_get_directory()
 2021-07-31  9:20 UTC  (5+ messages)

[PATCH v2 0/2] scaffolding for autocrypt support
 2021-07-07 11:02 UTC  (2+ messages)

sorting in show tree
 2021-06-11  1:27 UTC 

[PATCH] doc: tweak hook configuration documentation
 2021-06-23  9:07 UTC  (2+ messages)

[PATCH] doc: fix variable name in documentation
 2021-05-19 10:38 UTC 

Emacs: repeat last tag change?
 2021-05-07 12:28 UTC 

macOS globals.py issue
 2021-04-19  1:05 UTC 

Notmuch emacs string-trim
 2021-03-23 14:40 UTC 

The Smartwatch that take calls, sleep monitoring, monitor oxygen levels, show incoming messages, etc
 2021-02-08  4:06 UTC 

T568-lib-thread is non-deterministic
 2021-07-30 13:17 UTC  (3+ messages)

Ambiguity in notmuch logo
 2021-07-30 13:12 UTC  (2+ messages)

[PATCH] cli: remove extraneous space in message
 2021-07-30 13:08 UTC  (2+ messages)

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

emacs-notmuch: notmuch-show-hook runs too early
 2020-12-29 15:03 UTC  (2+ messages)

emacs-notmuch: notmuch-show-hook runs too early
 2020-12-29 14:58 UTC 

Corrupted database (notmuch 0.31, Emacs 27.1.50, afew 3.0.1, OfflineIMAP, Python)
 2020-11-17 19:41 UTC  (2+ messages)
` Please disregard---Re: "

Corrupted database (notmuch 0.31, Emacs 27.1.50, afew 3.0.1, OfflineIMAP, Python)
 2020-11-17 19:19 UTC 

[Kevin McCarthy] Bug#966100: notmuch-mutt: symlinking now fails for indexed mailboxes with a space in the name
 2020-07-26 21:10 UTC  (5+ messages)

[Kevin McCarthy] Bug#966100: notmuch-mutt: symlinking now fails for indexed mailboxes with a space in the name
 2020-08-02 14:39 UTC  (2+ messages)

old held messages
 2021-07-30 11:27 UTC 

[PATCH] completion: remove "setup" from the list of possible completions
 2020-07-08 15:19 UTC  (2+ messages)

notmuchmail.org domain errors
 2020-07-08 11:19 UTC 

[ANN] notmuch-vim 0.7 released
 2021-07-09 17:50 UTC  (2+ messages)

Early preview of s-expression based query parser
 2021-07-18 19:43 UTC  (12+ messages)
` [PATCH 01/11] configure: optional library sfsexp
` [PATCH 03/11] lib: define notmuch_query_create_sexpr
` [PATCH 04/11] CLI/search+address: support sexpr queries
` [PATCH 05/11] lib/parse-sexp: parse 'and', 'not', 'or'
` [PATCH 06/11] lib/parse-sexp: parse 'subject'
` [PATCH 07/11] lib/parse-sexp: split terms in phrase mode
` [PATCH 08/11] lib/parse-sexp: handle most fields
` [PATCH 09/11] lib/parse-sexp: add error handling to internal API
` [PATCH 11/11] lib/parse-sexp: initial support for wildcard queries

How to disable html render at all?
 2021-07-16  8:59 UTC 

notmuch-tag failing on trailing space
 2021-07-27  9:37 UTC  (2+ messages)

[PATCH] emacs: notmuch-tree: mark the initial message at point as read
 2021-07-25 18:30 UTC  (9+ messages)

configure checks for python3-notmuch2 module
 2021-07-25 12:00 UTC  (4+ messages)

[announce] Bower 0.13
 2021-07-24  4:33 UTC 

[PATCH 0/5] Use closures and other emacs cleanup
 2021-07-23 20:18 UTC  (7+ messages)
` [PATCH 1/5] emacs: use closures instead of backquoted lambdas
` [PATCH 2/5] emacs: add some function declarations
` [PATCH 3/5] emacs: fix some option type declarations
` [PATCH 4/5] emacs: notmuch-show-pipe-message: cosmetics
` [PATCH 5/5] emacs: shorten lines in two doc-strings

[PATCH] devel: two scripts for checking proposed changes
 2021-07-23 20:13 UTC  (4+ messages)

[PATCH] emacs: remove useless lexically bound variable
 2021-07-19 11:36 UTC  (3+ messages)

[PATCH 0/2] ruby: enable garbage collection
 2021-07-18 22:58 UTC  (5+ messages)
` [PATCH 1/2] ruby: create an actual wrapper struct
` [PATCH] perf-test: add ruby test

[PATCH 1/2] test/config: add tests for built_with
 2021-07-18 17:58 UTC  (2+ messages)
` [PATCH 2/2] CLI/config: restore "notmuch config get built_with.*"

v2 sexpr parser
 2021-07-18  2:40 UTC  (26+ messages)
` [PATCH 01/25] configure: optional library sfsexp
` [PATCH 02/25] lib: split notmuch_query_create
` [PATCH 03/25] lib: define notmuch_query_create_sexpr
` [PATCH 04/25] CLI/search+address: support sexpr queries
` [PATCH 05/25] lib: add new status code for query syntax errors
` [PATCH 06/25] lib/parse-sexp: parse 'and', 'not', 'or'
` [PATCH 07/25] lib/parse-sexp: parse 'subject'
` [PATCH 08/25] lib/parse-sexp: split terms in phrase mode
` [PATCH 09/25] lib/parse-sexp: handle most fields
` [PATCH 10/25] lib/parse-sexp: handle unprefixed terms
` [PATCH 11/25] lib: factor out date to query conversion
` [PATCH 12/25] lib/parse-sexp: parse date fields
` [PATCH 13/25] lib: factor out expansion of saved queries
` [PATCH 14/25] lib/parse-sexp: handle "
` [PATCH 15/25] lib/parse-sexp: add keyword arguments for fields
` [PATCH 16/25] lib/parse-sexp: initial support for wildcard queries
` [PATCH 17/25] lib/query: generalize exclude handling to s-expression queries
` [PATCH 18/25] lib: factor out query construction from regexp
` [PATCH 19/25] lib/parse-sexp: add support for regexp fields
` [PATCH 20/25] lib/thread-fp: factor out query expansion
` [PATCH 21/25] lib: define _notmuch_query_from_sexp
` [PATCH 22/25] lib: generate actual Xapian query for "*" and ""
` [PATCH 23/25] lib/parse-sexp: support thread subqueries
` [PATCH 24/25] lib/parse-sexp: support infix subqueries
` [PATCH 25/25] lib/parse-sexp: parse user headers

[PATCH] emacs: Refine scope of notmuch-jump-key face
 2021-07-17  8:30 UTC 

Repeat last tagging
 2021-07-15  8:08 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).