unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2018-03-31 12:28:29 to 2018-05-11 15:42:29 UTC [more...]

Thread subqueries
 2018-05-11 15:41 UTC  (13+ messages)
` [PATCH 1/4] lib: add thread subqueries
` [PATCH 2/4] perf-test: add simple test for "
` [PATCH 3/4] lib: define specialized get_thread_id for use in thread subquery
` [PATCH 4/4] doc: document thread subqueries

notmuch show --decrypt=stash
 2018-05-11  7:04 UTC  (10+ messages)
` [PATCH v2 3/5] cli: write session keys to database, if asked to do so
` [PATCH v2 4/5] cli/show: reindex when we learned new session keys about a message
` [PATCH v2 5/5] cli/show: enable --decrypt=stash

v3: notmuch show --decrypt=stash
 2018-05-11  6:57 UTC  (9+ messages)
` [PATCH v3 1/8] lib: expose notmuch_message_get_database()
` [PATCH v3 2/8] properties: add notmuch_message_count_properties
` [PATCH v3 3/8] lib: make notmuch_message_get_database() take a const notmuch_message_t*
` [PATCH v3 4/8] cli: add print_status_message()
` [PATCH v3 5/8] cli: write session keys to database, if asked to do so
` [PATCH v3 6/8] cli/show: reindex when we learned new session keys about a message
` [PATCH v3 7/8] test-lib: add notmuch_show_part for "notmuch show --format=text"
` [PATCH v3 8/8] cli/show: enable --decrypt=stash

[gmailieer] Gmailieer v0.8 released
 2018-05-11  6:17 UTC 

Protected headers in notmuch
 2018-05-11  5:55 UTC  (21+ messages)
` [PATCH 01/20] test: new test framework to compare json parts
` [PATCH 02/20] crypto: Avoid pretending to verify signatures on unsigned encrypted mail
` [PATCH 03/20] cli/show: pass the siglist directly to the sigstatus sprinter
` [PATCH 04/20] util/crypto: _notmuch_message_crypto: tracks message-wide crypto state
` [PATCH 05/20] cli: expose message-wide crypto status from mime-node
` [PATCH 06/20] mime-node: track whole-message crypto state while walking the tree
` [PATCH 07/20] cli/show: emit new whole-message crypto status output
` [PATCH 08/20] cli/show: emit headers after emitting body
` [PATCH 09/20] util/crypto: add information about the payload part
` [PATCH 10/20] cli/show: add tests for viewing protected headers
` [PATCH 11/20] cli/show: emit payload subject instead of outside subject
` [PATCH 12/20] cli/show: add information about which headers were protected
` [PATCH 13/20] test: add test for missing external subject
` [PATCH 14/20] test: show cryptographic envelope information for signed mails
` [PATCH 15/20] cli/reply: ensure encrypted Subject: line does not leak in the clear
` [PATCH 16/20] cli: introduce flags for format_headers_sprinter
` [PATCH 17/20] cli/reply: add --protected-subject boolean flag
` [PATCH 18/20] indexing: record protected subject when indexing cleartext
` [PATCH 19/20] test: protected headers should work when both encrypted and signed
` [PATCH 20/20] test: after reindexing, only legitimate protected subjects are searchable

[PATCH] build: Allow user to specify ruby executable
 2018-05-11  0:06 UTC  (3+ messages)

emacs: Split wide window vertically for tree mode message pane
 2018-05-10 20:57 UTC  (4+ messages)

cope with inline PGP encrypted messages
 2018-05-10 12:39 UTC  (8+ messages)
` [PATCH 1/5] crypto: prepare for decryption of "

[PATCH] WIP: overload 'is:' prefix to support matching all, and roots
 2018-05-09 20:16 UTC 

[PATCH] doc: fix notmuch-search example
 2018-05-09 14:36 UTC  (3+ messages)

subjects and duplicated message id's
 2018-05-07  0:54 UTC  (5+ messages)
` WIP, all subjects in value slot
  ` [PATCH] WIP: add all subjects to value

[PATCH] move more http -> https
 2018-05-05 14:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] T460-emacs-tree: sync $EXPECTED with test name
 2018-05-05 14:07 UTC  (2+ messages)

match: in structured "notmuch reply" output
 2018-05-04  2:26 UTC 

subjects and duplicated message id's
 2018-05-03 10:52 UTC  (3+ messages)
` [PATCH] test: add known broken test for regexp search of second subject

Optionally decrypt encrypted mails read in Emacs for later indexing
 2018-05-03  8:01 UTC 

[gmaileer] Gmailieer v0.7 released
 2018-05-03  7:55 UTC 

[PATCH] python: add bindings for notmuch_message_get_propert(y/ies)
 2018-05-02 23:50 UTC  (12+ messages)

non-deterministic behaviour of new.ignore (regexp) test
 2018-05-01 19:58 UTC  (11+ messages)
  ` [PATCH 1/2] CLI/new: add mtime-opt option
    ` [PATCH 2/2] test: use --no-mtime-opt in T050-new.sh
      ` [PATCH 1/4] CLI/new: add full-scan option
        ` [PATCH 2/4] test: add tests for notmuch new --full-scan
        ` [PATCH 3/4] test: use --full-scan in T050-new.sh
        ` [PATCH 4/4] doc: document notmuch new --full-scan

[PATCH] CLI/restore: handle missing keys and values in config data
 2018-04-30 11:11 UTC  (3+ messages)

Database corruption after clean rebuild
 2018-04-29 18:54 UTC  (10+ messages)

[PATCH] lib: work around xapian bug with get_mset(0,0, x)
 2018-04-28 14:34 UTC  (11+ messages)
  ` [PATCH] NEWS: news item for mset fix

bug: "no top level messages" crash on Zen email loops
 2018-04-28 13:28 UTC  (2+ messages)

[PATCH] build: push additional refs during release
 2018-04-28 11:45 UTC 

notmuch release 0.26.2 now available
 2018-04-28 11:30 UTC 

reference loop fix and tests, v2
 2018-04-25 20:41 UTC  (20+ messages)
` [PATCH 1/5] test: two new messages for the 'broken' corpus
` [PATCH 2/5] test: add known broken test for indexing an In-Reply-To loop
` [PATCH 3/5] lib: break reference loop by choosing arbitrary top level msg
` [PATCH 4/5] test: add second reference loop test
` [PATCH 5/5] NEWS: add item for reference loop fix
  ` v3 "
    ` [PATCH 1/6] test: two new messages for the 'broken' corpus
    ` [PATCH 2/6] test: add known broken test for indexing an In-Reply-To loop
    ` [PATCH 3/6] lib: break reference loop by choosing arbitrary top level msg
    ` [PATCH 4/6] NEWS: add item for reference loop fix
    ` [PATCH 5/6] test: add known broken test for thread ordering from a loop
    ` [PATCH 6/6] lib: choose oldest message when breaking reference loops

Xapian regex with parentheses fails
 2018-04-25 12:39 UTC  (8+ messages)
  ` [PATCH] doc: add a section on quoting to notmuch-search-terms(7)

[PATCH] test: re-enable disabled test in T700-reindex.sh
 2018-04-25  2:03 UTC  (3+ messages)

[PATCH] NEWS: Fix typos
 2018-04-25  2:03 UTC  (2+ messages)

How to use BBDB address completion instead of internal
 2018-04-23 14:49 UTC 

Bug? notmuch-emacs: "All tags" in notmuch-hello does not show all tags
 2018-04-22  8:52 UTC  (4+ messages)

'notmuch search thread:<>' lists multiple threads
 2018-04-22  0:45 UTC  (7+ messages)
    ` [PATCH] devel: add new tool to draw thread structure

Database error
 2018-04-20 12:57 UTC  (3+ messages)

Notmuch suddenly stopped working
 2018-04-18 15:58 UTC  (4+ messages)

From some reason configured queries don't work for me
 2018-04-17 23:03 UTC  (2+ messages)

experimenting with pytest tests
 2018-04-13 19:29 UTC  (10+ messages)
  ` remix of pytest runner
    ` [PATCH 1/2] configure: detect which versions of python can run pytest
    ` [PATCH 2/2] test: pytest runner for the test suite

[PATCH] WIP: add attachment checks
 2018-04-13 14:39 UTC  (2+ messages)

[PATCH 2/2] test: add known broken test for indexing an In-Reply-To loop
 2018-04-13 11:17 UTC  (4+ messages)
` [PATCH] WIP: test patch for reference loop problem

Header encryption / memoryhole
 2018-04-09 10:23 UTC  (3+ messages)
` Header protection / memoryhole [was: Re: Header encryption / memoryhole]

[PATCH 1/2] cli: looking for config file in $XDG_CONFIG_HOME
 2018-04-06 18:48 UTC  (5+ messages)

Xapian regex with parentheses fails
 2018-04-06 15:36 UTC  (2+ messages)

Crash with Python bindings
 2018-04-05  1:09 UTC  (12+ messages)
          ` New Python bindings (was: Crash with Python bindings)
                      ` Pypi

notmuch release 0.26.1 now available
 2018-04-02 11:48 UTC 

[PATCH] lib: bump LIBRARY_MINOR_VERSION
 2018-03-31 12:28 UTC  (3+ messages)
  ` 0.26.1 release in a few days


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