unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-12-05 17:25:03 to 2012-12-10 02:48:23 UTC [more...]

[PATCH v5 00/12] emacs: more flexible and consistent tagging operations
 2012-12-10  2:48 UTC  (4+ messages)
` [PATCH v2 0/6] `notmuch-show-tag-all' with prefix arg only tags open messages
  ` [PATCH v2 1/6] test: emacs: new tests "notmuch-show: {add, remove} multiple tags {to, from} single message"

V6 batch tagging patches
 2012-12-10  0:59 UTC  (8+ messages)
` [Patch v6 1/6] tag-util: factor out rules for illegal tags, use in parse_tag_line
` [Patch v6 2/6] notmuch-tag.c: convert to use tag-utils
` [Patch v6 3/6] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v6 4/6] test: add test for notmuch tag --batch option
` [Patch v6 5/6] notmuch-tag.1: tidy synopsis formatting
` [Patch v6 6/6] man: document notmuch tag --batch, --input options

gmail importer script
 2012-12-09 23:13 UTC  (17+ messages)
` [PATCH] Minor style changes

[PATCH] emacs: add support for stashing the thread id in show view
 2012-12-09 23:12 UTC  (6+ messages)
  ` [PATCH v2] "

v5 of Batch-tag dump/restore patches
 2012-12-09 23:05 UTC  (16+ messages)
` [Patch v5 01/11] notmuch-dump: add --format=(batch-tag|sup)
` [Patch v5 02/11] test: add sanity check for dump --format=batch-tag
` [Patch v5 03/11] util: add string-util.[ch]
` [Patch v5 04/11] tag-util.[ch]: New files for common tagging routines
` [Patch v5 05/11] notmuch-restore: add support for input format 'batch-tag'
` [Patch v5 06/11] notmuch-restore: normalize case of error messages
` [Patch v5 07/11] test: update dump-restore roundtripping test for batch-tag format
` [Patch v5 08/11] test: second set of dump/restore --format=batch-tag tests
` [Patch v5 09/11] test/dump-restore: add test for warning/error messages
` [Patch v5 10/11] notmuch-{dump, restore}.1: document new format options
` [Patch v5 11/11] tag-util: optimization of tag application

[PATCH] contrib: pick: Do not indent messages in the message pane
 2012-12-09 20:30 UTC 

[PATCH] contrib: pick: bugfix for pick splitting the window excessively
 2012-12-09 20:17 UTC 

[PATCH v4 0/3] indicate length of omitted body content
 2012-12-09 19:21 UTC  (5+ messages)
` [PATCH v4 1/3] test: normalize only message filenames in show json
` [PATCH v4 2/3] show: indicate length, encoding of omitted body content
` [PATCH v4 3/3] test: conform to content length, encoding fields

Notmuch scripts (again), now with more usenet
 2012-12-09 19:12 UTC  (2+ messages)

[PATCH v2 0/4] cli: add notmuch search --format=text0
 2012-12-09 15:51 UTC  (6+ messages)
` [PATCH v2 1/4] sprinter: add text0 formatter for null character separated text
` [PATCH v2 2/4] cli: add --format=text0 to notmuch search
` [PATCH v2 3/4] test: notmuch search --format=text0
` [PATCH v2 4/4] man: document "

[PATCH V3 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-09 11:56 UTC 

[RFC PATCH] emacs/show: add command to view a patch using diff mode
 2012-12-09  2:05 UTC  (2+ messages)
` [PATCH] "

[PATCH] TODO: date range queries - check
 2012-12-09  1:53 UTC  (13+ messages)

[PATCH] emacs: query: make sync queries use sexp
 2012-12-09  0:47 UTC  (2+ messages)

[PATCH 4/4] tags_to_maildir_flags: Don't rename if no flags change
 2012-12-08 22:14 UTC  (3+ messages)
` [PATCH] test: Adding non-maildir tags does not move message from new to cur

v4 of Hex Dump/Restore patches
 2012-12-08 19:47 UTC  (16+ messages)
` [Patch v4 01/10] notmuch-dump: add --format=(batch-tag|sup)
` [Patch v4 02/10] test: add sanity check for dump --format=batch-tag
` [Patch v4 03/10] util: add string-util.[ch]
` [Patch v4 04/10] tag-util.[ch]: New files for common tagging routines
` [Patch v4 05/10] notmuch-restore: add support for input format 'batch-tag'
` [Patch v4 06/10] test: update dump-restore roundtripping test for batch-tag format
` [Patch v4 07/10] test: second set of dump/restore --format=batch-tag tests
` [Patch v4 08/10] test/dump-restore: add test for warning/error messages
` [Patch v4 09/10] notmuch-{dump, restore}.1: document new format options
` [Patch v4 10/10] tag-util: optimization of tag application

[PATCH V2 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-08 19:28 UTC  (2+ messages)

Tags with spaces
 2012-12-08 15:21 UTC  (6+ messages)

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

[PATCH 0/3] test fixes, portability
 2012-12-08 13:35 UTC  (8+ messages)
` [PATCH 1/3] test: fix count test

[PATCH v5 0/5] New output format sexp (Lisp S-Expressions)
 2012-12-08 13:34 UTC  (10+ 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

The Gmail Importer Script: Complete
 2012-12-08 13:18 UTC 

[PATCH 0/2] Add some thread based actions to pick
 2012-12-08 12:48 UTC  (3+ messages)
` [PATCH 1/2] contrib: pick: add thread based utility functions
` [PATCH 2/2] contrib: pick: thread tagging (including archiving) implemented

[PATCH] contrib: pick: slightly tweak running search and pick from pick buffer
 2012-12-08 12:44 UTC 

[PATCH] contrib: pick: archive message updated
 2012-12-08 12:41 UTC 

V3b of batch tagging/dump/restore patches
 2012-12-08 11:43 UTC  (21+ 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

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

[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 v2 0/5] New output format sexp (Lisp S-Expressions)
 2012-12-07  2:54 UTC  (11+ messages)
` [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 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  (3+ messages)
` [PATCH v2] "

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

[PATCH] emacs: drop support for deprecated notmuch-folders
 2012-12-06 21:24 UTC  (3+ 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  (2+ messages)

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