unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2022-02-10 11:17:02 to 2022-04-15 17:31:53 UTC [more...]

v2 allow sexp queries in infix parser
 2022-04-15 17:31 UTC  (8+ messages)
` [PATCH v2 1/2] test/sexp: add test for and of stemmed terms
` [PATCH v2 2/2] lib: add sexp: prefix to Xapian (infix) query parser
      ` [PATCH] fix build without sfsexp
      ` [PATCH] lib: don't compile sexp: prefix if no sfsexp library

Autorefresh buffer at set interval
 2022-04-15 13:25 UTC 

release process for notmuch 0.36
 2022-04-15 12:54 UTC  (2+ messages)

[PATCH] emacs/smime: render decrypted MIME entities in notmuch-show
 2022-04-13 23:56 UTC  (10+ messages)

Failing notmuch/SMIME test
 2022-04-13 11:28 UTC  (11+ messages)
    ` [PATCH 1/2] configure: restructure gmime cert validity checker code
      ` [PATCH 2/2] test/smime: fix signature verification test with newer gmime
              ` [PATCH v2 "

Forcing a sync of maildir flags?
 2022-04-13 10:27 UTC  (5+ messages)

Display tags on separate lines on notmuch-hello screen
 2022-04-12 12:50 UTC  (3+ messages)

[PATCH] doc/emacs: document a few notmuch-hello customizable variables
 2022-04-08 15:59 UTC 

[PATCH] emacs: Add more front ends for address completion
 2022-04-06 18:23 UTC  (18+ messages)
    ` emacs: notmuch-address-command 'as-is throws error (was: [PATCH] emacs: Add more front ends for address completion)

[BUG] Minor: config list adds a semi-colon to lists with a single item until set
 2022-03-31  9:14 UTC  (3+ messages)

[PATCH] emacs: add new option notmuch-search-exclude
 2022-03-25 19:36 UTC  (10+ messages)

[PATCH] test: unset XDG_DATA_HOME and MAILDIR for tests
 2022-03-25 19:11 UTC 

[PATCH] test: unset XDG_DATA_HOME for tests
 2022-03-25 17:53 UTC 

Thanks for notmuch-lore
 2022-03-22 17:00 UTC  (3+ messages)

Parenthesised query breaks query it is embedded in
 2022-03-20 16:29 UTC  (6+ messages)
` fix for parsing bracketed expression
  ` [PATCH 1/2] test: known broken tests for bracketed terms in subject
  ` [PATCH 2/2] lib: do not phrase parse prefixed bracketed subexpressions

[PATCH] lib: add sexp: prefix to Xapian (infix) query parser
 2022-03-19 12:50 UTC 

WIP: asynchronous notmuch-poll in emacs client
 2022-03-19 11:06 UTC  (2+ messages)

do not inline application/* in replies
 2022-03-19 10:07 UTC  (6+ messages)
` [PATCH 1/5] test: start corpus for attachments
` [PATCH 2/5] test/emacs: add regression test for display of tar attachments
` [PATCH 3/5] test: add known broken test for inlining in emacs/reply
` [PATCH 4/5] emacs: factor out calculation of mm-inline-override-types
` [PATCH 5/5] emacs/reply: restrict what mime types are inlined by default

Confusing message from notmuch-maildir-fcc-with-notmuch-insert
 2022-03-04 15:11 UTC  (3+ messages)

Emacs: UI problems with messages excluded by several tags
 2022-03-03 14:10 UTC  (4+ messages)

[BUG] Custom headers in `notmuch-message-headers` are broken
 2022-03-03 14:06 UTC  (2+ messages)

Bug in notmuch-emacs: inconsistent rendering for messages with multiple From: headers
 2022-02-26 15:10 UTC  (3+ messages)

v4 undo tagging
 2022-02-26 12:12 UTC  (14+ messages)
` [PATCH v4 01/11] doc/emacs: add minimal documentation for notmuch-unthreaded mode
` [PATCH v4 02/11] test: split variable settings to their own file
` [PATCH v4 03/11] test/emacs: split out tagging related tests
` [PATCH v4 04/11] perf-test: allow running test_emacs from performance test suite
` [PATCH v4 05/11] perf-test: emacs tagging
` [PATCH v4 06/11] emacs: remove non-batch code path from function notmuch-tag
` [PATCH v4 07/11] emacs/tag: keep tag history
` [PATCH v4 08/11] emacs: add notmuch-tag-undo
` [PATCH v4 09/11] emacs: redirect undo to notmuch-tag-undo
` [PATCH v4 10/11] emacs: Document undo binding
` [PATCH v4 11/11] emacs: whitespace cleanup for keybindings

[PATCH] contrib/notmuch-web: single user web front end using python-cffi
 2022-02-25 12:24 UTC  (2+ messages)

[PATCH v3] removed use of 'echo -n' (and echo -n -e ...)
 2022-02-21 13:39 UTC  (2+ messages)

[PATCH v2] removed use of 'echo -n' (and echo -n -e ...)
 2022-02-20 21:01 UTC 

[PATCH 1/5] removed use of 'echo -n' (and echo -n -e ...)
 2022-02-20 20:52 UTC 

allow disabling the check for multi-message mboxes
 2022-02-20 13:23 UTC  (2+ messages)

[PATCH 0/4] test: T380 rework
 2022-02-20 12:58 UTC  (13+ messages)
` [PATCH 2/4] test: due not pass T380.1 for the wrong reasons
` [PATCH 4/4] test: set up the outcount file for T380.1

Escape mbox "From " header in notmuch-insert
 2022-02-20  2:25 UTC  (7+ messages)
` [PATCH 1/4] test: start new corpus of test messages for indexing code
` [PATCH 2/4] test: add known broken test for insert with mbox as input
` [PATCH 3/4] CLI/insert: split copy_fd
` [PATCH 4/4] CLI/insert: escape envelope from

use new config API in python-cffi config iterator
 2022-02-18  0:27 UTC  (9+ messages)
` [PATCH 1/2] test: known broken test for list(db.config) in python-cffi bindings
` [PATCH 2/2] python-cffi: use config_pairs API in ConfigIterator
    ` (no subject)
      ` [PATCH v2 1/2] test: known broken test for list(db.config) in python-cffi bindings
      ` [PATCH v2 2/2] python-cffi: use config_pairs API in ConfigIterator

Test suite timing issues?
 2022-02-17 12:26 UTC  (25+ messages)
                        ` [PATCH] test: allow to use --full-sync

[BUG] Bad quote in help
 2022-02-17  0:32 UTC  (5+ messages)
  ` [PATCH] emacs: escape quote in notmuch-search-result-format docstring

Python binding SIGABRT/SIGSEGV
 2022-02-16 20:31 UTC  (6+ messages)

WIP: filter out envelope headers in notmuch-insert
 2022-02-15  2:15 UTC  (11+ messages)
` [RFC PATCH 1/3] test: start new corpus of test messages for indexing code
` [RFC PATCH 2/3] test: add known broken test for insert with mbox as input
` [RFC PATCH 3/3] WIP: escape envelope from

[PATCH v2] nmbug: write tags out to a temporary file, not 'nmbug.index'
 2022-02-13 18:08 UTC  (4+ messages)

[RFC PATCH] CLI/insert: convert copy_fd to use stdio
 2022-02-13 14:10 UTC 

[PATCH] nmbug: write tags out to a temporary file, not 'nmbug.index'
 2022-02-13  8:00 UTC  (2+ messages)

[PATCH] emacs: remove png logo
 2022-02-13  0:25 UTC  (2+ messages)

[Utkarsh Singh] Re: [PATCH] emacs: Add more front ends for address completion
 2022-02-12 21:34 UTC  (4+ messages)

Debugging Starting Point for S/MIME Signature Verification?
 2022-02-12 14:36 UTC  (5+ messages)

Questions regarding headers that may occur multiple times
 2022-02-12 12:48 UTC  (2+ messages)

[PATCH] doc: make post-new hook description more precise
 2022-02-11 17:43 UTC  (3+ messages)
` [PATCH] doc: make post-hook "

Reusing descriptive sender name when replying
 2022-02-11 16:55 UTC  (4+ messages)

[PATCH] test: known broken test for list(db.config) in python-cffi bindings
 2022-02-10 12:25 UTC  (2+ messages)
` [PATCH v2] "


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