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

[PATCH v5 0/4] indicate length of omitted body content
 2012-12-15 23:22 UTC  (10+ messages)
` [PATCH v5 1/4] test: normalize only message filenames in show json
` [PATCH v5 2/4] show: indicate charset for all omitted parts
  ` [PATCH v5b] "
` [PATCH v5 3/4] show: indicate length, encoding of omitted body content
` [PATCH v5 4/4] test: conform to content length, encoding fields

v7 batch tagging series
 2012-12-15 23:21 UTC  (27+ messages)
` [Patch v7 01/14] parse_tag_line: use enum for return value
` [Patch v7 02/14] tag-util: factor out rules for illegal tags, use in parse_tag_line
` [Patch v7 03/14] notmuch-tag.c: convert to use tag-utils
` [Patch v7 04/14] notmuch-tag: factor out double quoting routine
` [Patch v7 05/14] quote_and_decode_query: new function to quote hex-decoded queries
      ` [PATCH] fixup for hex encoding desription in notmuch-tag.1
` [Patch v7 06/14] notmuch-restore: move query handling for batch restore to parser
    ` [PATCH] fixup: clarify TAG_FLAG_ID_ONLY comments and name
` [Patch v7 07/14] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v7 08/14] test/tagging: add test for error messages of tag --batch
` [Patch v7 09/14] test/tagging: add basic tests for batch tagging functionality
` [Patch v7 10/14] test/tagging: add tests for exotic tags
` [Patch v7 11/14] test/tagging: add test for exotic message-ids and batch tagging
` [Patch v7 12/14] test/tagging: add test for compound queries with "
` [Patch v7 13/14] notmuch-tag.1: tidy synopsis formatting
` [Patch v7 14/14] man: document notmuch tag --batch, --input options

[PATCH v2 0/7] Improve Emacs CLI error handling
 2012-12-15 20:04 UTC  (8+ messages)
` [PATCH v2 1/7] emacs: Centralize notmuch command "
` [PATCH v2 2/7] emacs: Use unified error handling in notmuch-call-notmuch-process
` [PATCH v2 3/7] emacs: Factor out synchronous notmuch JSON invocations
` [PATCH v2 4/7] emacs: Improve error handling for notmuch-call-notmuch-json
` [PATCH v2 5/7] test: Test show's handling of subprocess errors
` [PATCH v2 6/7] emacs: Use unified error handling in search
` [PATCH v2 7/7] test: Test search's handling of subprocess errors

[PATCH 0/7] Improve Emacs CLI error handling
 2012-12-15 19:52 UTC  (15+ messages)
` [PATCH 1/7] emacs: Centralize notmuch command "
` [PATCH 2/7] emacs: Use unified error handling in notmuch-call-notmuch-process
` [PATCH 3/7] emacs: Factor out synchronous notmuch JSON invocations
` [PATCH 4/7] emacs: Improve error handling for notmuch-call-notmuch-json
` [PATCH 5/7] test: Test show's handling of subprocess errors
` [PATCH 6/7] emacs: Use unified error handling in search
` [PATCH 7/7] test: Test search's handling of subprocess errors

[PATCH v3 0/5] Use invisibility to toggle display of all parts including multipart
 2012-12-15 19:03 UTC  (7+ messages)
` [PATCH v3 1/5] emacs: show: modify insert-part-header to save the button text
` [PATCH v3 2/5] emacs: show: add overlays for each part
` [PATCH v3 3/5] emacs: show: add invisibility button action
` [PATCH v3 4/5] emacs: wash: fix fake-diff part to include msg parameter
` [PATCH v3 5/5] emacs: show: set default show-all-multipart/alternatives to nil

[PATCH] contrib: pick: archive message updated
 2012-12-15 18:35 UTC  (3+ messages)

[PATCH] emacs: Fix bug in resynchronizing after a JSON parse error
 2012-12-15 18:35 UTC  (3+ messages)

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

V6 batch tagging patches
 2012-12-15 12:39 UTC  (16+ 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

notmuch for christmas, again
 2012-12-15 10:42 UTC  (2+ messages)

gmail importer script
 2012-12-15 10:41 UTC  (30+ messages)

handling mail sent to a subscribed list
 2012-12-15 10:20 UTC  (3+ messages)

notmuch python bindings corrupt db index (was: gmail importer script)
 2012-12-15  8:25 UTC  (10+ messages)

[PATCH v2 0/5] Use invisibility to toggle display of all parts including multipart
 2012-12-15  5:52 UTC  (9+ messages)
` [PATCH v2 1/5] emacs: show: modify insert-part-header to save the button text
` [PATCH v2 2/5] emacs: show: add overlays for each part
` [PATCH v2 3/5] emacs: show: add invisibility button action
` [PATCH v2 4/5] emacs: wash: fix fake-diff part to include msg parameter
` [PATCH v2 5/5] emacs: show: set default show-all-multipart/alternatives to nil

[PATCH 0/3] Use invisibility to toggle display of all parts including multipart
 2012-12-15  5:16 UTC  (12+ 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 v5] emacs: display tags in notmuch-show with links
 2012-12-14 12:27 UTC  (8+ messages)
` [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line
` [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable
` [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable
` [PATCH 4/4] emacs: Add unit-tests for clickable tags

[PATCH v4 0/3] indicate length of omitted body content
 2012-12-13 13:31 UTC  (5+ messages)

(no subject)
 2012-12-13 11:45 UTC  (6+ messages)
` [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line
` [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable
` [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable
` [PATCH 4/4] emacs: Add unit-tests for clickable tags
` 

[PATCH 01/10] cli: Framework for structured output versioning
 2012-12-13 11:00 UTC  (8+ messages)
` [PATCH 07/10] emacs: Use --use-schema for search
` [PATCH 00/10] CLI output versioning

[PATCH (draft)] contrib: pick: close message pane when quitting from show in the message pane
 2012-12-13  9:31 UTC 

[PATCH 0/2] lib: Allow read-only messages to be synchronized to a writable database
 2012-12-12  2:19 UTC  (4+ messages)
` [PATCH 1/2] lib: Replace freeze/thaw functionality with single sync function
` [PATCH 2/2] lib: Allow synchronizing message changes with a separate database connection

[PATCH 0/2] Add flush/reopen methods to notmuch_database_t
 2012-12-12  1:40 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] notmuch_message_file_get_header: use talloc for hash table entries
 2012-12-11 14:07 UTC  (2+ messages)

[PATCH] contrib: pick: bugfix for pick splitting the window excessively
 2012-12-11 14:05 UTC  (3+ messages)

[PATCH v5 00/12] emacs: more flexible and consistent tagging operations
 2012-12-11 14:04 UTC  (5+ 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"

[PATCH] notmuch_message_file_get_header: replace free with g_free
 2012-12-11  4:55 UTC  (4+ messages)
` [PATCH] _notmuch_message_index_file: unref (free) address lists from gmime

Performance test improvements, v2
 2012-12-11  4:52 UTC  (6+ messages)
` [Patch v2 04/11] perf-test: optionally print description for each group of tests
` [Patch v2 10/11] perf-test: split basic into 00-new and 01-dump-restore

OT: Sorting emails in maildir?
 2012-12-10 22:15 UTC  (6+ messages)

[PATCH v3] emacs: display tags in notmuch-show with links
 2012-12-10 16:05 UTC  (6+ messages)
` [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line
` [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable
` [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable
` [PATCH 4/4] emacs: Add unit-tests for clickable tags

'notmuch new' leaking memory and getting slower over time?
 2012-12-10 12:39 UTC  (3+ messages)

[PATCH] TODO: date range queries - check
 2012-12-10 12:35 UTC  (11+ messages)

[PATCH V3 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-10 12:20 UTC  (2+ messages)

test HTML with Unicode
 2012-12-10 12:14 UTC 

Encoding issue masks message reply
 2012-12-10  9:21 UTC  (3+ 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).