unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2018-05-11 06:58:15 to 2018-07-08 02:07:11 UTC [more...]

Bug: fatal error with notmuch new, second run starts indexing all over again
 2018-07-08  2:07 UTC  (14+ messages)

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

bug: wrong order of messages in notmuch-show
 2018-07-02  8:06 UTC  (4+ messages)

In some cases get_toplevel_messages() and _message_get_replies() does not return all messages
 2018-07-02  4:59 UTC 

Protected headers in notmuch
 2018-06-30  2:17 UTC  (39+ messages)
` [PATCH 01/20] test: new test framework to compare json parts
` [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
` [PATCH 18/20] indexing: record protected subject when indexing cleartext

'notmuch search thread:<>' lists multiple threads
 2018-06-30 13:42 UTC  (7+ messages)

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  (21+ 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  (6+ messages)
` [PATCH v2 2/3] minor cleanup to printmimestructure
` [PATCH v2 3/3] use #!/usr/bin/env python consistently

[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

[PATCH] doc: document notmuch show --decrypt=stash
 2018-06-13 15:12 UTC  (2+ messages)

notmuch release 0.27 now available
 2018-06-13  9:34 UTC 

[PATCH] devel: make printmimestructure py3 compatible
 2018-06-12 21:25 UTC  (7+ messages)
` [PATCH] minor cleanup to printmimestructure

[PATCH] emacs: use new show --decrypt=stash feature in emacs UI
 2018-06-11 23:04 UTC 

[PATCH] emacs: use new show --decrypt=stash feature in emacs UI
 2018-06-11 23:02 UTC 

build failures on mipsel
 2018-06-07 13:58 UTC  (9+ messages)

Start removing pre-3.0 gmime support?
 2018-06-06  0:37 UTC  (3+ messages)
` [RFC 1/2] doc: update INSTALL to require GMime 3.0
` [RFC 2/2] configure: Drop GMime 2.6 support

notmuch shows tag which is not on any email
 2018-06-05  5:45 UTC  (4+ messages)

[PATCH] WIP experimental extraction of elisp docstrings -> sphinx
 2018-06-05  1:42 UTC  (6+ messages)
` WIP2, automagic docstrings for notmuch-emacs.rst
  ` [PATCH 1/4] emacs: initial version of rstdoc.el
  ` [PATCH 2/4] emacs: require notmuch-lib from notmuch-wash.el
  ` [PATCH 3/4] emacs: build docstring (rsti) files
  ` [PATCH 4/4] WIP/doc: start to use docstrings in emacs manual

Feature freeze for 0.27
 2018-06-02 11:18 UTC  (12+ messages)
` [PATCH 1/2] NEWS: deprecate pre-1.4.0 Xapian
  ` [PATCH 2/2] NEWS: deprecate libgmime before 2.6.21
        ` [PATCH 1/3] NEWS: mention thread:{} queries
          ` [PATCH 2/3] NEWS: mention notmuch --full-scan
          ` [PATCH 3/3] NEWS: document installation of notmuch-emacs manual

setting LIBDIR_IN_LDCONFIG fails if /lib is a symlink to /usr/lib
 2018-06-02 11:12 UTC  (9+ messages)
      ` [PATCH] configure: check for links to/from libdir in ldconfig output

How old a version of xapian should notmuch support?
 2018-05-30 12:26 UTC  (4+ messages)

[PATCH] test: fix hardcoded paths in T050-new.sh
 2018-05-27 21:59 UTC  (3+ messages)

install info docs v1
 2018-05-26 15:56 UTC  (11+ messages)
` [PATCH 1/8] configure: check for makeinfo and install-info
` [PATCH 2/8] configure: set 'infodir'
` [PATCH 3/8] doc: install build and install info pages
` [PATCH 4/8] doc: install info files in elpa package
` [PATCH 5/8] debian: install info pages as part of elpa-emacs
` [PATCH 6/8] doc: initial documentation for notmuch-show-mode
` [PATCH 7/8] doc: initial documentation for notmuch-tree mode
` [PATCH 8/8] docs: add initial documentation for notmuch-tag-jump

v3: notmuch show --decrypt=stash
 2018-05-26 15:19 UTC  (10+ messages)
` [PATCH v3 1/8] lib: expose notmuch_message_get_database()
    ` [PATCH] lib: bump minor version
` [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 6/8] cli/show: reindex when we learned new session keys about a message

notmuch new coredump
 2018-05-24  3:44 UTC  (3+ messages)

[PATCH 1/2] CLI/new: add mtime-opt option
 2018-05-22 16:46 UTC  (5+ messages)
` [PATCH 1/4] CLI/new: add full-scan option
  ` [PATCH 4/4] doc: document notmuch new --full-scan

cleanups / fixes from olly betts
 2018-05-15  1:22 UTC  (5+ messages)
` [PATCH 1/2] drop use of register keyword
  ` [PATCH 2/2] bindings: clean extra file created by ruby extension build system

Thread subqueries
 2018-05-12 14:01 UTC  (7+ messages)

cope with inline PGP encrypted messages
 2018-05-11 17:42 UTC  (4+ messages)

emacs: Split wide window vertically for tree mode message pane
 2018-05-11 16:17 UTC  (2+ messages)

notmuch show --decrypt=stash
 2018-05-11  7:04 UTC  (5+ messages)
` [PATCH v2 4/5] cli/show: reindex when we learned new session keys about a message


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