unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2013-10-28 14:09:44 to 2013-11-12 19:31:42 UTC [more...]

[PATCH] notmuch: Add "maildir:" search option
 2013-11-12 19:31 UTC  (2+ messages)

compactor adjustments
 2013-11-12 18:58 UTC  (5+ messages)
` [PATCH 1/3] lib: make compact to keep backup until new database in place
` [PATCH 2/3] lib: unconditionally attempt to remove old wip database compact directory
` [PATCH 3/3] lib: provide user more information on after-compaction failures

[PATCH v3 0/7] emacs: help: remap keybindings
 2013-11-12 18:47 UTC  (12+ messages)
` [PATCH v3 1/7] emacs: help: check for nil key binding
` [PATCH v3 2/7] emacs: help: remove duplicate bindings
` [PATCH v3 3/7] emacs: help: split out notmuch-describe-key as a function
` [PATCH v3 4/7] emacs: help: add base-keymap
` [PATCH v3 5/7] emacs: help: add a special function to deal with remaps
` [PATCH v3 6/7] emacs: tree: use remap for the over-ridden global bindings
` [PATCH v3 7/7] emacs: help: base-keymap-test-help
` [PATCH] emacs: help: bugfix

Arg out of range error when tagging on the search view
 2013-11-12 15:12 UTC  (3+ messages)

alot: can't read sent emails, after encryption
 2013-11-12 14:27 UTC 

[PATCH 00/21] vim: general updates
 2013-11-11 18:11 UTC  (28+ messages)
` [PATCH 01/21] vim: run mutt in default term
` [PATCH 02/21] vim: don't automatically refresh after tagging
` [PATCH 03/21] vim: use notmuch fields
` [PATCH 04/21] vim: refactor database handling
` [PATCH 05/21] vim: show first message of the thread
` [PATCH 06/21] vim: use much clearer sort constant
` [PATCH 07/21] vim: add option to save the patches of a patch series
` [PATCH 08/21] vim: allow calling with arguments
` [PATCH 09/21] vim: split $email_address
` [PATCH 10/21] vim: generate custom message-id
` [PATCH 11/21] vim: don't execute search if it's cancelled
` [PATCH 12/21] vim: trivial cleanup
` [PATCH 13/21] vim: refactor open_reply()
` [PATCH 14/21] vim: add option to compose new messages
` [PATCH 15/21] vim: rename internal notmuch_rb variables
` [PATCH 16/21] vim: rename public "
` [PATCH 17/21] vim: move default sets to set_defaults()
` [PATCH 18/21] vim: add wrapper for old variable names
` [PATCH 19/21] vim: remove unnecessary buffer queue
` [PATCH 20/21] vim: check compose is done on delete
` [PATCH 21/21] vim: add help file

fix for failing tests with gmime 2.6.19
 2013-11-11 16:01 UTC  (10+ messages)
` [PATCH 1/2] test: add optional workaround for gmime bug
` [PATCH 2/2] test: work around gmime bug using notmuch_reply_sanitize
  ` [Patch v2 1/2] test: add optional workaround for gmime bug
    ` [Patch v2 2/2] test: work around gmime bug using notmuch_reply_sanitize

[PATCH 1/1] devel/release-checks.sh: check NOTMUCH_(MAJOR|MINOR|MICRO)_VERSION
 2013-11-11  3:19 UTC  (3+ messages)

[PATCH] completion: update bash completion
 2013-11-11  3:18 UTC  (4+ messages)

[PATCH v2 00/11] Fix search tagging races
 2013-11-09  1:00 UTC  (3+ messages)

RPM repository for Fedora on copr
 2013-11-09  0:45 UTC 

[PATCH v2 0/5] emacs: help: and remap keybindings
 2013-11-08  3:35 UTC  (9+ messages)
` [PATCH v2 1/5] emacs: help: check for nil key binding
` [PATCH v2 2/5] emacs: help: remove duplicate bindings
` [PATCH v2 3/5] emacs: help: split out notmuch-describe-key as a function
` [PATCH v2 4/5] emacs: help: add a special function to deal with remaps
` [PATCH v2 5/5] emacs: tree: use remap for the over-ridden global bindings

[PATCH v2 00/11] compactor changes v2
 2013-11-07 23:30 UTC  (25+ messages)
` [PATCH v2 01/11] test: fix compact backup / restore test
` [PATCH v2 02/11] lib: construct compactor within try block to catch any exceptions
` [PATCH v2 03/11] lib: check talloc success in compact
` [PATCH v2 04/11] lib: do not leak the database in compaction
` [PATCH v2 05/11] lib: add closure parameter to compact status update callback
` [PATCH v2 06/11] lib: update documentation of callback functions for database_compact and database_upgrade
` [PATCH v2 07/11] lib: use the compaction backup path provided by the caller
` [PATCH v2 08/11] cli: return error status if compaction fails
` [PATCH v2 09/11] cli: add compact --backup=DIRECTORY option, don't backup by default
` [PATCH v2 10/11] cli: add compact --verbose option and silence output without it
  ` [PATCH 1/2] cli: add compact --quiet option and silence output with it
    ` [PATCH 2/2] man: document notmuch compact --quiet and --backup=DIRECTORY options
` [PATCH v2 11/11] man: document notmuch compact --verbose "

[PATCH] lib: add library version check macro
 2013-11-07 23:27 UTC  (4+ messages)

[PATCH 0/4] emacs: help: and remap keybindings
 2013-11-07 19:47 UTC  (5+ messages)
` [PATCH 1/4] emacs: help: check for nil key binding
` [PATCH 3/4] emacs: help: remap support

Build broken on OS X 10.9
 2013-11-07 14:07 UTC  (12+ messages)

[PATCH 00/11] Move notmuch-tree to mainline
 2013-11-07 12:20 UTC  (22+ 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

[RFC PATCH 0/2] library reference man page
 2013-11-06 17:35 UTC  (3+ messages)
` [RFC PATCH 1/2] devel: add doxygen configuration file
` [RFC PATCH 2/2] lib: modify notmuch.h for automatic document generation

[PATCH 1/4] test: Add compact test
 2013-11-04 20:06 UTC  (8+ 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/8] Improve tag change completion
 2013-11-04  0:42 UTC  (3+ messages)
` [PATCH 8/8] emacs: Remove interactive behavior of `notmuch-tag'

[PATCH 1/1] build: remove trailing '/.' when doing mkdir -p .deps/
 2013-11-03 21:55 UTC  (3+ messages)

Getting the right root mail of the thread
 2013-11-03 21:44 UTC  (11+ messages)

[PATCH] test: fix compact backup / restore test
 2013-11-03 12:30 UTC  (4+ messages)

[PATCH] notmuch compact support (v4)
 2013-11-02 18:30 UTC  (3+ messages)
` [PATCH 1/3] database: Add notmuch_database_compact_close

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

[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 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  (2+ messages)

[PATCH 1/3] test: Add compact test
 2013-10-28 22:12 UTC  (4+ messages)
` [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  (4+ messages)
` [PATCH v2] "
    `  "


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