unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2016-05-03 16:32:57 to 2016-06-07 10:28:52 UTC [more...]

Bug/Issue: References header doesn't wrap in emacs package
 2016-06-07 10:28 UTC  (5+ messages)

searching: '*analysis' vs 'reanalysis'
 2016-06-07 10:16 UTC  (10+ messages)
          ` [PATCH] WIP: regexp matching in subjects

LIBNOTMUCH_CHECK_VERSION macro broken
 2016-06-06 15:03 UTC  (3+ messages)
` [PATCH] lib: fix definition of LIBNOTMUCH_CHECK_VERSION

RFC: message property API
 2016-06-06  6:38 UTC  (24+ messages)
` [RFC patch 1/2] lib: refactor _notmuch_message_has_term
` [RFC patch 2/2] RFC message-property API
` message properties, round 2
  ` [RFC2 Patch 1/5] lib: read "property" terms from messages
  ` [RFC2 Patch 2/5] lib: private string map (associative array) API
  ` [RFC2 Patch 3/5] lib: basic message-property API
  ` [RFC2 Patch 4/5] lib: extend private string map API with iterators
  ` [RFC2 Patch 5/5] lib: iterator API for message properties
                  ` [PATCH] doc: document notmuch-dump header line

[PATCH] doc/notmuch-emacs.rst: update notmuch-hello buffer help text
 2016-06-05 20:38 UTC 

[PATCH] test: Tnnn-* script file name renames
 2016-06-05 16:21 UTC 

[PATCH] lib: document config metadata
 2016-06-05 15:44 UTC  (2+ messages)

notmuch restore --include=config --accumulate
 2016-06-05 12:34 UTC 

[PATCH 1/5] NEWS, python: update pointer to online documentation
 2016-06-05 11:41 UTC  (6+ messages)
` [PATCH 2/5] completion: update the location of the bash-completion project
` [PATCH 3/5] update link to Chip Rosenthal article about reply-to munging
` [PATCH 4/5] nmbug: updated to modern URL for PEP 343
` [PATCH 5/5] Use https instead of http where possible

[PATCH 1/2] doc: clean up boolean vs. probabilistic prefixes
 2016-06-05 11:40 UTC  (3+ messages)
` [PATCH 2/2] doc: include nomtuch-emacs-mua in documentation ToC

[PATCH] lib: whitespace cleanup
 2016-06-05 11:38 UTC  (2+ messages)

[PATCH v3] emacs: postpone/resume support
 2016-06-05 11:18 UTC  (3+ messages)

[Jameson Graef Rollins] Bug#826280: notmuch: shortcut to list tags
 2016-06-05  9:51 UTC  (4+ messages)

[PATCH] Use the Xapian::DB_RETRY_LOCK flag when available
 2016-06-04 12:38 UTC  (12+ messages)
  ` [PATCH v2] "
    ` v3 of DB_RETRY_LOCK
      ` [PATCH 1/4] Use the Xapian::DB_RETRY_LOCK flag when available
      ` [PATCH 2/4] test: factor out some boilerplate from C tests
        ` [PATCH] fixup! "
      ` [PATCH 3/4] test: initial tests for locking retry
      ` [PATCH 4/4] lib: add built_with handling for XAPIAN_DB_RETRY_LOCK
        ` [PATCH] fixup! "

Bug#826280: notmuch: shortcut to list tags
 2016-06-03 20:51 UTC 

[PATCH v2 0/3] postpone and resume support
 2016-06-03 18:42 UTC  (6+ messages)
` [PATCH v2 1/3] emacs: tree: move binding for pressing button in message pane to g
` [PATCH v2 2/3] emacs: notmuch-check-exit-status bugfix
` [PATCH v2 3/3] emacs: postpone/resume support

add notmuch tags from Gnus summary
 2016-06-03  7:12 UTC 

Emacs: postponing messages
 2016-06-03  0:57 UTC  (4+ messages)
` crypto and draft messages [was: Re: Emacs: postponing messages]
` [WIP PATCH] emacs: postpone/resume support

[Paul Wise] Bug#825886: notmuch: allow separation of command-line options and their values: --option foo
 2016-05-31 13:40 UTC  (2+ messages)

[Olivier Berger] Bug#825884: notmuch: Please document compact command
 2016-05-31  9:48 UTC 

[PATCH v2 1/3] test-lib.sh: renamed die...()s to trap...()s and exit...()
 2016-05-28 12:39 UTC  (3+ messages)
` [PATCH v2 2/3] test: add function die () and have use of it in add_email_corpus ()
` [PATCH v2 3/3] test: fix die() in test-lib-common.sh

[PATCH] notmuch-emacs-mua: escape $PWD (and cd always). use message-add-actions
 2016-05-28 11:06 UTC  (4+ messages)
  ` [PATCH 1/2] notmuch-emacs-mua: "
    ` [PATCH 2/2] notmuch-emacs-mua: escape $PWD (and cd always)

v6 of libconfig series
 2016-05-27 10:57 UTC  (9+ messages)
` [Patch v6 1/7] lib: provide config API
` [Patch v6 2/7] lib: config list iterators
` [Patch v6 3/7] CLI: add optional config data to dump output
` [Patch v6 4/7] CLI: optionally restore config data
` [Patch v6 5/7] CLI: add notmuch-config support for named queries
` [Patch v6 6/7] lib: make a global constant for query parser flags
` [Patch v6 7/7] lib: add support for named queries

[PATCH 1/2] test: set LD_LIBRARY_PATH early and keep its old contents
 2016-05-26 16:03 UTC  (3+ messages)
` [PATCH 2/2] test: test_python: set PYTHONPATH to the python execution environment

[PATCH 1/3] Makefile.local: set IS_GIT = yes when regular file $srcdir/.git exists
 2016-05-25 21:04 UTC  (3+ messages)
` [PATCH 2/3] Makefile.local: make IS_GIT simply expanded
` [PATCH 3/3] Makefile.local: use $(wildcard) to check existence of ${srcdir}/.git

[PATCH v3] config: Expand ~ to $HOME
 2016-05-25 15:55 UTC  (2+ messages)

version 5 of libconfig / single argument date / named query patches
 2016-05-24 11:54 UTC  (15+ messages)
` [Patch v5 01/11] configure: detect Xapian:FieldProcessor
` [Patch v5 02/11] lib: optionally support single argument date: queries
` [Patch v5 03/11] lib/cli: add library API / CLI for compile time options
` [Patch v5 04/11] configure: check directly for xapian compaction API
` [Patch v5 05/11] lib: provide config API
` [Patch v5 06/11] lib: config list iterators
` [Patch v5 07/11] CLI: add optional config data to dump output
` [Patch v5 08/11] CLI: optionally restore config data
` [Patch v5 09/11] CLI: add notmuch-config support for named queries
` [Patch v5 10/11] lib: make a global constant for query parser flags
` [Patch v5 11/11] lib: add support for named queries

Problem with emacs goto-address-at-point in email view
 2016-05-23 17:52 UTC  (3+ messages)

Macros for notmuch and bayesian spam learner (dspam)
 2016-05-23 16:34 UTC  (2+ messages)

[PATCH] emacs: show: allow user to insert rfc822 parts as messages
 2016-05-23 12:24 UTC  (2+ messages)

[PATCH 0/2] Address completion configuration
 2016-05-20 20:13 UTC  (3+ messages)
` [PATCH 1/2] emacs: address completion, allow sender/recipient and filters
` [PATCH 2/2] emacs: address: allow internal completion on an individual basis

[PATCH] emacs: address completion, allow sender/recipient and filters
 2016-05-19 14:45 UTC  (8+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] ruby: add bindings for `notmuch_database_get_all_tags`
 2016-05-19 11:07 UTC  (3+ messages)

[PATCH] test: copyright information updates
 2016-05-19 11:07 UTC  (2+ messages)

notmuch-show-message-resend v3
 2016-05-19 11:06 UTC  (4+ messages)
` [PATCH 1/2] emacs: add function to resend message to new recipients
` [PATCH 2/2] emacs: bind notmuch-show-resend-message to 'b' in notmuch-show mode

[PATCH] cli: tell how many messages were precisely matched when expected 1 match
 2016-05-19 11:05 UTC  (2+ messages)

[PATCH] configure: combine common parts of CONFIGURE_C{,XX}FLAGS
 2016-05-19 11:05 UTC  (2+ messages)

[WIP PATCH] Allow user to sort address completion by count
 2016-05-17 21:01 UTC 

[PATCH] test: set LD_LIBRARY_PATH early and keep its old contents
 2016-05-15 13:50 UTC  (2+ messages)

[PATCH 1/2] test-lib.sh: renamed die() to die_exit() and added generic die() function
 2016-05-15 13:44 UTC  (2+ messages)

[RFC PATCH] RFC: expand_tilde () for potential future path expansion
 2016-05-14 15:41 UTC  (2+ messages)

slight workaround needed to use gnus-alias
 2016-05-13 22:45 UTC  (6+ messages)

[PATCH] config: Expand ~ to $HOME
 2016-05-11 20:16 UTC  (10+ messages)

Search for "has an attachment"
 2016-05-11  4:01 UTC  (3+ messages)

v4 of libconfig / single argument date / named query patches
 2016-05-08  8:25 UTC  (14+ messages)
` [Patch v4 01/12] configure: detect Xapian:FieldProcessor
` [Patch v4 02/12] lib: optionally support single argument date: queries
` [Patch v4 03/12] lib/cli: add library API / CLI for compile time options
` [Patch v4 04/12] configure: check directly for xapian compaction API
` [Patch v4 05/12] lib: provide config API
` [Patch v4 06/12] lib: config list iterators
` [Patch v4 07/12] CLI: add optional config data to dump output
` [Patch v4 08/12] CLI: optionally restore config data
` [Patch v4 09/12] CLI: add notmuch-config support for named queries
` [Patch v4 10/12] lib: make a global constant for query parser flags
` [Patch v4 11/12] lib: add support for named queries
` [Patch v4 12/12] fixup! lib/cli: add library API / CLI for compile time options

[PATCH] configure: replace ${CXXLAGS} with ${CXXFLAGS_for_sh}
 2016-05-07 22:27 UTC  (3+ messages)
` [PATCH] configure: add set -u

v3 of libconfig / single argument date / named query patches
 2016-05-07 20:29 UTC  (10+ messages)
` [Patch v3 03/11] lib/cli: add library API / CLI for compile time options
` [Patch v3 05/11] lib: provide config API
` [Patch v3 07/11] CLI: add optional config data to dump output
` [Patch v3 10/11] lib: make a global constant for query parser flags


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