unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-12-21 13:08:47 to 2013-01-07 07:04:21 UTC [more...]

[PATCH] emacs: show: make id links respect window
 2013-01-07  7:04 UTC  (9+ messages)

Xapian-quoting based batch tagging
 2013-01-07  3:16 UTC  (10+ messages)
` [Patch v2 1/9] tag-util: factor out rules for illegal tags, use in parse_tag_line
` [Patch v2 2/9] notmuch-tag.c: convert to use tag-utils
` [Patch v2 3/9] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v2 4/9] test/tagging: add test for error messages of tag --batch
` [Patch v2 5/9] test/tagging: add basic tests for batch tagging functionality
` [Patch v2 6/9] test/tagging: add tests for exotic tags
` [Patch v2 7/9] test/tagging: add test for exotic message-ids and batch tagging
` [Patch v2 8/9] man: document notmuch tag --batch, --input options
` [Patch v2 9/9] test/tagging: add test for naked punctuation in tags; compare with quoting spaces

[PATCH] emacs: tweak error buffer handling
 2013-01-07  2:54 UTC  (16+ messages)
          ` [PATCH] emacs: Use the minibuffer for CLI error reporting
            ` [PATCH v2] "
              ` [PATCH v3] "

[PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file
 2013-01-07  2:53 UTC  (3+ messages)

[PATCH 1/2] test/dump-restore: new tests for empty files and leading comments/whitespace
 2013-01-07  2:53 UTC  (6+ messages)
` [PATCH 2/2] notmuch-restore: handle empty input file, leading blank lines and comments
    ` [Patch v2] "

[PATCH v5 0/6] Use Xapian query syntax for batch-tag dump/restore
 2013-01-07  2:52 UTC  (10+ messages)
` [PATCH v5 1/6] restore: Make missing messages non-fatal (again)
` [PATCH v5 2/6] util: Factor out boolean term quoting routine
` [PATCH v5 3/6] util: Function to parse boolean term queries
` [PATCH v5 4/6] dump: Disallow \n in message IDs
` [PATCH v5 5/6] dump/restore: Use Xapian queries for batch-tag format
` [PATCH v5 6/6] man: Update notmuch-dump(1) and notmuch-restore(1)

gui client
 2013-01-06 15:52 UTC  (3+ messages)

Unicode characters are incorrectly reproduced when forwarding mail
 2013-01-05  9:23 UTC  (3+ messages)

Xapian Quote tags
 2013-01-04 13:55 UTC 

[PATCH v4 0/5] Use Xapian query syntax for batch-tag dump/restore
 2013-01-04  7:26 UTC  (14+ messages)
` [PATCH v4 1/5] util: Factor out boolean term quoting routine
` [PATCH v4 2/5] util: Function to parse boolean term queries
` [PATCH v4 3/5] dump: Disallow \n in message IDs
` [PATCH v4 4/5] dump/restore: Use Xapian queries for batch-tag format
` [PATCH v4 5/5] man: Update notmuch-dump(1) and notmuch-restore(1)

Xapian-quoting based batch-tagging
 2013-01-04  5:32 UTC  (20+ messages)
` [PATCH 01/11] parse_tag_line: use enum for return value
` [PATCH 02/11] tag-util: factor out rules for illegal tags, use in parse_tag_line
` [PATCH 03/11] notmuch-tag.c: convert to use tag-utils
` [PATCH 04/11] cli: add support for batch tagging operations to "notmuch tag"
` [PATCH 05/11] test/tagging: add test for error messages of tag --batch
` [PATCH 06/11] test/tagging: add basic tests for batch tagging functionality
` [PATCH 07/11] test/tagging: add tests for exotic tags
` [PATCH 08/11] test/tagging: add test for exotic message-ids and batch tagging
` [PATCH 09/11] notmuch-tag.1: tidy synopsis formatting, reference
` [PATCH 10/11] man: document notmuch tag --batch, --input options
` [PATCH 11/11] test/tagging: add test for naked punctuation in tags; compare with quoting spaces

v2 talloc leak report
 2013-01-01  3:12 UTC  (7+ messages)
` [Patch v2 1/4] CLI: add talloc leak report, controlled by an environment variable
` [Patch v2 2/4] util: add talloc-extra.[ch]
` [Patch v2 3/4] notmuch-restore: use debug version of talloc_strndup
` [Patch v2 4/4] perf-test: initial support for talloc leak report in memory tests

[PATCH v3 0/5] Use Xapian query syntax for batch-tag dump/restore
 2012-12-31  5:52 UTC  (9+ messages)
` [PATCH v3 1/5] util: Factor out boolean term quoting routine
` [PATCH v3 2/5] util: Function to parse boolean term queries
` [PATCH v3 3/5] dump: Disallow \n in message IDs
` [PATCH v3 4/5] dump/restore: Use Xapian queries for batch-tag format
` [PATCH v3 5/5] man: Update notmuch-dump(1) and notmuch-restore(1)

[PATCH] notmuch.c: run uncrustify
 2012-12-29 22:01 UTC  (2+ messages)

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

[PATCH v2 0/5] Use Xapian query syntax for batch-tag dump/restore
 2012-12-26 14:55 UTC  (9+ messages)
` [PATCH v2 1/5] util: Factor out boolean term quoting routine
` [PATCH v2 2/5] util: Function to parse boolean term queries
` [PATCH v2 3/5] dump: Disallow \n in message IDs
` [PATCH v2 4/5] dump/restore: Use Xapian queries for batch-tag format
` [PATCH v2 5/5] man: Update notmuch-dump(1) and notmuch-restore(1)

[PATCH] contrib: pick: close message pane when quitting from show in the message pane
 2012-12-26  3:08 UTC  (4+ messages)

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

[PATCH] NEWS for emacs part visibility change
 2012-12-25 19:45 UTC  (4+ messages)

v2 of valgrind based memory tests
 2012-12-25 13:16 UTC  (7+ 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 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] 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

[Patch v8 01/18] parse_tag_line: use enum for return value
 2012-12-23  8:19 UTC  (14+ messages)
` [Patch v8 04/18] notmuch-tag: factor out double quoting routine
` [Patch v8 07/18] unhex_and_quote: new function to quote hex-decoded queries
    ` [PATCH] simplify unhex_and_quote
` [Patch v8 09/18] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v8 13/18] test/tagging: add test for exotic message-ids and batch tagging
` [Patch v8 16/18] man: document notmuch tag --batch, --input options
` [Patch v8 18/18] more man fixup

v2 restore leak fix
 2012-12-23  3:34 UTC  (3+ messages)

[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 1/2] News for changes from Austin Clements
 2012-12-22 19:54 UTC  (3+ messages)

[PATCH v5 0/4] Use invisibility to toggle display of all parts including multipart
 2012-12-21 14:10 UTC  (3+ messages)
` [PATCH v5 1/4] emacs: show: modify insert-part-header to save the button text

[DRAFT PATCH] emacs: Eliminate buffer invisibility specs from show and wash
 2012-12-21 13:57 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).