messages from 2021-06-26 18:02:30 to 2021-07-30 12:56:52 UTC [more...]
v3 sexpr query parser
2021-07-30 12:56 UTC (6+ messages)
` [PATCH 06/27] lib/parse-sexp: parse single terms and the empty list
` [PATCH 09/27] lib/parse-sexp: support and, not, and or
` [PATCH 11/27] util/unicode: allow calling from C++
` [PATCH 22/27] lib/thread-fp: factor out query expansion, rewrite in Xapian
` [PATCH 27/27] lib/parse-sexp: handle saved queries
T568-lib-thread is non-deterministic
2021-01-14 16:05 UTC (2+ messages)
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
[PATCH] cli: remove extraneous space in message
2020-11-29 22:35 UTC
Ambiguity in notmuch logo
2020-11-18 17:41 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
notmuch-mode snippet: auto-select "inbox" widget when launching
2020-11-08 9:14 UTC
emacs frontend and quote highlight
2020-11-07 13:05 UTC
question re: https://notmuchmail.org/pipermail/notmuch/2015/021373.html
2020-10-23 13:52 UTC
bug report
2020-09-25 12:54 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)
Compacting the database: xapian-compact vs notmuch-compact
2020-08-05 9:30 UTC
[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-10 0:32 UTC (5+ messages)
Early preview of s-expression based query parser
2021-07-18 19:43 UTC (14+ messages)
` [PATCH 01/11] configure: optional library sfsexp
` [PATCH 02/11] lib: split notmuch_query_create
` [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 10/11] lib/parse-sexp: add keyword arguments for fields
` [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 1/1] python/notmuch2: provide binding for Database.directory()
2021-07-26 14:20 UTC
[PATCH 1/1] python/notmuch2: provide binding for database_get_directory()
2021-07-26 7:55 UTC (4+ 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 (13+ messages)
` [PATCH 1/2] ruby: create an actual wrapper struct
` [PATCH 2/2] ruby: enable garbage collection using talloc
` [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)
[PATCH] emacs: update declaration of notmuch-tree
2021-07-13 13:03 UTC (2+ messages)
[PATCH] cli/show: add --format=pretty
2021-07-13 12:07 UTC (15+ messages)
` [PATCH v2] "
` [PATCH] cli/show: add --color/--no-color
` Yet another revision of --format=pretty
` [PATCH v3 1/2] cli/show: add --format=pretty
` [PATCH v3 2/2] cli/show: add color for --format=pretty
[PATCH 1/2] test/crypto: test message with rfc822 attachment
2021-07-09 23:36 UTC (12+ messages)
` [PATCH 2/2] test: known broken test for emacs display of message/rfc822 parts
` WIP fixes for rfc822/attachement display
` [PATCH 1/3] emacs: forcibly set notmuch-show-mode after delegating inlining
` [PATCH 2/3] emacs: don't inline message/rfc822 parts without content
` [PATCH 3/3] emacs: dynamically bind gnus-newsgroup-charset
[PATCH] replace references to freenode with references to libera
2021-07-08 1:36 UTC (3+ messages)
[PATCH] emacs: fix typo in variable name
2021-07-08 1:36 UTC (2+ messages)
[PATCH] emacs: use new face for notmuch-jump and related
2021-07-07 10:28 UTC (4+ messages)
[PATCH 0/2] ruby: sync database close/destroy
2021-07-07 3:45 UTC (3+ messages)
` [PATCH 1/2] ruby: split database close and destroy
` [PATCH 2/2] ruby: cleanup object_destroy()
bug#49380: 27.1; is mm-inline-message supported outside Gnus?
2021-07-06 14:34 UTC (5+ messages)
New --sort for notmuch show emacs notmuch-tree-mode (v3)
2021-07-03 23:52 UTC (8+ messages)
` [PATCH v3 1/5] CLI/show: accept --sort
` [PATCH v3 2/5] CLI/show: tests for the new --sort option
` [PATCH v3 3/5] emacs/hello: honouring :sort-order in threaded queries
` [PATCH v3 4/5] emacs/tree: command to toggle search sort order in tree mode
` [PATCH v3 5/5] doc: new notmuch show --sort and related emacs commands
[PATCH] lib: consider all instances of Delivered-To header
2021-07-02 9:13 UTC (5+ messages)
` [PATCH v2 1/2] reply: add test for multiple Delivered-To headers
` [PATCH v2 2/2] lib: consider all instances of Delivered-To header
[PATCH v2 0/3] ruby: add latest config API
2021-06-29 19:08 UTC (4+ messages)
` [PATCH v2 1/3] ruby: add new Database.open_with_config
` [PATCH v2 2/3] ruby: add db.config
` [PATCH v2 3/3] ruby: make db.config return an enumerator
[PATCH] test: deduplicate T590
2021-06-29 16:46 UTC (2+ messages)
[PATCH 0/3] ruby: add latest config API
2021-06-28 14:11 UTC (5+ messages)
` [PATCH 1/3] ruby: add new Database.open_with_config
[PATCH v2 0/2] ruby: improve db.query
2021-06-28 7:46 UTC (4+ messages)
` [PATCH v2 1/2] ruby: add keyword arguments to db.query
[PATCH 3/3] emacs/tree use notmuch-show-single-message
2021-06-27 17:48 UTC (2+ messages)
[PATCH] emacs: remap send-message and send-message-and-exit
2021-06-27 17:25 UTC (3+ messages)
` [PATCH v2] "
[PATCH 2/2] emacs: Prefer email address over User ID when showing valid signature
2021-06-27 17:21 UTC (4+ messages)
` [PATCH] "
difficulty in rendering S/MIME signature status from some certificates
2021-06-27 17:21 UTC (3+ messages)
` [PATCH 1/2] cli/show: produce "email" element in sigstatus
Commit after some number of transactions
2021-06-27 17:11 UTC (2+ messages)
notmuch release 0.32.2 now available
2021-06-27 12:17 UTC
[PATCH] perf-test: fix for verbose
2021-06-26 20:13 UTC
New --sort for notmuch show and using it in emacs notmuch-tree-mode
2021-06-26 18:08 UTC (15+ messages)
` [PATCH 7/7] emacs: fix notmuch-tree-toggle-order keybinding
` [PATCH 1/5] CLI/show: accept --sort
` Here's a re-roll, with review comments so far addressed
` [PATCH 2/5] CLI/show: tests for the new --sort option
` [PATCH 3/5] emacs/hello: honouring :sort-order in threaded queries
` [PATCH 4/5] emacs/tree: command to toggle search sort order in tree mode
` [PATCH 5/5] doc: new notmuch show --sort and related emacs commands
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).