messages from 2018-08-25 11:58:03 to 2018-10-01 01:25:39 UTC [more...]
xapian parser bug?
2018-10-01 1:25 UTC (7+ messages)
unused/total message counts in hello screen?
2018-10-01 0:27 UTC (3+ messages)
[astroid] Announcing Astroid v0.14
2018-09-30 19:32 UTC
[PATCH 1/2] test: add two known broken tests searching for xapian keywords
2018-09-30 16:27 UTC (2+ messages)
` [PATCH 2/2] lib: use phrase search for anything not ending in '*'
[PATCH v2 0/4] Retrieve GPG keys asynchronously
2018-09-30 12:07 UTC (8+ messages)
` [PATCH v2 1/4] emacs: Asynchronous retrieval of GPG keys
` [PATCH v2 2/4] emacs: Minor refactoring of crypto code
` [PATCH v2 3/4] emacs: Add notmuch-crypto-gpg-program and use it
` [PATCH v2 4/4] emacs: Improve the reporting of key activity
Cutting down on unwanted emails using notmuch
2018-09-30 5:57 UTC
[PATCH v1 0/2] `notmuch-mua-send-hook' was ignored
2018-09-30 1:06 UTC (7+ messages)
` [PATCH v1 1/2] test: Check that `notmuch-mua-send-hook' is called on sending a message
` [PATCH v1 2/2] emacs: Call `notmuch-mua-send-hook' hooks when "
[PATCH v2 0/2] emacs: Optionally warn if attachments are mentioned in an outgoing
2018-09-23 11:09 UTC (4+ messages)
` [PATCH v2 1/2] emacs: Optionally check for missing attachments in outgoing messages
` [PATCH v2 2/2] test: Add emacs attachment check tests
[PATCH] introduce new.rename_tags for renamed (moved) messages
2018-09-21 8:34 UTC (5+ messages)
` [PATCH v2] "
[PATCH 1/2] completion: more complete completion for zsh
2018-09-21 0:08 UTC (12+ messages)
` [PATCH 2/2] debian: update zsh completion installation
` [PATCH] completion: load all addresses and cache in _email-notmuch
` [PATCH] try regexp searching for completion
` forgot amending the commit :)
` zsh completion finalized and squashed
[PATCH] python: fix unchecked None access in get_property
2018-09-20 1:01 UTC (2+ messages)
v2: Install notmuch-emacs-mua and notmuch-mutt with absolute shebangs
2018-09-18 11:21 UTC (9+ messages)
` [PATCH 1/6] configure: absolute path of bash
` [PATCH 2/6] build: install notmuch-emacs-mua with absolute shebang
` [PATCH 3/6] configure: absolute path of perl
` [PATCH 4/6] contrib/notmuch-mutt: add install target
` [PATCH 5/6] debian: bump compat level to 11
` [PATCH 6/6] debian: update notmuch-mutt packaging to use install target
[PATCH] More complete completion scripts for zsh
2018-09-16 14:38 UTC (8+ messages)
` [PATCH] Fix Makefile.local for install notmuch zsh completions
` Updated zsh completion patches
` [PATCH 1/2] More complete completion scripts for zsh
` [PATCH 2/2] debian: update zsh completion installation
Test suite fixes for Xapian 1.2.x
2018-09-15 0:01 UTC (5+ messages)
` [PATCH 1/2] test: mark thread subqueries broken without field processors
` [PATCH 2/2] test: make regexp test conditional on "
RFC: Install scripts with absolute paths by default
2018-09-13 21:29 UTC (4+ messages)
` [PATCH 1/2] configure: absolute path of bash
` [PATCH 2/2] build: install notmuch-emacs-mua with absolute shebang
Notmuch DB Problems
2018-09-12 2:41 UTC (10+ messages)
How old a version of xapian should notmuch support?
2018-09-11 0:09 UTC (4+ messages)
[PATCH v2 1/2] notmuch: Database paths without a leading / are relative to $HOME
2018-09-08 23:49 UTC (4+ messages)
` [PATCH v2 2/2] test: Absolute and relative directory paths
bug: wrong order of messages in notmuch-show
2018-09-08 20:42 UTC (3+ messages)
[SUPPORTIVE PATCH 0.27.200] build and use zlib-1.2.8 on older systems
2018-09-08 14:17 UTC
[PATCH] cli: add --output=filesandtags to notmuch search
2018-09-08 13:46 UTC (2+ messages)
[PATCH v1 0/2] Interpret a directory path without a leading slash as relative to $HOME
2018-09-08 10:28 UTC (9+ 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
notmuch.readthedocs.org
2018-09-07 14:21 UTC (6+ messages)
[PATCH 0/1] RFC: add attachment checks
2018-09-07 12:28 UTC (8+ messages)
` [PATCH 1/1] "
feature request: fetch missing keys in the background
2018-09-07 11:31 UTC (15+ messages)
` PATCH: "
Any tips on invoking notmuch cli securely? (pre-ANN yet another web client)
2018-09-06 19:12 UTC (2+ messages)
[PATCH v1 0/2] emacs: Optionally warn if attachments are mentioned in an outgoing
2018-09-06 18:14 UTC (3+ messages)
` [PATCH v1 1/2] emacs: Optionally check for missing attachments in outgoing messages
` [PATCH v1 2/2] test: Add emacs attachment check tests
'notmuch search thread:<>' lists multiple threads
2018-09-06 10:50 UTC (9+ messages)
threading fixes v4
2018-09-06 11:11 UTC (19+ messages)
` [PATCH 01/17] test: start threading test corpus
` [PATCH 02/17] test: add known broken tests for "ghost roots"
` [PATCH 03/17] lib/thread: sort sibling messages by date
` [PATCH 04/17] lib: read reference terms into message struct
` [PATCH 05/17] lib/thread: add macro for debug printing of threading
` [PATCH 06/17] lib: add _notmuch_message_list_empty
` [PATCH 07/17] lib/thread: refactor in_reply_to test
` [PATCH 08/17] use EMPTY_STRING in _parent_via_in_reply_to
` [PATCH 09/17] lib/thread: initial use of references as for fallback parenting
` [PATCH 10/17] lib: calculate message depth in thread
` [PATCH 11/17] lib/thread: rewrite _parent_or_toplevel to use depths
` [PATCH 12/17] lib/thread: change _resolve_thread_relationships "
` [PATCH 13/17] test: add known broken test for good In-Reply-To / bad References
` [PATCH 14/17] test/thread-replies: mangle In-Reply-To's
` [PATCH 15/17] util/string-util: export skip_space
` [PATCH 16/17] lib: add _notmuch_message_id_parse_strict
` [PATCH 17/17] lib: change parent strategy to use In-Reply-To if it looks sane
[PATCH v1 0/4] Retrieve GPG keys asynchronously, et al
2018-09-04 13:28 UTC (5+ messages)
` [PATCH v1 1/4] emacs: Asynchronous retrieval of GPG keys
` [PATCH v1 2/4] emacs: Minor refactoring of crypto code
` [PATCH v1 3/4] emacs: Add notmuch-crypto-gpg-program and use it
` [PATCH v1 4/4] emacs: Improve the reporting of key activity
threading replies fixes v3
2018-09-03 15:18 UTC (23+ 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
plans for 0.28
2018-09-01 11:30 UTC
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 (2+ messages)
[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 (4+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).