unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-12-02 19:48:12 to 2012-12-08 10:50:49 UTC [more...]

V3b of batch tagging/dump/restore patches
 2012-12-08 10:50 UTC  (19+ messages)
` [Patch v3b 1/9] notmuch-dump: add --format=(batch-tag|sup)
` [Patch v3b 2/9] test: add sanity check for dump --format=batch-tag
` [Patch v3b 3/9] util: add string-util.[ch]
` [Patch v3b 4/9] tag-util.[ch]: New files for common tagging routines
` [Patch v3b 5/9] notmuch-restore: add support for input format 'batch-tag'
` [Patch v3b 6/9] test: update dump-restore roundtripping test for batch-tag format
` [Patch v3b 7/9] test: second set of dump/restore --format=batch-tag tests
` [Patch v3b 8/9] notmuch-{dump, restore}.1: document new format options
` [Patch v3b 9/9] tag-util: optimization of tag application

[PATCH 01/10] cli: Framework for structured output versioning
 2012-12-08  9:29 UTC  (7+ messages)
` [PATCH 06/10] emacs: Fix bug in resynchronizing after a JSON parse error
` [PATCH 07/10] emacs: Use --use-schema for search
` [PATCH 00/10] CLI output versioning

Tags with spaces
 2012-12-08  6:27 UTC  (4+ messages)

[PATCH V2 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-07 22:52 UTC 

[PATCH] emacs: add support for stashing the thread id in show view
 2012-12-07 22:25 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] TODO: date range queries - check
 2012-12-07 21:45 UTC  (9+ messages)

[PATCH 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-07 16:33 UTC  (3+ messages)

[PATCH v5 0/5] New output format sexp (Lisp S-Expressions)
 2012-12-07 16:03 UTC  (9+ messages)
` [PATCH v5 1/5] Adding an S-expression structured output printer
` [PATCH v5 2/5] Rename the -json printer functions in notmuch-reply and notmuch-show to generic -sprinter functions
` [PATCH v5 3/5] Use the S-Expression structured printer in notmuch-show, notmuch-reply and notmuch-search
` [PATCH v5 4/5] Adding tests for --format=sexp
` [PATCH v5 5/5] Updating man pages for new S-Expression output format

gmail importer script
 2012-12-07 15:32 UTC  (10+ messages)
` [PATCH] Minor style changes

[PATCH 1/1] Fixing failing JSON tests
 2012-12-07 13:14 UTC  (6+ messages)
    ` [PATCH] test: Fix UTF-8 JSON tests in Python 3

[PATCH v4 0/5] New output format sexp (Lisp S-Expressions)
 2012-12-07  8:24 UTC  (14+ messages)
` [PATCH v4 1/5] Adding an S-expression structured output printer
` [PATCH v4 2/5] Rename the -json printer functions in notmuch-reply and notmuch-show to generic -sprinter functions
` [PATCH v4 3/5] Use the S-Expression structured printer in notmuch-show, notmuch-reply and notmuch-search
` [PATCH v4 4/5] Adding tests for --format=sexp
` [PATCH v4 5/5] Updating man pages for new S-Expression output format

[RFC PATCH] emacs: show: make show-get-message-prop usable from pick
 2012-12-07  8:09 UTC  (4+ messages)
` [PATCH] "

[PATCH 1/3] Adding an S-expression structured output printer
 2012-12-07  2:54 UTC  (22+ messages)
` [PATCH v2 0/5] New output format sexp (Lisp S-Expressions)
  ` [PATCH v3 "
  ` [PATCH v3 1/5] Adding an S-expression structured output printer
  ` [PATCH v3 2/5] Rename the -json printer functions in notmuch-reply and notmuch-show to generic -sprinter functions
  ` [PATCH v3 3/5] Use the S-Expression structured printer in notmuch-show, notmuch-reply and notmuch-search
  ` [PATCH v3 4/5] Adding tests for --format=sexp
  ` [PATCH v3 5/5] Updating man pages for new S-Expression output format
` [PATCH v2 1/5] Adding an S-expression structured output printer
` [PATCH v2 2/5] Rename the -json printer functions in notmuch-reply and notmuch-show to generic -sprinter functions
` [PATCH v2 3/5] Use the S-Expression structured printer in notmuch-show, notmuch-reply and notmuch-search
` [PATCH v2 4/5] Adding tests for --format=sexp
` [PATCH v2 5/5] Updating man pages for new S-Expression output format

[PATCH 1/2] sprinter: add text0 formatter for null character separated text
 2012-12-06 22:29 UTC  (2+ messages)
` [PATCH 2/2] cli: add --format=text0 to notmuch search

[PATCH] emacs: stash bugfix
 2012-12-06 21:25 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] emacs: show: refresh buffer did not remove overlays
 2012-12-06 21:24 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] emacs: drop support for deprecated notmuch-folders
 2012-12-06 21:24 UTC  (5+ messages)
  ` [PATCH] NEWS: removal of notmuch-folders

[PATCH] Adding parse-time to test/.gitignore
 2012-12-06 21:23 UTC  (2+ messages)

[PATCH 1/1] Changing build tool for test/random-corpus to CXX instead of CC
 2012-12-06 21:21 UTC  (3+ messages)

[PATCH 0/3] test fixes, portability
 2012-12-06 13:45 UTC  (12+ messages)
` [PATCH 1/3] test: fix count test
` [PATCH 2/3] test: wrap 'wc -l' results in arithmetic evaluation to strip whitespace
` [PATCH 3/3] test: use perl instead of sed -r for portability

Performance test improvements, v2
 2012-12-06  3:01 UTC  (12+ messages)
` [Patch v2 01/11] perf-test: propagate non-zero returns from /usr/bin/time
` [Patch v2 02/11] perf-test: add argument parsing for performance tests
` [Patch v2 03/11] perf-test: add corpus size to output, compact I/O stats
` [Patch v2 04/11] perf-test: optionally print description for each group of tests
` [Patch v2 05/11] perf-test: cache unpacked corpus
` [Patch v2 06/11] perf-test: add caching of xapian database
` [Patch v2 07/11] perf-test: update README
` [Patch v2 08/11] perf-test: bump corpus version to 0.3
` [Patch v2 09/11] perf-test: unpack tags
` [Patch v2 10/11] perf-test: split basic into 00-new and 01-dump-restore
` [Patch v2 11/11] perf-test: use nmbug tags in dump-restore tests

[PATCH 0/3] Use invisibility to toggle display of all parts including multipart
 2012-12-05 17:24 UTC  (6+ messages)
` [PATCH 1/3] emacs: show: modify insert-part-header to save the button text
` [PATCH 2/3] emacs: show: add overlays for each part
` [PATCH 3/3] emacs: show: add invisibility button action
  ` [PATCH] emacs: show: make RET always toggle parts where plausible

[PATCH 1/3] performance-test: add argument parsing for performance tests
 2012-12-05 12:23 UTC  (12+ messages)
` [PATCH 2/3] perf-test: cache unpacked corpus
` [PATCH 3/3] perf-test: add caching of xapian database
  ` [PATCH 1/4] perf-test: add corpus size to output, compact I/O stats
    ` [PATCH 2/4] perf-test: bump corpus version to 0.3
    ` [PATCH 3/4] perf-test: unpack tags
    ` [PATCH 4/4] perf-test: add nmbug tags to default database

[PATCH 1/2] cli: fix notmuch top level argument parsing
 2012-12-04 14:00 UTC  (9+ messages)
` [PATCH 2/2] cli: convert "notmuch new" to the argument parser

[PATCH] test: fix an evident copy-paste error in argument parsing test
 2012-12-04 13:14 UTC  (3+ messages)

using the List-Post header to reply to mailing lists
 2012-12-04  9:42 UTC 

[PATCH v2 0/3] Allow emacs to toggle display of all parts including multipart
 2012-12-03 22:45 UTC  (5+ messages)
` [PATCH v2 1/3] emacs: show: make refresh fix point(ish)
` [PATCH v2 2/3] emacs: allow the user to toggle the visibility of multipart/alternative parts
` [PATCH v2 3/3] emacs: show make default part button toggle view when sensible

[RFC PATCH] cli: add --remove-all option to "notmuch tag"
 2012-12-03 22:12 UTC 

[PATCH (draft) 0/2] Allow emacs to toggle display of all parts including multipart
 2012-12-03 17:15 UTC  (3+ messages)

Using notmuch with planner
 2012-12-03 12:45 UTC 

v3 of testing for new tagging/dump/restore
 2012-12-03 11:38 UTC  (7+ messages)
` [patch v3 3/6] test/hex-escaping: new test for hex escaping routines
` [patch v3 6/6] test: add broken roundtrip test

[PATCH] contrib: pick: use notmuch-clean-address
 2012-12-03 11:35 UTC  (3+ 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).