unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2022-06-30 12:49:28 to 2022-08-18 21:31:40 UTC [more...]

[Emacs] Using notmuch-address with EUDC, and completion-at-point
 2022-08-18 21:31 UTC  (7+ messages)

Formatting nm-search output
 2022-08-18 14:53 UTC  (2+ messages)

[PATCH] emacs: new notmuch-tree-process-hook
 2022-08-17 13:58 UTC  (3+ messages)

[PATCH] test: increase cffi timeout
 2022-08-16  7:37 UTC  (3+ messages)

[PATCH 1/3] lib/sexp: provide relative lastmod queries
 2022-08-14 15:02 UTC  (3+ messages)
` [PATCH 2/3] lib: factor out lastmod range handling from sexp parser
` [PATCH 3/3] lib: add field processor for lastmod: prefix

release 0.37 is immanent
 2022-08-14 10:27 UTC  (2+ messages)

[PATCH] emacs: add new option notmuch-search-exclude
 2022-08-12 11:18 UTC  (32+ messages)
                      ` [PATCH 1/9] "
                        ` [PATCH 2/9] docs: Update with notmuch-*-toggle-exclude
                        ` [PATCH 3/9] test: Fix Search handles subprocess error exit codes
                        ` [PATCH 4/9] feat: Allow :exclude configuration in notmuch-hello
                        ` [PATCH 5/9] feat: Add more interactive specs
                        ` [PATCH 6/9] test: Add test cases for new exclude option
                        ` [PATCH 7/9] test: Fix Navigation of notmuch-hello to search results
                        ` [PATCH 8/9] review: Rename variables to better express intention
                        ` [PATCH 9/9] build: Fix declare-function calls for updated functions

best practices for keeping a notmuch tag in sync with maildir folder
 2022-08-13 20:54 UTC 

Overriding mm-inline-override-types in notmuch-show
 2022-08-11 10:53 UTC  (3+ messages)

Embed elisp.py from flycheck, use it in notmuch-emacs doc
 2022-08-11 10:51 UTC  (10+ messages)
` [PATCH 1/7] doc: copy elisp.py from flycheck, make available
` [PATCH 2/7] doc/elisp: replace label for Emacs commands and key bindings
` [PATCH 3/7] doc/emacs: drop domain label
` [PATCH 4/7] doc/emacs: split index category from label
` [PATCH 5/7] doc/emacs: replace emacscmd with el:define-key
` [PATCH 6/7] doc/emacs: replace use of emacsvar with el:defcustom
` [PATCH 7/7] doc/emacs: use define-key instead of hard-coding markup

[PATCH 1/3] doc/notmuch: merge two sections on external commands
 2022-08-11 10:42 UTC  (6+ messages)
` [PATCH 2/3] emacs: add docstring for notmuch-show-choose-duplicate
  ` [PATCH v2] "
` [PATCH 3/3] doc: add some documentation about duplicate files

[PATCH 1/2] test/emacs: add known broken test for inlining on refresh
 2022-08-11 10:22 UTC  (4+ messages)
` [PATCH 2/2] emacs/show: restrict inlined mimetypes "

Create tags from folders
 2022-08-09 11:28 UTC  (8+ messages)

Feature request: search for last N modified mails
 2022-08-09 11:25 UTC  (4+ messages)
` [PATCH] WIP: provide relative lastmod sexp queries
  ` [PATCH 2/3] WIP/lib: factor out lastmod range handling from sexp parser
    ` [PATCH 3/3] WIP/lib: use common lastmod logic in infix parser

matching both accented and non-accented character for non-accented characters?
 2022-08-08 16:10 UTC  (4+ messages)

[PATCH 1/2] test/emacs: add known broken test for stashing duplicate filename
 2022-08-07 10:27 UTC  (6+ messages)
` [PATCH 2/2] emacs: update notmuch-show-get-filename to handle duplicates
  ` [PATCH 1/3] test/emacs: add known broken test for viewing raw duplicate
    ` [PATCH 2/3] emacs/show: provide a more friendly function to get duplicate num
    ` [PATCH 3/3] emacs: add duplicate support to notmuch-show-view-raw-message

[PATCH] NEWS: initial set of NEWS for 0.37
 2022-08-06 12:27 UTC  (2+ messages)

v1 Create database directory
 2022-08-06 12:19 UTC  (8+ messages)
` [PATCH 1/6] tests: remove dead code from T055-path-config.sh
` [PATCH 2/6] test: add test for creating database in various configurations
` [PATCH 3/6] test/path-config: set database.mail_root but not database.path
` [PATCH 4/6] lib/open: refactor call to mkdir into function
` [PATCH 5/6] lib/open: return non-SUCCESS on missing database path
` [PATCH 6/6] lib/open: create database path in some cases

[bug]: notmuch-emacs: notmuch-show: "c F" shows same file name for different instances of duplicate messages
 2022-08-06 11:07 UTC  (6+ messages)
      ` Subjects for messages with multiple files

lastmod based on date/time
 2022-08-01 10:54 UTC  (2+ messages)

Sending mail succeeded but signaled failure
 2022-08-01  9:21 UTC  (7+ messages)

[PATCH] notmuch.c: add missing trailing newlines in two error messages
 2022-08-01  0:06 UTC  (3+ messages)

Multiple files per message in emacs
 2022-07-31 10:49 UTC  (3+ messages)

a DoS vulnerability associated with conflated Message-IDs?
 2022-07-30 12:41 UTC  (5+ messages)

update documentation for notmuch-*-result-format
 2022-07-30 12:15 UTC  (8+ messages)
` [PATCH 1/6] emacs: update defcustom for notmuch-search-result-format
` [PATCH 2/6] doc/emacs: add docstring and example for n-search-result-format
` [PATCH 3/6] emacs: update defcustom for notmuch-search-result-format
` [PATCH 4/6] doc/emacs: add docstring and example for n-tree-result-format
` [PATCH 5/6] emacs: update defcustom for notmuch-unthreaded-result-format
` [PATCH 6/6] doc/emacs: add docstring "

Display duplicate messages in emacs front-end
 2022-07-30 11:50 UTC  (13+ 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

Database location bug when database does not already exist
 2022-07-27 12:02 UTC  (3+ messages)

Sending mail succeeded but signaled failure
 2022-07-26 10:34 UTC 

Feature request: show destination in tree view when appropriate
 2022-07-21 11:30 UTC  (7+ messages)

performance improvements for notmuch git checkout
 2022-07-17  0:51 UTC  (14+ 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
  ` [PATCH v2] CLI/git: opportunistically use bindings to check for known messages

[PATCH] doc/emacs: add notmuch-show-empty-saved-searches to manual
 2022-07-16  1:05 UTC  (3+ messages)

[PATCH] doc/emacs: define and use emacsvar and emacscmd markup
 2022-07-15 16:42 UTC  (2+ messages)

[PATCH] doc: improve config item labels in info output
 2022-07-15 16:41 UTC  (3+ messages)

improve html docs
 2022-07-15 16:41 UTC  (6+ 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

provide various lazy-show options
 2022-07-14 20:27 UTC  (2+ messages)

bug#56442: gnus-search-run-search: Hits notmuch command line length limits
 2022-07-09 19:19 UTC  (3+ messages)
  ` quoting: (was: Re: bug#56442: gnus-search-run-search: Hits notmuch command line length limits)

bug#56442: gnus-search-run-search: Hits notmuch command line length limits
 2022-07-07 16:56 UTC 

Add hashed directory structure to notmuch git
 2022-07-07 10:14 UTC  (3+ messages)
` [PATCH 1/2] CL/git: add format version 1

[PATCH] CLI/git: replace most mentions of nmbug
 2022-07-07  9:36 UTC  (3+ 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)

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

sexp and strings
 2022-07-01 11:41 UTC  (3+ messages)

v2 parameter expansion for regex and wildcard sexp queries
 2022-07-01 11:39 UTC  (2+ messages)

[PATCH] make git ignore new build products
 2022-07-01 11:31 UTC  (2+ messages)

blacklisting a contact
 2022-07-01  8:31 UTC  (2+ 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).