unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-11-25 01:16:57 to 2012-12-01 21:03:15 UTC [more...]

[PATCH 0/3] Add notmuch-pick to contrib
 2012-12-01 21:03 UTC  (3+ messages)

[PATCH] contrib: pick: use notmuch-clean-address
 2012-12-01 20:44 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/3] Adding an S-expression structured output printer
 2012-12-01 16:14 UTC  (17+ messages)
` [PATCH 2/3] Use the S-Expression structured printer for notmuch search
` [PATCH 3/3] Use the S-Expression structured printer in notmuch show and notmuch reply

[PATCH] emacs: Split the function notmuch-show-clean-address
 2012-12-01 12:45 UTC  (2+ messages)

[PATCH] lib: fix warnings when building with clang
 2012-12-01 12:43 UTC  (6+ messages)

[PATCH] configure: really expand libdir_expanded
 2012-12-01 12:32 UTC  (3+ messages)

[PATCH] news: add news entry for notmuch-pick
 2012-12-01 12:26 UTC  (2+ messages)

[PATCH] contrib: pick: use async parser from lib
 2012-12-01 12:26 UTC  (3+ messages)

[PATCH] contrib: pick: remove some debug timing messages
 2012-12-01 12:26 UTC  (2+ messages)

V2 of batch-tagging plus new dump/restore
 2012-12-01  4:30 UTC  (30+ messages)
` [Patch v2 01/17] hex-escape: (en|de)code strings to/from restricted character set
` [Patch v2 02/17] test/hex-xcode: new test binary
` [Patch v2 03/17] test/hex-escaping: new test for hex escaping routines
` [Patch v2 04/17] test: add database routines for testing
` [Patch v2 05/17] test: add generator for random "stub" messages
` [Patch v2 06/17] test: add broken roundtrip test
` [Patch v2 07/17] notmuch-dump: add --format=(batch-tag|sup)
` [Patch v2 08/17] util: add string-util.[ch]
` [Patch v2 09/17] tag-util.[ch]: New files for common tagging routines
` [Patch v2 11/17] test: add test for notmuch tag --batch option
    ` [PATCH] "
` [Patch v2 12/17] man: document notmuch tag --batch, --input options

[PATCH v2] emacs: display tags in notmuch-show with links
 2012-11-30 16:15 UTC  (8+ messages)
` [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

[BUG] Saving attachments containing UTF-8 chars
 2012-11-30 13:25 UTC  (8+ messages)

[PATCH 0/5] emacs: make tab completion use visible tags
 2012-11-30  8:21 UTC  (6+ messages)
` [PATCH 1/5] emacs: move tag.el utility functions from lists to strings
` [PATCH 2/5] emacs: allow the tag caller to specify possible completions
` [PATCH 3/5] emacs: notmuch.el remove duplicate tags from get-tags-region
` [PATCH 4/5] emacs: make search tag completion use the tags it believes are there
` [PATCH 5/5] emacs: show tag completion

On disk tag storage format
 2012-11-30  7:31 UTC  (3+ messages)

gmail label support in offlineimap - update
 2012-11-29 16:09 UTC  (9+ messages)

[PATCH 1/2] performance-test/README: update instructions for fetching corpus
 2012-11-29 13:52 UTC  (3+ messages)
` [PATCH 2/2] performance-test: add units to In and Out

[PATCH] test: Abort driver if a test script aborts
 2012-11-29 13:27 UTC  (3+ messages)

[PATCH] test: Use associative arrays to track external prereqs
 2012-11-29 13:26 UTC  (3+ messages)

gmail label support patch available for oflineimap
 2012-11-29 13:26 UTC  (26+ messages)

[PATCH] test: Don't print 'nil' at the beginning of emacs-subject-to-filename
 2012-11-29 13:26 UTC  (3+ messages)

[PATCH] test: Make the emacsclient binary user-configurable
 2012-11-29 13:25 UTC  (3+ messages)

Many color per line in notuch emacs mode
 2012-11-28 18:32 UTC  (4+ messages)

Subfolders as local subfolders in maildir after sync from gmail?
 2012-11-28 10:57 UTC 

[PATCH] test: Quote $output in calls to test_expect_equal
 2012-11-27 14:40 UTC  (3+ messages)

[PATCH 1/2] test/emacs: test saving of attachment containing 8bit octets
 2012-11-27 10:05 UTC  (3+ messages)

[PATCH 0/2] Ignore ignored broken symlinks
 2012-11-27  2:23 UTC  (6+ messages)
` [PATCH 1/2] test: Add a test for skipping "
` [PATCH 2/2] new: Skip "

[PATCH 1/3] test: Test notmuch new for single-message mbox
 2012-11-27  1:14 UTC  (8+ messages)
` [PATCH 2/3] test: Test for ignoring multi-message mbox
` [PATCH 3/3] lib: Reject multi-message mboxes and deprecate single-message mbox

[PATCH 0/6] API for iterating over all messages in a thread
 2012-11-26 17:35 UTC  (12+ messages)
` [PATCH 1/6] lib: Clean up error handling in _notmuch_thread_create
` [PATCH 2/6] lib: Separate list of all messages from top-level messages
` [PATCH 3/6] lib: Eliminate _notmuch_message_list_append
` [PATCH 4/6] lib: Add an iterator over all messages in a thread
` [PATCH 5/6] python: Add bindings for notmuch_thread_get_messages
` [PATCH 6/6] ruby: "

[PATCH 01/18] cli: add stub for insert command
 2012-11-26 16:21 UTC  (3+ messages)
` [PATCH 04/18] insert: copy stdin to Maildir tmp file

v4 of Performance tests
 2012-11-26 12:44 UTC  (8+ messages)
` [Patch v4 1/2] test: factor out part of test-lib.sh into test-lib-common.sh
` [Patch v4 2/2] test: initial performance testing infrastructure

[PATCH v2 00/20] insert command
 2012-11-26 12:05 UTC  (30+ messages)
` [PATCH v2 01/20] tag: factor out tag operation parsing
` [PATCH v2 02/20] tag: make tag operation parser public
` [PATCH v2 03/20] cli: add stub for insert command
` [PATCH v2 04/20] insert: open Maildir tmp file
` [PATCH v2 05/20] insert: copy stdin to "
` [PATCH v2 06/20] insert: move file from Maildir tmp to new
` [PATCH v2 07/20] insert: add new message to database
` [PATCH v2 08/20] insert: support --folder option
` [PATCH v2 09/20] insert: prevent writes outside Maildir hierarchy
` [PATCH v2 10/20] insert: apply default tags to new message
` [PATCH v2 11/20] insert: parse command-line tag operations
` [PATCH v2 12/20] insert: apply "
` [PATCH v2 13/20] insert: add --create-folder option
` [PATCH v2 14/20] insert: fsync after writing tmp file
` [PATCH v2 15/20] insert: fsync new directory after rename
` [PATCH v2 16/20] insert: trap SIGINT and clean up
` [PATCH v2 17/20] insert: add copyright line from notmuch-deliver
` [PATCH v2 18/20] test: add tests for insert
` [PATCH v2 19/20] man: document 'insert' command
` [PATCH v2 20/20] man: reference notmuch-insert.1

[PATCH v2 0/7] Fix emacs tagging race
 2012-11-26 10:15 UTC  (4+ messages)
` [PATCH v2 1/7] cli: allow query to come from stdin

Notmuch scripts (again), now with more usenet
 2012-11-25 23:36 UTC  (5+ messages)

BUG: notmuch stop on death symlink even
 2012-11-25 20:51 UTC  (2+ messages)

[PATCH v3 0/2] notmuch-show.el: text/calendar part insert fix
 2012-11-25 15:19 UTC  (3+ messages)
` [PATCH v3 1/2] notmuch-show.el: import calendar data with public function after CR removal

[PATCH 1/1] test: always source test-lib.sh as ./test-lib.sh
 2012-11-25  2:13 UTC  (2+ messages)

[Patch v2 14/17] test: update dump-restore roundtripping test for batch-tag format
 2012-11-25  1:16 UTC  (2+ messages)
` [PATCH] "


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