unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-07-14 19:50:07 to 2012-07-29 19:30:38 UTC [more...]

[PATCH] emacs: move async json parser to its own function
 2012-07-29 19:30 UTC  (2+ messages)

[PATCH v2 00/13] Convert notmuch show to use structure printers
 2012-07-28 19:21 UTC  (16+ messages)
` [PATCH v2 01/13] test: Uniformly canonicalize actual and expected JSON
` [PATCH v2 02/13] test: Remove unnecessary JSON canonicalization
` [PATCH v2 03/13] sprinter: Add a string_len method
` [PATCH v2 04/13] show: Associate an sprinter with each format
` [PATCH v2 05/13] reply: Create a JSON sprinter
` [PATCH v2 06/13] show: Feed the sprinter down to part formatters
` [PATCH v2 07/13] show: Convert format_headers_json to use sprinter
` [PATCH v2 08/13] show: Convert format_part_sigstatus_json "
` [PATCH v2 09/13] show: Convert non-envelope format_part_json "
` [PATCH v2 10/13] show: Convert envelope "
` [PATCH v2 11/13] show: Convert show_message "
` [PATCH v2 12/13] show: Convert do_show "
` [PATCH v2 13/13] show: Remove now unused fields from notmuch_show_format

[PATCH 0/5] Notmuch Pick (WIP or contrib)
 2012-07-28 17:01 UTC  (11+ messages)
` [PATCH 1/5] emacs: compile and load notmuch-pick.el if present
` [PATCH 2/5] emacs: make notmuch-show return its buffer
` [PATCH 3/5] contrib: add notmuch-pick.el file itself
` [PATCH 4/5] contrib: Added pick README
` [PATCH 5/5] contrib: add pick TODO file

[PATCH] emacs: show: exclude bug fix
 2012-07-28 16:31 UTC  (2+ messages)

[PATCH] emacs: Split the function notmuch-show-clean-address
 2012-07-28 12:19 UTC 

[PATCH 00/13] Convert notmuch show to use structure printers
 2012-07-27 21:35 UTC  (19+ messages)
` [PATCH 01/13] test: Uniformly canonicalize actual and expected JSON
` [PATCH 02/13] test: Remove unnecessary JSON canonicalization
` [PATCH 03/13] sprinter: Add a string_len method
` [PATCH 04/13] show: Associate an sprinter with each format
` [PATCH 05/13] reply: Create a JSON sprinter
` [PATCH 06/13] show: Feed the sprinter down to part formatters
` [PATCH 07/13] show: Convert format_headers_json to use sprinter
` [PATCH 08/13] show: Convert format_part_sigstatus_json "
` [PATCH 09/13] show: Convert non-envelope format_part_json "
` [PATCH 10/13] show: Convert envelope "
` [PATCH 11/13] show: Convert show_message "
` [PATCH 12/13] show: Convert do_show "
` [PATCH 13/13] show: Remove now unused fields from notmuch_show_format

[PATCH] emacs: functions to import sender or recipient into BBDB
 2012-07-26 20:09 UTC 

[PATCH] emacs: Add customization group for replying
 2012-07-26 13:58 UTC 

[PATCH 01/18] cli: add stub for insert command
 2012-07-26  0:49 UTC  (20+ messages)
` [PATCH 02/18] insert: open database
` [PATCH 03/18] insert: open Maildir tmp file
` [PATCH 04/18] insert: copy stdin to "
` [PATCH 05/18] insert: move file from Maildir tmp to new
` [PATCH 06/18] insert: add new message to database
` [PATCH 07/18] insert: add --folder option
` [PATCH 08/18] insert: check folder name
` [PATCH 09/18] insert: apply default tags to new message
` [PATCH 10/18] insert: parse command-line tag operations
` [PATCH 11/18] insert: apply "
` [PATCH 12/18] insert: add copyright line from notmuch-deliver
` [PATCH 13/18] test: add tests for insert
` [PATCH 14/18] man: document 'insert' command
` [PATCH 15/18] man: reference notmuch-insert.1
` [PATCH 16/18] insert: add --create-folder option
` [PATCH 17/18] man: document insert "
` [PATCH 18/18] test: test insert --create-folder

[PATCH] man: show: update man page for entire-thread and json
 2012-07-25 11:21 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] configure: test shell parameter substring processing and possibly exec one
 2012-07-25 11:21 UTC  (3+ messages)
` [PATCH] configure: check whether shell is capable of parameter substring processing

[PATCH v2 (rebased) 0/4] Add a --body option to notmuch show
 2012-07-24 18:35 UTC  (6+ messages)
` [PATCH v2 (rebased) 1/4] cli: add --body=true|false option to notmuch-show.c
` [PATCH v2 (rebased) 2/4] test: add tests for the new --body=true|false option
` [PATCH v2 (rebased) 3/4] man: update man page "
` [PATCH v2 (rebased) 4/4] schemata: update for "

[PATCH v2 0/4] Add a --body option to notmuch show
 2012-07-24 16:33 UTC  (8+ messages)
` [PATCH v2 1/4] cli: add --body=true|false option to notmuch-show.c
` [PATCH v2 2/4] test: add tests for the new --body=true|false option
` [PATCH v2 3/4] man: update man page "
` [PATCH v2 4/4] schemata: update for "

notmuch-emacs and bbdb
 2012-07-24 15:23 UTC  (6+ messages)

[PATCH] emacs: Fix notmuch-message-mark-replied
 2012-07-24 12:35 UTC  (4+ messages)

[PATCH 0/8] JSON-based search-mode
 2012-07-24 12:34 UTC  (14+ messages)
` [PATCH v4 0/8] emacs: JSON-based search cleanups
  ` [PATCH v4 1/8] emacs: Record thread search result object in a text property
  ` [PATCH v4 2/8] emacs: Use text properties instead of overlays for tag coloring
  ` [PATCH v4 3/8] emacs: Update tags by rewriting the search result line in place
  ` [PATCH v4 4/8] emacs: Use result text properties for search result iteration
  ` [PATCH v4 5/8] emacs: Replace other search text properties with result property
  ` [PATCH v4 6/8] emacs: Allow custom tags formatting
  ` [PATCH v4 7/8] emacs: Fix navigation of multi-line search result formats
  ` [PATCH v4 8/8] News for search cleanups

[PATCH v8 0/3] notmuch-search: Structured Output Formatters
 2012-07-24 12:34 UTC  (7+ messages)
` [PATCH v8 1/3] Add support for structured output formatters
` [PATCH v8 2/3] Add structured output formatter for JSON and plain text (but don't use them yet)
` [PATCH v8 3/3] Use the structured formatters in notmuch-search.c

[PATCH 0/7] Various fixes for the Go bindings
 2012-07-23 22:03 UTC  (18+ messages)
` [PATCH 1/7] go: Use iota in enum bindings
` [PATCH 2/7] go: Add missing MESSAGE_FLAG_EXCLUDED in Flag enum
` [PATCH 3/7] go: Allow notmuch objects to be garbage collected
` [PATCH 4/7] go: Make Destroy functions safe to call several times
` [PATCH 5/7] go: Partially bind notmuch_database_upgrade
` [PATCH 6/7] go: Bind notmuch_database_find_message_by_filename
` [PATCH 7/7] go: Bind notmuch_thread_t functions

[PATCH 0/4] Add a --body option to notmuch show
 2012-07-23 16:52 UTC  (7+ messages)
` [PATCH 1/4] cli: add --body=true|false option to notmuch-show.c
` [PATCH 2/4] test: add tests for the new --body=true|false option
` [PATCH 3/4] man: update man page "
` [PATCH 4/4] schemata: update for "

[alot] announcing v0.3.2
 2012-07-22 21:22 UTC 

[PATCH v5 3/3] Use the structured formatters in notmuch-search.c
 2012-07-22 16:13 UTC  (17+ messages)
` [PATCH v6 0/3] notmuch-reply: Structured Formatters
  ` [PATCH v6 1/3] Add support for structured output formatters
  ` [PATCH v6 2/3] Add structured output formatter for JSON and plain text
      ` notmuch-reply: Structured Formatters
        ` [PATCH v7 1/3] Add support for structured output formatters
        ` [PATCH v7 2/3] Add structured output formatter for JSON and plain text (but don't use them yet)
        ` =?\x10\x10?q?=5BPATCH=20v7=203/3=5D=20Use=20the=20structured=20formatters=20in=20notmuch-search=2Ec=2E?=
          ` [PATCH v7 3/3] Use the structured formatters in notmuch-search.c
  ` [PATCH v6 "

[PATCH 0/4] Add a --include-text-content option to notmuch-show.c
 2012-07-22 14:37 UTC  (5+ messages)
` [PATCH 1/4] cli: show: add --include-text-content=true|false option
` [PATCH 2/4] cli: show: implement --include-text-content for --format=text
` [PATCH 3/4] test: add some tests for --include-text-content option
` [PATCH 4/4] man: update man page for --include-text-option

[PATCH 0/8] search --exclude=all
 2012-07-22  1:18 UTC  (2+ messages)
` [PATCH v2 4/8] man: clarify search --exclude documentation

[PATCH 0/7] emacs: JSON-based search cleanups
 2012-07-21 17:55 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/7] emacs: Use result text properties for search result iteration
` [PATCH v3 0/8] emacs: JSON-based search cleanups
  ` [PATCH v3 1/8] emacs: Record thread search result object in a text property
  ` [PATCH v3 2/8] emacs: Use text properties instead of overlays for tag coloring
  ` [PATCH v3 3/8] emacs: Update tags by rewriting the search result line in place
  ` [PATCH v3 4/8] emacs: Use result text properties for search result iteration
  ` [PATCH v3 5/8] emacs: Replace other search text properties with result property
  ` [PATCH v3 6/8] emacs: Allow custom tags formatting
  ` [PATCH v3 7/8] emacs: Fix navigation of multi-line search result formats
  ` [PATCH v3 8/8] News for search cleanups
` [PATCH v4] emacs: JSON-based "

bug in parsing?
 2012-07-20 14:43 UTC  (2+ messages)

[PATCH 0/2] Add flush/reopen methods to notmuch_database_t
 2012-07-19 18:43 UTC  (3+ messages)
` [PATCH 1/2] Add notmuch_database_flush method
` [PATCH 2/2] Add notmuch_database_reopen method

Notmuch scripts (again), now with more usenet
 2012-07-19 14:41 UTC  (5+ messages)

query on a subset of messages ?
 2012-07-19  8:13 UTC  (4+ messages)

[PATCH] emacs: Make moving to the previous message move to the previous boundary
 2012-07-18 21:54 UTC  (2+ messages)

[PATCH] cli: Hooks for tag-command
 2012-07-18 18:09 UTC  (3+ messages)
  ` [PATCHv2] "


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