unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2018-06-13 21:17:09 to 2018-08-30 12:52:25 UTC [more...]

'notmuch search thread:<>' lists multiple threads
 2018-08-30 12:52 UTC  (8+ messages)

threading replies fixes v3
 2018-08-30 11:29 UTC  (16+ messages)
` [PATCH 01/15] util: add DEBUG_PRINTF, rename error_util.h -> debug_print.h
` [PATCH 02/15] test: start threading test corpus
` [PATCH 03/15] test: add known broken tests for "ghost roots"
` [PATCH 04/15] lib/thread: sort sibling messages by date
` [PATCH 05/15] lib: read reference terms into message struct
` [PATCH 06/15] lib/thread: refactor in_reply_to test
` [PATCH 07/15] lib/thread: initial use of references as for fallback parenting
` [PATCH 08/15] lib: calculate message depth in thread
` [PATCH 09/15] lib/thread: rewrite _parent_or_toplevel to use depths
` [PATCH 10/15] lib/thread: change _resolve_thread_relationships "
` [PATCH 11/15] test: add known broken test for good In-Reply-To / bad References
` [PATCH 12/15] test/thread-replies: mangle In-Reply-To's
` [PATCH 13/15] util/string-util: export skip_space
` [PATCH 14/15] lib: add _notmuch_message_id_parse_strict
` [PATCH 15/15] lib: change parent strategy to use In-Reply-To if it looks sane

Fix notmuchmail.org Errors
 2018-08-30 10:47 UTC 

[PATCH] test/tag: add test for updating during batch tag operations
 2018-08-29  9:42 UTC  (2+ messages)

[PATCH 1/2] test: add known broken test for mislabeled Windows-1252 encoding
 2018-08-29  9:42 UTC  (4+ messages)
  ` [PATCH 2/2] lib: detect mislabeled Windows-1252 parts

[PATCH v2 0/1] emacs: Kill the stderr buffer when an async process completes
 2018-08-29  9:42 UTC  (3+ messages)
  ` [PATCH v2 1/1] "

Threading patches v2
 2018-08-28 21:33 UTC  (22+ messages)
` [PATCH 01/15] util: add DEBUG_PRINTF, rename error_util.h -> debug_print.h
` [PATCH 02/15] test: start threading test corpus
` [PATCH 03/15] test: add known broken tests for "ghost roots"
` [PATCH 04/15] lib/thread: sort child messages by date
` [PATCH 05/15] lib: read reference terms into message struct
` [PATCH 06/15] lib/thread: refactor in-reply-to test
` [PATCH 07/15] lib: calculate message depth in thread
` [PATCH 08/15] lib/thread: rewrite _parent_or_toplevel to use depths
` [PATCH 09/15] lib/thread: change _resolve_thread_relationships "
` [PATCH 10/15] test: add known broken test for good In-Reply-To / bad References
` [PATCH 11/15] test/thread-replies: mangle In-Reply-To's
` [PATCH 12/15] util/string-util: export skip_space
` [PATCH 13/15] lib: add _notmuch_message_id_parse_strict
  ` [Patch v1.1] "
` [PATCH 14/15] lib: change parent strategy to use In-Reply-To if it looks sane
` [PATCH 15/15] test: add known broken test for multiple thread terms per message
  ` [PATCH] WIP: sort top level messages in thread

Carbon (macOS) port asks about killing stderr buffer
 2018-08-26 21:16 UTC  (6+ messages)
` [PATCH v1 1/1] emacs: Kill the stderr buffer when an async process completes

[PATCH v1 0/2] Interpret a directory path without a leading slash as relative to $HOME
 2018-08-25 11:57 UTC  (3+ messages)
` [PATCH v1 1/2] test: Absolute and relative directory paths
` [PATCH v1 2/2] notmuch: Database paths without a leading / are relative to $HOME

Really nice way to search for email
 2018-08-13 10:50 UTC  (2+ messages)

Handling mislabeled emails encoded with Windows-1252
 2018-07-31  9:49 UTC  (12+ messages)

Display update bug in notmuch new
 2018-07-30 13:24 UTC 

bug: wrong order of messages in notmuch-show
 2018-07-29 13:57 UTC  (10+ messages)
    ` (no subject)
      ` [PATCH 1/2] test: start threading test corpus
      ` [PATCH 2/2] test: add known broken test for "ghost roots"

[PATCH] test: add known broken test for multiple thread terms per message
 2018-07-27  8:37 UTC 

[BUG] Custom headers in `notmuch-message-headers` are broken
 2018-07-26  6:55 UTC  (5+ messages)

Removing notmuch-wash-excerpt-citations from hook breaks fontlocking
 2018-07-26  3:42 UTC  (3+ messages)

Protected headers in notmuch
 2018-07-25  6:01 UTC  (28+ messages)
` [PATCH 04/20] util/crypto: _notmuch_message_crypto: tracks message-wide crypto state
` [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 14/20] test: show cryptographic envelope information for signed mails
` [PATCH 17/20] cli/reply: add --protected-subject boolean flag

how to search for Morse code?
 2018-07-24 10:34 UTC  (3+ messages)

[Oliver Runge] Re: bug: wrong order of messages in notmuch-show
 2018-07-23 23:12 UTC  (2+ messages)

Sorting & grouping
 2018-07-23 14:46 UTC  (2+ messages)

v1: fix for threading of replies to ghost messages
 2018-07-23 12:09 UTC  (13+ messages)
` [PATCH 1/9] util: add DEBUG_PRINTF, rename error_util.h -> debug_print.h
` [PATCH 2/9] test: start threading test corpus
` [PATCH 3/9] test: add known broken tests for "ghost roots"
` [PATCH 4/9] lib: read reference terms into message struct
` [PATCH 5/9] lib/thread: refactor in-reply-to test
` [PATCH 6/9] lib: initial fix for "ghost replyto"
` [PATCH 7/9] lib: calculate message depth in thread
` [PATCH 8/9] lib/thread: rewrite _parent_or_toplevel to use depths
` [PATCH 9/9] lib/thread: change _resolve_thread_relationships "

Trust In-Reply-To when it looks sane
 2018-07-23  8:22 UTC  (6+ messages)
` [PATCH 1/5] test: add known broken test for good In-Reply-To / bad References
` [PATCH 2/5] test/thread-replies: mangle In-Reply-To's
` [PATCH 3/5] util/string-util: export skip_space
` [PATCH 4/5] lib: add _notmuch_message_id_parse_strict
` [PATCH 5/5] lib: change parent strategy to use In-Reply-To if it looks sane

[astroid] Announcing Astroid v0.13 ( with WebKit2 ! )
 2018-07-20  8:35 UTC 

Error while compacting: Bad position key
 2018-07-13 20:06 UTC  (3+ messages)

In some cases get_toplevel_messages() and _message_get_replies() does not return all messages
 2018-07-10 17:43 UTC  (3+ messages)

Bug: fatal error with notmuch new, second run starts indexing all over again
 2018-07-10 11:11 UTC  (18+ messages)

[PATCH] introduce new.rename_tags for renamed (moved) messages
 2018-07-06 14:04 UTC 

problems with Fcc through notmuch-command
 2018-06-30 10:17 UTC 

[PATCH] doc: clean up manpages
 2018-06-25  1:04 UTC  (3+ messages)

GitHub + notmuch scripts/hacks
 2018-06-24 13:35 UTC  (2+ messages)

WIP: store message headers in document data area
 2018-06-23  1:42 UTC  (13+ messages)
` [PATCH 01/12] test: link test_C snippets to libnotmuch_util.a
` [PATCH 02/12] lib: move string-map functions to libnotmuch_util
` [PATCH 03/12] test: add initial tests for string-map
` [PATCH 04/12] util/string-map: add _notmuch_string_map_serialize
` [PATCH 05/12] util/string-map: add _notmuch_string_map_deserialize
` [PATCH 06/12] util/string-map: add round trip test
` [PATCH 07/12] util/string-map: add _notmuch_string_map_set
` [PATCH 08/12] lib/database: add NOTMUCH_FEATURE_MESSAGE_DATA
` [PATCH 09/12] lib: add data_map field to message structs
` [PATCH 10/12] lib: factor out xapian access from notmuch_message_get_header
` [PATCH 11/12] lib/message: check message data_map for header
` [PATCH 12/12] lib/message: add notmuch_message_set_header

wish: notmuch-emacs: "Good signature by:" shows only email address, should show fingerprint also
 2018-06-22 10:49 UTC 

[PATCH] emacs: use new show --decrypt=stash feature in emacs UI
 2018-06-19 20:18 UTC  (13+ messages)
` [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

[gmailieer] Gmailieer v0.9 released
 2018-06-19 12:21 UTC 

notmuch-emacs: Fcc to top-level directory given by database.path
 2018-06-19  9:06 UTC  (5+ messages)

[astroid] Announcing Astroid v0.12
 2018-06-18 19:01 UTC 

[PATCH v2 1/3] devel: make printmimestructure py3 compatible
 2018-06-14 23:46 UTC  (2+ messages)

[PATCH] minor post-0.26 NEWS layout fixes
 2018-06-14 23:45 UTC  (3+ messages)

Use emacs docstrings in sphinx-docs
 2018-06-14  0:32 UTC  (12+ messages)
` [PATCH 01/11] emacs: initial version of rstdoc.el
` [PATCH 02/11] emacs: require notmuch-lib from notmuch-wash.el
` [PATCH 03/11] emacs: escape quote in docstring
` [PATCH 04/11] emacs: build docstring (rsti) files
` [PATCH 05/11] doc: only build notmuch-emacs docs if Emacs is present
` [PATCH 06/11] doc/emacs: require extracted docstrings for sphinx or info manual
` [PATCH 07/11] doc/emacs: add documentation for stashing 'c X' bindings
` [PATCH 08/11] doc/emacs: document notmuch-message-headers*
` [PATCH 09/11] doc/emacs: document notmuch-tagging-keys
` [PATCH 10/11] doc/emacs: document notmuch-poll*
` [PATCH 11/11] doc/emacs: document notmuch-cycle-notmuch-buffers


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