messages from 2022-05-26 17:00:54 to 2022-07-07 14:52:06 UTC [more...]
performance improvements for notmuch git checkout
2022-07-07 14:51 UTC (9+ messages)
` [PATCH 1/4] debian: add git as a build-dependency, for the test suite
` [PATCH 2/4] perf-test: add tests for notmuch-git
` [PATCH 3/4] CLI/git: current cache contents (file list) of index
` [PATCH 4/4] CLI/git: replace calls to notmuch-search with database access
Add hashed directory structure to notmuch git
2022-07-07 10:14 UTC (4+ messages)
` [PATCH 1/2] CL/git: add format version 1
` [PATCH 2/2] CLI/git: add --format-version argument to init subcommand
[PATCH] CLI/git: replace most mentions of nmbug
2022-07-07 9:36 UTC (3+ messages)
[PATCH] doc/emacs: add notmuch-show-empty-saved-searches to manual
2022-07-05 16:39 UTC (2+ messages)
[PATCH] test: known broken test for top level .notmuch in split configs
2022-07-05 11:11 UTC (2+ messages)
[PATCH] bindings/python-cffi: fix docstring
2022-07-05 10:37 UTC (2+ messages)
Display duplicate messages in emacs front-end
2022-07-05 10:07 UTC (12+ messages)
` [PATCH 1/9] test: use notmuch_json_show_sanitize more places
` [PATCH 2/9] test: define and use notmuch_sexp_*_sanitize functions
` [PATCH 3/9] test: add new corpus of duplicate messages
` [PATCH 4/9] CLI/show: initial support for --duplicate for (raw output only)
` [PATCH 5/9] CLI/show: support --duplicate for structured output
` [PATCH 6/9] emacs/show: provide notmuch-show-choose-duplicate
` [PATCH 7/9] emacs/show: display count of duplicates in headerline
` [PATCH 8/9] CLI/reply: support --duplicate argument
` [PATCH 9/9] emacs/reply: reply to correct duplicate
[PATCH] doc: provide nmbug link for notmuch-git info page
2022-07-03 21:07 UTC (5+ messages)
` [PATCH] doc: replace symlink with duplicate page for nmbug
` [PATCH v2] doc: replace symlink with copies for nmbug, notmuch-setup
[PATCH] emacs: mark notmuch-query.el as obsolete
2022-07-03 20:14 UTC (3+ messages)
[PATCH] doc/emacs: define and use emacsvar and emacscmd markup
2022-07-01 12:03 UTC
[PATCH] doc: improve config item labels in info output
2022-07-01 12:00 UTC (2+ messages)
sexp and strings
2022-07-01 11:41 UTC (9+ messages)
` [PATCH 1/2] test/sexp: add known broken tests for macro param inside rx/wildcard
` [PATCH 2/2] lib/sexp: add parameter expansion for regex and wildcard
v2 parameter expansion for regex and wildcard sexp queries
2022-07-01 11:39 UTC (4+ messages)
` [PATCH v2 1/2] test/sexp: add known broken tests for macro param inside rx/wildcard
` [PATCH v2 2/2] lib/sexp: add parameter expansion for regex and wildcard
[PATCH] make git ignore new build products
2022-07-01 11:31 UTC (2+ messages)
improve html docs
2022-07-01 10:58 UTC (5+ messages)
` [PATCH 1/3] doc: reorganize sphinx toctree
` [PATCH 2/3] doc: retitle notmuch-emacs manual
` [PATCH 3/3] doc: drop module index from ToC
` [PATCH 4/4] doc: do not generate python module index
blacklisting a contact
2022-07-01 8:31 UTC (2+ messages)
v2 WIP commands to choose duplicates in emacs interface
2022-06-29 12:15 UTC (9+ messages)
` [RFC PATCH v2 1/7] test: use notmuch_json_show_sanitize more places
` [RFC PATCH v2 2/7] test: define and use notmuch_sexp_*_sanitize functions
` [RFC PATCH v2 3/7] test: add new corpus of duplicate messages
` [RFC PATCH v2 4/7] CLI/show: WIP support --duplicate for raw output
` [RFC PATCH v2 5/7] WIP: support show --duplicate for structured output
` [RFC PATCH v2 6/7] WIP/emacs: replace message with different duplicate
` [RFC PATCH v2 7/7] WIP/emacs: display count of duplicates in headerline
provide various lazy-show options
2022-06-28 1:02 UTC (6+ messages)
` [PATCH 1/5] perf-test/emacs: test showing longish threads
` [PATCH 2/5] emacs/show: optionally insert bodies of "deep messages" lazily
` [PATCH 3/5] emacs/show: obey notmuch-show-max-text-part-size for part 0
` [PATCH 4/5] emacs/show: introduce notmuch-show-height-limit
` [PATCH 5/5] doc/emacs: add discussion about notmuch-show-perfomance
[Wishlist] Add equivalent of lastmod:nnn.. to sexp query parser
2022-06-25 23:00 UTC (6+ messages)
` [PATCH 1/4] test/sexp: one sided range searches
` [PATCH 2/4] lib/sexp: special case "" as an argument in lastmod ranges
` [PATCH 3/4] lib/sexp: allow * as alias for "" in range searches
` [PATCH 4/4] doc/sexp: document range queries
notmuch_message* error handling cleanup part II
2022-06-25 19:38 UTC (2+ messages)
incrementally improve error handling in notmuch_message*
2022-06-25 19:00 UTC (2+ messages)
v2 lazy body insertion
2022-06-21 11:59 UTC (3+ messages)
` [RFC PATCH v2 1/2] perf-test/emacs: test showing longish threads
` [RFC PATCH v2 2/2] emacs/show: optionally insert bodies lazily
RFC: directory layout for notmuch git
2022-06-18 21:47 UTC (2+ messages)
` [PATCH] WIP/git: change internal directory layout
[PATCH 1/2] test: add known broken tests for setting NOTMUCH_CONFIG in hooks
2022-06-18 11:27 UTC (4+ messages)
` [PATCH 2/2] CLI: set "
` [PATCH v2] "
(no subject)
2022-06-18 11:21 UTC (19+ messages)
` [PATCH v3 01/17] nmbug: promote to user tool "notmuch-git"
` [PATCH v3 02/17] CLI/git: drop support for python < 3.2
` [PATCH v3 03/17] notmuch-git: add --git-dir, --tag-prefix arguments
` [PATCH v3 04/17] CLI/git: make existance of config branch optional on clone
` [PATCH v3 05/17] CLI/git: Add an 'init' command
` [PATCH v3 06/17] test: initial tests for notmuch-git
` [PATCH v3 07/17] CLI/git: rename environment variables
` [PATCH v3 08/17] CLI/git: suppress warnings about initial branch name
` [PATCH v3 09/17] test/git: add known broken test for tag with quotes
` [PATCH v3 10/17] CLI/git: replace enumeration of tags with sexp query
` [PATCH v3 11/17] CLI/git: add @timed decorator, time a few functions
` [PATCH v3 12/17] CLI/git: cache git indices
` [PATCH v3 13/17] doc/notmuch-git: initial documentation
` [PATCH v3 14/17] CLI/git: change defaults for repo and prefix
` [PATCH v3 15/17] CLI/git: support configuration for repo location / prefix
` [PATCH v3 16/17] CLI/git: add safety checks for checkout and commit
` [PATCH v3 17/17] debian: install notmuch-git
` notmuch-git v3
[PATCH v3] emacs: use message-dont-reply-to-names when composing replies
2022-06-16 11:54 UTC (2+ messages)
Ignoring unknown messages for git.safe_fraction
2022-06-13 19:00 UTC (2+ messages)
[PATCH v4] emacs: Make notmuch-show-next-thread return nil on failure
2022-06-13 18:54 UTC (3+ messages)
[PATCH 1/3] test: initial tests for external commands
2022-06-13 10:35 UTC (4+ messages)
` [PATCH 2/3] CLI: pass --config to external commands via NOTMUCH_CONFIG
` [PATCH 3/3] CLI: document handling of --config for external commands
[PATCH 1/2] CLI: simplify help command
2022-06-13 10:26 UTC (3+ messages)
` [PATCH 2/2] CLI: mention sexp-queries in help topics, alphabetize
WIP: allow display of duplicate messages with notmuch show / notmuch-emacs
2022-06-12 19:04 UTC (5+ messages)
` [PATCH 1/4] test: add new corpus of duplicate messages
` [PATCH 2/4] CLI/show: WIP support --duplicate for raw output
` [PATCH 3/4] WIP: support show --duplicate for structured output
` [PATCH 4/4] WIP/emacs: replace message with different duplicate
contact instead of (to or from)
2022-06-10 8:43 UTC (5+ messages)
[PATCH v2] emacs: use message-dont-reply-to-names when composing replies
2022-06-09 2:12 UTC (3+ messages)
marking multiple messages to tag
2022-06-08 14:36 UTC (3+ messages)
[bug?] emacs interface - some mark read tag changes may have failed
2022-06-07 13:13 UTC (7+ messages)
debian 11 notmuch-emacs -> elpa-notmuch?
2022-06-06 10:43 UTC (2+ messages)
WIP/RFP: lazy body insertion for notmuch-show mode
2022-06-05 17:08 UTC (4+ messages)
` [PATCH 1/3] perf-test/emacs: test showing a longish thread
` [PATCH 2/3] emacs/show: optionally insert bodies lazily
` [PATCH 3/3] perf-test/emacs: lazily insert message bodies with notmuch-show
[PATCH] emacs: use message-dont-reply-to-names when composing replies
2022-06-04 19:38 UTC
Multiple files per message in emacs
2022-06-03 20:43 UTC (2+ messages)
Defer notmuch.el setup
2022-06-03 12:57 UTC (5+ messages)
[PATCH v2] emacs: change where notmuch-mua-mail moves point
2022-06-02 15:29 UTC (4+ messages)
[PATCH] Fix notmuch-mua.el notmuch-mua-mail
2022-06-02 12:53 UTC (6+ messages)
[PATCH] emacs: add paramter to not quote original message in replies
2022-06-02 11:49 UTC (3+ messages)
[BUG] notmuch_message_tags_to_maildir_flags does not always invalidate filenames_list
2022-06-01 12:02 UTC (4+ messages)
notmuch-show-header-line: allow format strings and functions
2022-06-01 11:39 UTC (9+ messages)
` [PATCH] emacs: "
[PATCH v4 0/1] notmuch-show-header-line: allow format strings and functions
2022-06-01 9:53 UTC (2+ messages)
` [PATCH v4 1/1] emacs: "
Help with sending mail from notmuch-emacs
2022-05-31 0:57 UTC (6+ messages)
WIP: promote nmbug to user sync tool
2022-05-29 11:00 UTC (5+ messages)
[PATCH 1/3] test: replace deprecated use of notmuch_database_open_verbose
2022-05-29 10:48 UTC (2+ messages)
[PATCH] doc/emacs: document a few notmuch-hello customizable variables
2022-05-29 10:35 UTC (3+ messages)
` [PATCH v2] "
[PATCH] test: make T450 independent of application/octet-stream interpretation
2022-05-29 10:28 UTC (3+ messages)
regexp search for more things
2022-05-27 19:35 UTC (4+ messages)
` searching to doesn't support regexes ?
[PATCH v3] emacs: Make notmuch-show-next-thread return nil on failure
2022-05-26 23:28 UTC (2+ messages)
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).