unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-12-25 05:58:18 to 2013-01-17 10:37:01 UTC [more...]

(no subject)
 2013-01-17 10:36 UTC  (10+ messages)
` [PATCH 1/5] debian: change priority to optional
` [PATCH 2/5] debian: remove Dm-Upload-Allowed field
` [PATCH 3/5] debian/compat: upgrade to compat level 9
` [PATCH 4/5] debian: add python 3 bindings
` [PATCH 5/5] debian: note that ical bug is fixed
` 

[PATCH] NEWS: document that print message prints all parts including hidden parts
 2013-01-17  1:49 UTC  (2+ messages)

[PATCH 0/5] notmuch batch count
 2013-01-16  5:02 UTC  (9+ messages)
` [PATCH 1/5] cli: remove useless strdup
` [PATCH 2/5] cli: extract count printing to a separate function in notmuch count
` [PATCH 3/5] cli: add --batch option to "
` [PATCH 4/5] man: document notmuch count --batch and --input options
` [PATCH 5/5] test: "
` [PATCH] emacs: hello: use batch count

[PATCH] emacs: show: possible w3m/invisibility workaround
 2013-01-15  0:37 UTC  (9+ messages)
` [PATCH] emacs: Fix point motion in `beginning-of-visual-line'
` [PATCH v2] emacs: show: possible w3m/invisibility workaround
  ` [PATCH v3] "

[PATCH 1/1] cli: propagate batch tagging warnings to exit value
 2013-01-14 23:52 UTC  (4+ messages)

[PATCH] man: tag changes are applied in the order they are specified in notmuch tag
 2013-01-10 12:16 UTC  (2+ messages)

[PATCH] cli: bail out and propagate tagging errors in notmuch tag
 2013-01-10 12:08 UTC  (5+ messages)

[PATCH 0/2] contrib: pick: allow target message
 2013-01-10 11:14 UTC  (4+ messages)
` [PATCH 1/2] contrib: pick: move save-excursion closer to message insertion
` [PATCH 2/2] contrib: pick: add a target message for pick
  ` [PATCH (corrected)] "

[PATCH] emacs: Disambiguate point placement after hiding message
 2013-01-08 22:39 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] string-util: Disallow empty prefixes in parse_boolean_term
 2013-01-08  3:04 UTC  (5+ messages)

notmuch 0.15 release in progress
 2013-01-08  2:52 UTC 

Xapian-quoting based batch tagging
 2013-01-08  0:56 UTC  (14+ 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: show: make buttons select window
 2013-01-07 21:20 UTC  (4+ messages)
  ` [PATCH v2] "

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

Unicode characters are incorrectly reproduced when forwarding mail
 2013-01-07  9:28 UTC  (4+ messages)

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

[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/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)

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