unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2022-01-10 11:56:00 to 2022-02-05 19:52:43 UTC [more...]

allow disabling the check for multi-message mboxes
 2022-02-05 19:52 UTC  (2+ messages)
` [PATCH 3/6] lib/config: add configuration item for controlling check for mbox

Reusing descriptive sender name when replying
 2022-02-05 18:34 UTC  (5+ messages)

question about mbox and MIME
 2022-02-05 15:46 UTC 

[PATCH] NEWS: remaining items for 0.35 release
 2022-02-05 12:48 UTC 

[PATCH] emacs: remove png logo
 2022-02-05 12:21 UTC 

Spacemacs, anyone?
 2022-02-04 21:47 UTC  (4+ messages)

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

muchsync & sent mail
 2022-02-03 22:12 UTC  (6+ messages)

v2 undo tag operations in emacs
 2022-02-02 14:34 UTC  (10+ messages)
` [RFC PATCH v2 1/8] test: split variable settings to their own file
` [RFC PATCH v2 2/8] test/emacs: split out emacs related tests
` [RFC PATCH v2 3/8] WIP enable running test_emacs from performance tests
` [RFC PATCH v2 4/8] perf-test: inital emacs tests
` [RFC PATCH v2 5/8] cli/tag: add --output={none,lastmod} argument
` [RFC PATCH v2 6/8] WIP: support tag --output=lastmod
` [RFC PATCH v2 7/8] WIP/emacs: keep tag history
` [RFC PATCH v2 8/8] WIP: add notmuch-tag-undo

[PATCH] NEWS: emacs/notmuch-logo.svg is there in 0.35
 2022-01-31 23:22 UTC  (2+ messages)

[PATCH] NEWS: my changes for 0.35
 2022-01-31 19:56 UTC  (3+ messages)

Release process for notmuch 0.35
 2022-01-29 22:34 UTC  (3+ messages)

Emacs lagging for ~4min when opening from certain email
 2022-01-28  0:13 UTC  (5+ messages)
  ` certificate revocation checking for signed e-mail [was: Re: Emacs lagging for ~4min when opening from certain email.]

WIP: add --output=lastmod to notmuch tag
 2022-01-27 23:07 UTC  (3+ messages)
` [PATCH 1/2] cli/tag: add --output={none,lastmod} argument
` [PATCH 2/2] WIP: support tag --output=lastmod

[PATCH] emacs: add global tag history
 2022-01-27 12:28 UTC  (9+ messages)

"search --path=directory/" is lame(-ish)
 2022-01-27 12:04 UTC  (2+ messages)

"search --path=directory/" is lame(-ish)
 2022-01-27 11:59 UTC  (10+ messages)
` strip trailing '/' from path/folder query
  ` [PATCH 1/6] test: sanitize generated message files names
  ` [PATCH 2/6] test: known broken tests for trailing / in path search (infix)
  ` [PATCH 3/6] test/sexp: tests for path, folder, including trailing '/' (sexp)
  ` [PATCH 4/6] lib: drop trailing slash for path and folder searches (infix)
  ` [PATCH 5/6] test: add multiple path, folder sexp query tests
  ` [PATCH 6/6] lib: strip trailing '/' from pathnames (sexp queries)

[PATCH 1/2] doc: replace :math: for subscripts in notmuch-sexp-queries(7)
 2022-01-26 13:30 UTC  (2+ messages)
` [PATCH 2/2] debian: package HTML docs

BUG: emacs: fcc duplicates messages with variant bodies due to mml security
 2022-01-26 11:55 UTC  (8+ messages)
  ` [PATCH] test/emacs: known broken test for matching fcc and sent message

v2 add range operators to sexp queries
 2022-01-26 11:52 UTC  (8+ messages)
` [PATCH v2 1/6] test/search: add known broken tests for 'date' prefix
` [PATCH v2 2/6] lib/parse-sexp: support zero argument date queries
` [PATCH v2 3/6] lib/date: factor out date range parsing
` [PATCH v2 4/6] lib/parse-sexp: support actual date queries
` [PATCH v2 5/6] test/sexpr-search: add known broken tests for lastmod queries
` [PATCH v2 6/6] lib/parse-sexp: handle "

fix Fcc of signed / encrypted messages
 2022-01-26 11:38 UTC  (8+ messages)
` [PATCH 1/4] test/emacs: match mml settings in emacs_{fcc,deliver}_message
` [PATCH 2/4] test: define test_expect_equal_message_body
` [PATCH 3/4] test/emacs: known broken test for matching fcc and sent message
` [PATCH 4/4] emacs: use cached encoded copy for fcc

Debugging Starting Point for S/MIME Signature Verification?
 2022-01-26  0:09 UTC  (4+ messages)

support extra headers in notmuch show v2
 2022-01-25 11:57 UTC  (5+ messages)
` [PATCH 1/3] CLI: stash pointer to database in sprinter structs
    ` [PATCH] doc: document new option `show.extra_headers`

Memory leak in notmuch_database_destroy()
 2022-01-24 14:58 UTC  (2+ messages)

[BUG] notmuch excludes .notmuch anywhere in the tree
 2022-01-24 13:39 UTC  (2+ messages)

[BUG] Minor: config list adds a semi-colon to lists with a single item until set
 2022-01-24 13:37 UTC  (5+ messages)
` [PATCH 1/2] test/setup: add known broken test for single items
  ` [PATCH 2/2] CLI/setup: special case single item lists

Bug? notmuch-emacs: "All tags" in notmuch-hello does not show all tags
 2022-01-24  2:54 UTC  (15+ messages)
      ` [PATCH 1/3] test/emacs: add known broken test for hidden tags
        ` confirm bug fixed (was: Bug? notmuch-emacs: "All tags" in notmuch-hello does not show all tags)
            ` Attempt 2 to fix the all-tags display with excludes
              ` [PATCH 1/2] Revert "emacs: use --exclude=false when checking for empty searches"
              ` [PATCH 2/2] emacs: define, use option :disable-excludes for n-h-query-counts

[PATCH v7] emacs: customizable names for search buffers
 2022-01-24  2:45 UTC  (3+ messages)

[PATCH v6] emacs: customizable names for search buffers
 2022-01-23 19:54 UTC  (3+ messages)

Variable used to detect reply prefixes in Subject
 2022-01-23 19:43 UTC  (3+ messages)

v2 fix leaks in n_d_open_with_config
 2022-01-23  1:24 UTC  (3+ messages)

Repeat last tagging
 2022-01-20 16:36 UTC  (2+ messages)

[PATCH] test/emacs: known broken test for reply with extra headers set
 2022-01-20  0:00 UTC  (4+ messages)
` [PATCH] CLI: print extra headers only for non-replies

Dealing with Missing Date Headers
 2022-01-18 19:16 UTC  (3+ messages)

Handling Email Addresses Without Name
 2022-01-18 13:15 UTC  (8+ messages)

[PATCH v4] emacs: customizable names for search buffers
 2022-01-16 23:51 UTC  (10+ messages)

[PATCH] test: fix deprecation warning in symbol-test
 2022-01-16 19:40 UTC  (2+ messages)

[PATCH] contrib/notmuch-web: single user web front end using python-cffi
 2022-01-16 19:31 UTC 

[PATCH] test: known broken test for top level .notmuch in split configs
 2022-01-16 15:25 UTC 

[PATCH 1/2] test: add known broken test for ignoring non-toplevel .notmuch
 2022-01-16 15:10 UTC  (2+ messages)

[PATCH 1/2] test/libconfig: save and restore config file
 2022-01-16  1:56 UTC  (2+ messages)

[PATCH v5] emacs: customizable names for search buffers
 2022-01-15  0:32 UTC 

[PATCH] emacs/notmuch-tag.el: add xmlns attribute to svg icons
 2022-01-14 21:15 UTC  (5+ messages)
  ` [PATCH v2] "

'notmuch search thread:<>' lists multiple threads
 2022-01-14 11:26 UTC  (6+ messages)

notmuch-emacs: svg icon cannot be rendered by emacs-mac
 2022-01-13 17:43 UTC  (2+ messages)

FYI: emacs / notmuch-search-edit-search
 2022-01-12 17:59 UTC  (3+ messages)

[PATCH] test: fix support for gpgsm in gnupg 2.3
 2022-01-12 17:27 UTC  (5+ messages)
` [PATCH] test/gpgsm: use --with-colons when calculating fingerprint

use after free in python notmuch2 bindings
 2022-01-12  0:55 UTC  (7+ messages)
` [PATCH 1/2] test: add known broken tests for recursive traversal of replies
  ` [PATCH 2/2] python-cffi: returned OwnedMessage objects from Message.replies

[PATCH] configure: Ignore more options that Fedora spec macros expect
 2022-01-11 19:30 UTC  (3+ messages)

[PATCH v3] emacs: customizable names for search buffers
 2022-01-10 17:58 UTC 

[PATCH v2 1/2] emacs: use query name for tree saved-search buffer names
 2022-01-10 17:55 UTC  (2+ messages)
` [PATCH v2 2/2] emacs: customizable names for search buffers

Notmuch-Company overrides other company backends?
 2022-01-10 12:27 UTC  (7+ messages)

[PATCH v2] emacs: make header line in notmuch-show buffers optional
 2022-01-10 12:26 UTC  (2+ messages)

[PATCH] emacs: use query name for tree saved-search buffer names
 2022-01-10 12:01 UTC  (4+ messages)

Indexing and searching for a particular header
 2022-01-10 11:55 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).