unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2013-10-12 12:07:46 to 2013-11-02 13:18:12 UTC [more...]

[PATCH 0/3] General fixes
 2013-11-02 13:18 UTC  (5+ messages)

[PATCH 1/4] test: Add compact test
 2013-11-02 12:23 UTC  (7+ messages)
` [PATCH 2/4] compact: Give user more feedback on failure renaming
` [PATCH 3/4] compact: Provide user with more error feedback
` [PATCH 4/4] database: Handle error while deleting uncompacted database

[PATCH 0/6] compactor changes
 2013-11-02 12:22 UTC  (12+ messages)
` [PATCH 1/6] lib: construct compactor within try block to catch any exceptions
` [PATCH 2/6] lib: add closure parameter to compact status update callback
  ` [PATCH] lib: update documentation of callback functions for database_compact and database_upgrade
` [PATCH 3/6] lib: use the backup path provided by the user, don't add anything to it
` [PATCH 4/6] cli: return error status if compaction fails
` [PATCH 5/6] cli: add compact --backup=FILE option, don't backup by default
` [PATCH 6/6] cli: add compact --verbose option and silence output without it

[PATCH] test: fix compact backup / restore test
 2013-11-02  0:01 UTC 

Build broken on OS X 10.9
 2013-11-01 14:22 UTC  (6+ messages)

[PATCH 00/11] Move notmuch-tree to mainline
 2013-11-01 12:04 UTC  (21+ messages)
` [PATCH 01/11] emacs: move notmuch-help to lib
` [PATCH 02/11] emacs: tree: remove unneeded declarations
` [PATCH 03/11] emacs: move notmuch-tree from contrib to mainline
` [PATCH 04/11] emacs: add tree to the makefile
` [PATCH 05/11] test: move emacs-tree test into mainline
` [PATCH 06/11] emacs: tree: remove test for emacs from tree test
` [PATCH 07/11] emacs: minimal change to autoload notmuch-tree
` [PATCH 08/11] test: tree: remove require from tests
` [PATCH 09/11] emacs: move search based tree functions to notmuch.el
` [PATCH 10/11] emacs: add z to common keymap
` [PATCH 11/11] emacs: move the show entry to tree into show.el
` [PATCH v2 7-11] Fix commit messages
  ` [PATCH v2 7/11] emacs: minimal change to load notmuch-tree by default
  ` [PATCH v2 8/11] test: tree: remove require from tests
  ` [PATCH v2 9/11] emacs: move search based tree functions to notmuch.el
  ` [PATCH v2 10/11] emacs: add z to common keymap
  ` [PATCH v2 11/11] emacs: move the show entry to tree into show.el

[PATCH 1/4] test: Add compact test
 2013-10-31 10:56 UTC  (3+ messages)

[PATCH] lib: fix build on !HAVE_XAPIAN_COMPACT
 2013-10-31  0:21 UTC  (3+ messages)

[PATCH 0/4] rename pick to tree
 2013-10-29 11:17 UTC  (8+ messages)
` [PATCH 1/4] contrib: pick: move lisp names from "
` [PATCH 2/4] pick: Change the test names and print out for pick tests
` [PATCH 3/4] pick: rename test outputs from pick to tree
` [PATCH 4/4] pick: rename test emacs-pick to emacs-tree

[PATCH 1/3] test: Add compact test
 2013-10-28 22:12 UTC  (5+ messages)
` [PATCH 2/3] compact: Give user more feedback on failure renaming
` [PATCH 3/3] compact: Provide user with more error feedback

[PATCH] new: Don't scan unchanged directories with no sub-directories
 2013-10-28 20:46 UTC  (9+ messages)
  ` [PATCH v2] "
      `  "

[PATCH] emacs: Add a space after completed tag operations
 2013-10-28 11:04 UTC  (4+ messages)

[PATCH] Compact tests and error handling
 2013-10-27 20:29 UTC  (8+ messages)
` [PATCH 1/3] test: Add compact test
` [PATCH 2/3] compact: Give user more feedback on failure renaming
` [PATCH 3/3] compact: Provide user with more error feedback

address completion in emacs via akonadi
 2013-10-27 20:12 UTC  (4+ messages)

How about these: -- CR & NL char in rfc2047-encoded header
 2013-10-27 13:23 UTC  (3+ messages)

[PATCH WIP] emacs: Sanitize authors and subjects in search and show
 2013-10-27 12:49 UTC  (3+ messages)

[PATCH 0/4] rename pick to tree
 2013-10-26 21:44 UTC  (6+ messages)
` [PATCH 1/4] contrib: pick: move lisp names from "
` [PATCH 2/4] pick: Change the test names and print out for pick tests
` [PATCH 3/4] pick: rename test outputs from pick to tree
` [PATCH 4/4] pick: rename test emacs-pick to emacs-tree

[PATCH 0/4] emacs: help: and remap keybindings
 2013-10-26 21:04 UTC  (5+ messages)
` [PATCH 1/4] emacs: help: check for nil key binding
` [PATCH 2/4] emacs: help: remove duplicate bindings
` [PATCH 3/4] emacs: help: remap support
` [PATCH 4/4] contrib: pick: use remap for the over-ridden global bindings

[PATCH 0/5] Move pick into mainline
 2013-10-26  9:26 UTC  (7+ messages)
` [PATCH 1/5] emacs: move pick from contrib "
` [PATCH 2/5] emacs: add pick to the Makefile
` [PATCH 3/5] test: move the pick tests to the main test directory
` [PATCH 4/5] test: add the emacs-pick test to the list of tests
` [PATCH 5/5] emacs: pick: remove initialisation message

[PATCH] Place extra_cflags before CONFIGURE_CFLAGS
 2013-10-26  0:38 UTC  (3+ messages)

[PATCH] perf: Clean corpus and caches in distclean, not clean
 2013-10-26  0:38 UTC  (3+ messages)

[PATCH v2 0/8] Improve tag change completion
 2013-10-26  0:37 UTC  (12+ messages)
` [PATCH v2 1/8] emacs: Fix misuse of `notmuch-tag'
` [PATCH v2 2/8] emacs: Take prompt and current tags in `notmuch-read-tag-changes'
` [PATCH v2 3/8] emacs: Use interactive specifications for tag changes in show
` [PATCH v2 4/8] emacs: Use interactive specifications for tag changes in search
` [PATCH v2 5/8] pick: Fix incorrect use of `notmuch-pick-tag'
` [PATCH v2 6/8] pick: Use list form of tag-changes in test
` [PATCH v2 7/8] pick: Use interactive specifications for tag changes
` [PATCH v2 8/8] emacs: Remove interactive behavior of `notmuch-tag'

[PATCH v2 00/11] Fix search tagging races
 2013-10-25 23:10 UTC  (13+ messages)
` [PATCH v2 01/11] schemata: Disambiguate non-terminal names
` [PATCH v2 02/11] cli: Separate current and deprecated format version
` [PATCH v2 03/11] lib: Document extent of some return values
` [PATCH v2 04/11] test: Fix missing erase-buffer in emacs test
` [PATCH v2 05/11] emacs: Move `notmuch-call-notmuch-process' to notmuch-lib
` [PATCH v2 06/11] emacs: Support passing input via `notmuch-call-notmuch-*'
` [PATCH v2 07/11] emacs: Use notmuch tag --batch for large tag queries
` [PATCH v2 08/11] search: Add stable queries to thread search results
` [PATCH v2 09/11] Add TODO about more efficient stable thread queries
` [PATCH v2 10/11] emacs: Add known-broken tests for search tagging races
` [PATCH v2 11/11] emacs: Fix "

release plan for 0.17
 2013-10-24 12:51 UTC 

[PATCH 1/3] cli: add insert --must-index option
 2013-10-24 10:19 UTC  (13+ messages)

Possible addtions to notmuch new ?
 2013-10-24  8:57 UTC  (4+ messages)
  `  "
    `  "

[PATCH 0/8] Improve tag change completion
 2013-10-23 15:44 UTC  (13+ messages)
` [PATCH 1/8] emacs: Fix misuse of `notmuch-tag'
` [PATCH 2/8] emacs: Take prompt and current tags in `notmuch-read-tag-changes'
` [PATCH 3/8] emacs: Use interactive specifications for tag changes in show
` [PATCH 4/8] emacs: Use interactive specifications for tag changes in search
` [PATCH 5/8] pick: Fix incorrect use of `notmuch-pick-tag'
` [PATCH 6/8] pick: Use list form of tag-changes in test
` [PATCH 7/8] pick: Use interactive specifications for tag changes
` [PATCH 8/8] emacs: Remove interactive behavior of `notmuch-tag'

notmuch on w32
 2013-10-21 21:59 UTC  (6+ messages)

[PATCH] notmuch compact support (v4)
 2013-10-20 17:02 UTC  (4+ messages)
` [PATCH 1/3] database: Add notmuch_database_compact_close

[PATCH v2] emacs: show: use interactive instead of current-prefix-arg
 2013-10-20  1:50 UTC  (3+ messages)

Support for more search terms?
 2013-10-18  5:31 UTC  (3+ messages)

[PATCH] lib: Add a new prefix "list" to the search-terms syntax
 2013-10-17 14:17 UTC  (3+ messages)

[PATCH 0/6] lib: replace the message header parser with gmime
 2013-10-17 14:03 UTC  (13+ messages)
` [PATCH 1/6] emacs: Sanitize authors and subjects in search and show
` [PATCH 2/6] cli: sanitize tabs to spaces in notmuch search
` [PATCH 3/6] cli: make the hacky from guessing more liberal
` [PATCH 4/6] lib: replace the header parser with gmime
` [PATCH 5/6] lib: parse messages only once
` [PATCH 6/6] HACK: fix broken messages in the perf test corpus

[PATCH] contrib: pick: update notmuch-show calls
 2013-10-14 11:36 UTC  (2+ messages)

[PATCH] test: set mail host in emacs_deliver
 2013-10-14 11:36 UTC  (2+ messages)

[PATCH 0/2] emacs: show: use interactive instead of current-prefix-arg
 2013-10-13  7:25 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] emacs: distinguish tag `flagged' on terminal
 2013-10-12 12:07 UTC  (2+ messages)


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