unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-07-23 16:17:26 to 2012-08-05 07:22:58 UTC [more...]

[PATCH 1/4] show: indicate length of omitted body content (json)
 2012-08-05  7:22 UTC  (3+ messages)
` [PATCH 2/4] test: conform to content-length fields (json)
` [PATCH 3/4] show: indicate length of omitted body content (text)

Remove positional arguments to dump and restore
 2012-08-04 23:20 UTC  (6+ messages)
` [PATCH 1/2] notmuch-dump: remove deprecated positional argument for output file
` [PATCH 2/2] notmuch-restore: replace positional argument for input with option
  ` [PATCH v2] "

[PATCH] test: test-lib.el: replace sleep-for with sit-for in notmuch-test-wait
 2012-08-04 23:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/7] Various fixes for the Go bindings
 2012-08-04 19:28 UTC  (7+ messages)
` [PATCH 3/7] go: Allow notmuch objects to be garbage collected

[PATCH v2 0/7] notmuch search date:since..until query support
 2012-08-04  7:41 UTC  (8+ messages)
` [PATCH v2 1/7] build: drop the -Wswitch-enum warning
` [PATCH v2 2/7] lib: add a date/time parser module
` [PATCH v2 3/7] test: add new test tool parse-time for date/time parser
` [PATCH v2 4/7] test: add smoke tests for the date/time parser module
` [PATCH v2 5/7] lib: add date range query support
` [PATCH v2 6/7] test: add tests for date:since..until range queries
` [PATCH v2 7/7] man: document the "

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

[PATCH 0/7] notmuch search date:since..until query support
 2012-08-03 21:51 UTC  (8+ messages)
` [PATCH 1/7] build: drop the -Wswitch-enum warning
` [PATCH 2/7] lib: add a date/time parser module
` [PATCH 3/7] test: add new test tool parse-time for date/time parser
` [PATCH 4/7] test: add smoke tests for the date/time parser module
` [PATCH 5/7] lib: add date range query support
` [PATCH 6/7] test: add tests for date:since..until range queries
` [PATCH 7/7] man: document the "

Inheriting tags from parent
 2012-08-03 21:04 UTC  (2+ messages)

Bug (?) difference 24.1 and 23.3.1
 2012-08-03 16:54 UTC  (4+ messages)

[PATCH] emacs: show: exclude bug fix
 2012-08-03  1:00 UTC  (4+ messages)

notmuch-mutt: support for duplicate message removal
 2012-08-03  1:00 UTC  (13+ messages)
` [PATCH 1/2] Add duplicate message removal for notmuch-mutt
` [PATCH 2/2] debian packaging: new depends for duplicate removals in mutt contrib

[PATCH 0/8] JSON-based search-mode
 2012-08-03  1:00 UTC  (9+ messages)
` [PATCH v4 0/8] emacs: JSON-based search cleanups
  ` [PATCH v4 7/8] emacs: Fix navigation of multi-line search result formats
      ` [PATCH] emacs: fix a bug introduced by the recent search cleanups

[PATCH] debian: alternately depend on emacs24 for notmuch-emacs, build
 2012-08-03  0:56 UTC 

Bug#683505: notmuch: FTBFS if built twice in a row: unrepresentable changes to source
 2012-08-02 21:12 UTC  (13+ messages)
    ` Cleaning up cleaning
      ` [PATCH 1/3] build system: remove directories created by tests in "make clean"
      ` [PATCH 2/3] build system: remove configure output in Make distclean
      ` [PATCH 3/3] debian: update changelog for cleaning changes

[Jakub Wilk] Bug#683515: python3-notmuch
 2012-08-02 15:13 UTC 

[PATCH] emacs: Split the function notmuch-show-clean-address
 2012-07-31 17:59 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] cli: Hooks for tag-command
 2012-07-31 13:19 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] emacs: move async json parser to its own function
 2012-07-30 20:39 UTC  (5+ messages)
    ` [PATCH v2 (Draft)] emacs: split async json parser into utility function

[PATCH] emacs: Add customization group for replying
 2012-07-30  3:00 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 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 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  (4+ 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  (2+ messages)

[PATCH v8 0/3] notmuch-search: Structured Output Formatters
 2012-07-24 12:34 UTC  (2+ messages)

[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 "


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