unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-12-15 18:35:33 to 2012-12-25 05:58:18 UTC [more...]

[PATCH 0/5] Use Xapian query syntax for batch-tag dump/restore
 2012-12-25  5:57 UTC  (4+ messages)
` [PATCH 2/5] util: Function to parse boolean term queries
` [PATCH 3/5] dump: Disallow \n in message IDs
` [PATCH 5/5] man: Update notmuch-dump(1) for new batch-tag format

[PATCH 1/1] lib/message-file.c: use g_malloc () & g_free () in hash table values
 2012-12-24 23:06 UTC  (4+ messages)

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

[PATCH] contrib: pick: slightly tweak running search and pick from pick buffer
 2012-12-24 23:05 UTC  (3+ messages)

[PATCH] emacs: show: make id links respect window
 2012-12-24 15:54 UTC  (2+ messages)

v2 of valgrind based memory tests
 2012-12-24 14:59 UTC  (5+ messages)
` [Patch v2 1/4] perf-test: remove redundant "initial notmuch new"
` [Patch v2 2/4] perf-test: rename current tests as "time tests"
` [Patch v2 3/4] perf-test: initial version of memory test infrastructure
` [Patch v2 4/4] perf-test: add memory leak test for dump restore

[PATCH] devel: add script to run tests on a patch series
 2012-12-24 13:47 UTC 

v9 of batch tagging
 2012-12-24  3:31 UTC  (20+ messages)
` [Patch v9 01/17] parse_tag_line: use enum for return value
` [Patch v9 02/17] tag-util: factor out rules for illegal tags, use in parse_tag_line
` [Patch v9 03/17] notmuch-tag.c: convert to use tag-utils
` [Patch v9 04/17] notmuch-tag: factor out double quoting routine
` [Patch v9 05/17] util/string-util: add a new string tokenized function
` [Patch v9 06/17] unhex_and_quote: new function to quote hex-decoded queries
` [Patch v9 07/17] notmuch-restore: move query handling for batch restore to parser
` [Patch v9 08/17] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v9 09/17] test/tagging: add test for error messages of tag --batch
` [Patch v9 10/17] test/tagging: add basic tests for batch tagging functionality
` [Patch v9 11/17] test/tagging: add tests for exotic tags
` [Patch v9 12/17] test/tagging: add test for exotic message-ids and batch tagging
` [Patch v9 13/17] test/tagging: add test for compound queries with "
` [Patch v9 14/17] notmuch-tag.1: tidy synopsis formatting, reference
` [Patch v9 15/17] man: document notmuch tag --batch, --input options
` [Patch v9 16/17] test/tagging: add test for naked punctuation in tags; compare with quoting spaces
` [Patch v9 17/17] test/tagging: add test for handling of parenthesized tag queries

gui client
 2012-12-23 16:08 UTC  (2+ messages)

[PATCH] NEWS for emacs part visibility change
 2012-12-23 14:10 UTC 

[Patch v8 01/18] parse_tag_line: use enum for return value
 2012-12-23  8:19 UTC  (25+ messages)
` [Patch v8 02/18] tag-util: factor out rules for illegal tags, use in parse_tag_line
` [Patch v8 03/18] notmuch-tag.c: convert to use tag-utils
` [Patch v8 04/18] notmuch-tag: factor out double quoting routine
` [Patch v8 05/18] util/string-util: add strnspn
` [Patch v8 06/18] util/hex-escape: add a function to check strings unchanged by hex encoding
` [Patch v8 07/18] unhex_and_quote: new function to quote hex-decoded queries
    ` [PATCH] simplify unhex_and_quote
` [Patch v8 08/18] notmuch-restore: move query handling for batch restore to parser
` [Patch v8 09/18] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v8 10/18] test/tagging: add test for error messages of tag --batch
` [Patch v8 11/18] test/tagging: add basic tests for batch tagging functionality
` [Patch v8 12/18] test/tagging: add tests for exotic tags
` [Patch v8 13/18] test/tagging: add test for exotic message-ids and batch tagging
` [Patch v8 14/18] test/tagging: add test for compound queries with "
` [Patch v8 15/18] notmuch-tag.1: tidy synopsis formatting, reference
` [Patch v8 16/18] man: document notmuch tag --batch, --input options
` [Patch v8 17/18] test/tagging: add test for naked punctuation in tags; compare with quoting spaces
` [Patch v8 18/18] more man fixup

v2 restore leak fix
 2012-12-23  3:34 UTC  (7+ messages)
` [PATCH 1/3] notmuch-restore: fix return value propagation
` [PATCH 2/3] tag-utils: use the tag_opt_list_t as talloc context, if possible
` [PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed

[PATCH 1/2] NEWS: notmuch search --format=text0
 2012-12-23  3:31 UTC  (3+ messages)
` [PATCH 2/2] NEWS: emacs: hello point placement, tagging customization, thread id stashing

[PATCH] emacs: tweak error buffer handling
 2012-12-22 20:49 UTC 

[PATCH 1/2] News for changes from Austin Clements
 2012-12-22 19:54 UTC  (4+ messages)
` [PATCH 2/2] news: Promote some things to a general section

[PATCH v5 0/4] Use invisibility to toggle display of all parts including multipart
 2012-12-21 14:10 UTC  (7+ messages)
` [PATCH v5 1/4] emacs: show: modify insert-part-header to save the button text
` [PATCH v5 2/4] emacs: show: add overlays for each part
` [PATCH v5 3/4] emacs: show: add invisibility button action
` [PATCH v5 4/4] emacs: show: set default show-all-multipart/alternatives to nil

[DRAFT PATCH] emacs: Eliminate buffer invisibility specs from show and wash
 2012-12-21 13:57 UTC  (6+ messages)

talloc leak debugging
 2012-12-21  2:03 UTC  (9+ messages)
` [PATCH 1/3] CLI: add talloc leak report, controlled by an environment variable
` [PATCH 2/3] util: add xtalloc.[ch]
` [PATCH 3/3] notmuch-restore: use xtalloc version of strndup

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

[PATCH 0/3] Adding non-maildir tags does not move message from new to cur
 2012-12-19 21:32 UTC  (4+ messages)
` [PATCH 1/3] test: "
` [PATCH 2/3] test: Add some missing maildir synchronization tests
` [PATCH 3/3] tags_to_maildir_flags: Don't rename if no flags change

[PATCH v4 0/5] add --format=text0 to notmuch search
 2012-12-18 21:07 UTC  (9+ messages)
` [PATCH v4 1/5] sprinter: clarify separator documentation
` [PATCH v4 2/5] sprinter: add text0 formatter for null character separated text
` [PATCH v4 3/5] cli: add --format=text0 to notmuch search
` [PATCH v4 4/5] test: notmuch search --format=text0
` [PATCH v4 5/5] man: document "

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

[PATCH] contrib: pick: Do not indent messages in the message pane
 2012-12-17 17:51 UTC  (3+ messages)

[PATCH v5 0/4] indicate length of omitted body content
 2012-12-17 13:15 UTC  (6+ messages)

[PATCH v3 0/5] Use invisibility to toggle display of all parts including multipart
 2012-12-17 12:59 UTC  (4+ messages)
` [PATCH v3 3/5] emacs: show: add invisibility button action

gmail importer script
 2012-12-17  8:31 UTC  (12+ messages)

proposed fix for memory leak in notmuch restore
 2012-12-16 22:41 UTC  (5+ messages)
` [PATCH 1/3] tag-utils: use the tag_opt_list_t as talloc context, if possible
` [PATCH 2/3] notmuch-restore: replace continue with if
` [PATCH 3/3] notmuch-restore: allocate a temporary talloc context for each line parsed

memory leak tests
 2012-12-16 22:14 UTC  (7+ messages)
` [PATCH 1/4] perf-test: remove redunant "initial notmuch new"
` [PATCH 2/4] perf-test: rename current tests as "time tests"
` [PATCH 3/4] perf-test: initial version of memory test infrastructure
` [PATCH 4/4] perf-test: add memory leak test for dump restore

[RFC PATCH] cli: add --remove-all option to "notmuch tag"
 2012-12-16 21:48 UTC  (3+ messages)

[PATCH v2 0/7] Improve Emacs CLI error handling
 2012-12-16 21:39 UTC  (11+ 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] Structed output versioning support
 2012-12-16 21:39 UTC  (11+ messages)
` [PATCH 1/7] cli: Framework for structured output versioning
` [PATCH 2/7] search: Support --format-version
` [PATCH 3/7] show: "
` [PATCH 4/7] reply: "
` [PATCH 5/7] test: Sanity tests for the --format-version argument
` [PATCH 6/7] emacs: Special handling for version mismatch errors
` [PATCH 7/7] emacs: Use --format-version for search, show, and reply

[PATCH v3 0/5] add --format=text0 to notmuch search
 2012-12-16 21:13 UTC  (8+ messages)
` [PATCH v3 1/5] sprinter: clarify separator documentation
` [PATCH v3 2/5] sprinter: add text0 formatter for null character separated text
` [PATCH v3 3/5] cli: add --format=text0 to notmuch search
` [PATCH v3 4/5] test: notmuch search --format=text0
` [PATCH v3 5/5] man: document "

[PATCH v2 0/4] cli: add notmuch search --format=text0
 2012-12-16 15:51 UTC  (4+ messages)
` [PATCH v2 3/4] test: "

[PATCH (draft)] contrib: pick: close message pane when quitting from show in the message pane
 2012-12-16  9:30 UTC  (2+ messages)
` [PATCH] "

v7 batch tagging series
 2012-12-16  3:39 UTC  (15+ messages)
` [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 v7 07/14] cli: add support for batch tagging operations to "notmuch tag"
  ` [PATCH] "

[PATCH v5 3/4] show: indicate length, encoding of omitted body content
 2012-12-15 23:24 UTC  (2+ messages)
` [PATCH v5b] "

[PATCH v5 2/4] show: indicate charset for all omitted parts
 2012-12-15 23:22 UTC  (2+ messages)
` [PATCH v5b] "

[PATCH 0/7] Improve Emacs CLI error handling
 2012-12-15 19:52 UTC  (10+ messages)
` [PATCH 1/7] emacs: Centralize notmuch command "
` [PATCH 2/7] emacs: Use unified error handling in notmuch-call-notmuch-process
` [PATCH 6/7] emacs: Use unified error handling in search

[Patch v7 06/14] notmuch-restore: move query handling for batch restore to parser
 2012-12-15 19:21 UTC  (2+ messages)
` [PATCH] fixup: clarify TAG_FLAG_ID_ONLY comments and name

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

[PATCH] emacs: Fix bug in resynchronizing after a JSON parse error
 2012-12-15 18:35 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).