unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2021-06-22 23:13:24 to 2021-07-25 12:00:41 UTC [more...]

sorting in show tree
 2021-06-25 16:22 UTC  (4+ messages)

[PATCH] doc: tweak hook configuration documentation
 2021-06-25 12:44 UTC  (3+ messages)

[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

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

[PATCH 1/1] python/notmuch2: provide binding for database_get_directory()
 2021-07-25  8:16 UTC 

[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: notmuch-tree: mark the initial message at point as read
 2021-07-23 14:01 UTC  (8+ 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  (7+ 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 1/3] test: start test file for emacs unthreaded view
 2021-06-27 17:48 UTC  (4+ messages)
` [PATCH 2/3] emacs/show: add parameter notmuch-show-single-message
` [PATCH 3/3] emacs/tree use notmuch-show-single-message

[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  (24+ messages)
` [PATCH 1/7] CLI/show: accept --sort
` [PATCH 2/7] emacs/hello: honouring :sort-order in threaded queries
` [PATCH 3/7] emacs/tree: command to toggle search sort order in tree mode
` [PATCH 4/7] doc: updates for new --sort and related emacs commands
` [PATCH 5/7] CLI/show: tests for the new --sort option
` [PATCH 6/7] doc: clarifications for the new --sort flag and emacs command
` [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

[PATCH 1/2] test-lib-emacs: re-define test_emacs() after initialization
 2021-06-26 14:10 UTC  (3+ messages)

[PATCH 1/2] lib: write talloc report in notmuch_database_destroy
 2021-06-25 12:46 UTC  (4+ messages)
` [PATCH 2/2] lib/config: fix memory leak

[PATCH] emacs: Add compatibility for org-msg.el
 2021-06-24 20:29 UTC  (2+ messages)

[PATCH] emacs: Add compatibility for org-msg.el
 2021-06-24 19:33 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).