unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-11-29 14:23:13 to 2012-12-06 08:19:16 UTC [more...]

[PATCH 1/3] Adding an S-expression structured output printer
 2012-12-06  8:19 UTC  (36+ 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 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

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] test fixes, portability
 2012-12-05 21:23 UTC  (11+ 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

[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] emacs: stash bugfix
 2012-12-05 16:01 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] emacs: show: refresh buffer did not remove overlays
 2012-12-05 15:59 UTC  (4+ messages)
  ` [PATCH v2] "

[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] emacs: drop support for deprecated notmuch-folders
 2012-12-04 16:20 UTC  (4+ messages)
  ` [PATCH] NEWS: removal of notmuch-folders

[PATCH 1/1] Fixing failing JSON tests
 2012-12-04 15:24 UTC  (4+ messages)
    ` [PATCH] test: Fix UTF-8 JSON tests in Python 3

[PATCH 1/1] Changing build tool for test/random-corpus to CXX instead of CC
 2012-12-04 14:38 UTC  (2+ messages)

[PATCH] Adding parse-time to test/.gitignore
 2012-12-04 14:05 UTC 

[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  (12+ messages)
` [patch v3 1/6] hex-escape: (en|de)code strings to/from restricted character set
` [patch v3 2/6] test/hex-xcode: new test binary
` [patch v3 3/6] test/hex-escaping: new test for hex escaping routines
` [patch v3 4/6] test: add database routines for testing
` [patch v3 5/6] test: add generator for random "stub" messages
` [patch v3 6/6] test: add broken roundtrip test

[PATCH] contrib: pick: use notmuch-clean-address
 2012-12-03 11:35 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC PATCH] emacs: show: make show-get-message-prop usable from pick
 2012-12-03  1:22 UTC  (3+ messages)
` [PATCH] "

[PATCH 01/10] cli: Framework for structured output versioning
 2012-12-03  0:58 UTC  (11+ messages)
` [PATCH 02/10] search: Support --use-schema
` [PATCH 03/10] show: "
` [PATCH 04/10] reply: "
` [PATCH 05/10] test: Sanity tests for --use-schema argument
` [PATCH 06/10] emacs: Fix bug in resynchronizing after a JSON parse error
` [PATCH 07/10] emacs: Use --use-schema for search
` [PATCH 08/10] emacs: Factor out synchronous notmuch JSON invocations
` [PATCH 09/10] emacs: Improve error handling for notmuch-call-notmuch-json
` [PATCH 10/10] emacs: Use --use-schema for show and reply
` [PATCH 00/10] CLI output versioning

[PATCH 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-02 22:48 UTC 

V2 of batch-tagging plus new dump/restore
 2012-12-02 14:47 UTC  (34+ 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 10/17] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v2 12/17] man: document notmuch tag --batch, --input options
` [Patch v2 13/17] notmuch-restore: add support for input format 'batch-tag'
` [Patch v2 16/17] notmuch-{dump, restore}.1: document new format options
` [Patch v2 17/17] tag-util: optimization of tag application

[Patch v2 11/17] test: add test for notmuch tag --batch option
 2012-12-02  0:06 UTC  (4+ messages)
` [PATCH] "

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

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

[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  (6+ 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).