unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-04-22 04:11:14 to 2012-05-05 19:17:13 UTC [more...]

[PATCH 0/2] Replying to HTML-only emails
 2012-05-05 19:17 UTC  (8+ messages)
` [PATCH 1/2] test: Replying to an HTML-only message in emacs
` [PATCH 2/2] emacs: Correctly quote non-text/plain parts in reply

[PATCH 1/2] test: add Emacs notmuch-hello tests for custom tags and queries section
 2012-05-05 14:39 UTC  (2+ messages)
` [PATCH 2/2] emacs: fix custom queries section customization widget in notmuch-hello

[Patch v3 0/5] emacs: allow show to colour based on tags and flags
 2012-05-05 13:42 UTC  (6+ messages)
` [Patch v3 1/4] emacs: Move colour line from search to lib
` [Patch v3 2/4] emacs: Add `notmuch-show-line-faces' and apply it
` [Patch v3 3/4] emacs: move notmuch-search-line-faces to "tag:" style
` [Patch v3 4/4] emacs: allow notmuch-show-line-faces to use flags for colouring

[PATCH] emacs: add pipe attachment command
 2012-05-05 12:31 UTC 

[Patch v2 0/3] emacs: allow show to colour based on tags and flags
 2012-05-05 11:57 UTC  (12+ messages)
` [Patch v2 1/3] emacs: Move colour line from search to lib
` [Patch v2 2/3] emacs: Add `notmuch-show-line-faces' and apply it
` [Patch v2 3/3] emacs: allow notmuch-show-line-faces to use flags for colouring

[PATCH] go: Update to the current notmuch_database_find_message API
 2012-05-05 11:15 UTC  (13+ messages)
    ` [PATCH 1/5] go: reorganize the go bindings
      ` [PATCH 2/5] go: set LDFLAGS, fix include directive
      ` [PATCH 3/5] go: update the addrlookup utility to go 1
      ` [PATCH 4/5] go: update the build system
      ` [PATCH 5/5] go: format the souce code using gofmt

[announce] Bower 0.3
 2012-05-05  0:36 UTC 

vim plugin development -- GIT branch?
 2012-05-04 20:20 UTC  (2+ messages)

[PATCH 1/3] NEWS: untabified and added file local variables block
 2012-05-04 11:56 UTC  (8+ messages)
` [PATCH 2/3] NEWS: spacing changes
` [PATCH 3/3] NEWS: Insert markdown formatting commands

[ANN] New awesome vim plug-in using Ruby bindings
 2012-05-04 11:55 UTC  (14+ messages)
` ruby bindings on OS X are broken? (was Re: [ANN] New awesome vim plug-in using Ruby bindings)

[RFC] vim plugin rewrite II
 2012-05-04 11:19 UTC  (6+ messages)

[PATCH 0/4] Several minor Emacs enhancements
 2012-05-04 10:37 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] emacs: Let the user choose where to compose new mails
      ` [PATCH] "
            ` [PATCH v6] "

[PATCH] configure: test shell parameter substring processing and possibly exec one
 2012-05-03 18:59 UTC  (4+ messages)
` [PATCH] configure: check whether shell is capable of parameter substring processing

[PATCH 0/6] Make notmuch_database_{open,create} return status codes
 2012-05-03  0:23 UTC  (19+ messages)
` [PATCH 1/6] lib/cli: Make notmuch_database_open return a status code
` [PATCH 2/6] lib/cli: Make notmuch_database_create "
` [PATCH 3/6] go: Update Go bindings for new notmuch_database_{open, create} signatures
` [PATCH 4/6] python: Update Python "
` [PATCH 5/6] ruby: Update Ruby "
` [PATCH 6/6] News for changes to notmuch_database_{open,create}
` [PATCH 0/6] Make notmuch_database_{open, create} return status codes
` [PATCH v2 "
  ` [PATCH v2 1/6] lib/cli: Make notmuch_database_open return a status code
  ` [PATCH v2 2/6] lib/cli: Make notmuch_database_create "
  ` [PATCH v2 3/6] go: Update Go bindings for new notmuch_database_{open, create} signatures
  ` [PATCH v2 4/6] python: Update Python "
  ` [PATCH v2 5/6] ruby: Update Ruby "
  ` [PATCH v2 6/6] News for changes to notmuch_database_{open,create}

JSON readtable error when replying
 2012-05-02 17:39 UTC  (7+ messages)
      ` [PATCH] emacs: Do not pass stderr of notmuch reply to JSON parser

notmuch on Solaris
 2012-04-30 12:09 UTC  (4+ messages)
` [PATCH 1/4] Make configure use /bin/bash instead of /bin/sh

priorities for 0.13
 2012-04-29 20:52 UTC  (10+ messages)

[RFC] Use JSON in emacs interface
 2012-04-29 20:11 UTC  (3+ messages)

[PATCH] emacs: do not modify subject in search or show
 2012-04-29  2:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] NEWS: add news item for 'config list'
 2012-04-29  1:26 UTC 

[Patch v4 0/3] Add filter to emacs show mode
 2012-04-29  0:57 UTC  (5+ messages)
` [Patch v4 1/3] emacs: split notmuch-show-apply-state
` [Patch v4 2/3] emacs: add a filter option to show
` [Patch v4 3/3] emacs: Bind filter in search to 'l'

[Patch v3 0/2] Add filter to emacs show mode
 2012-04-28 22:39 UTC  (5+ messages)
` [Patch v3 1/2] emacs: add a filter option to show
` [Patch v3 2/2] emacs: Bind filter in search to 'l'

[PATCH] lib: Bump SO version from 2.0.0 to 3.0.0
 2012-04-28 22:25 UTC 

[PATCH 1/2] config: Add 'config list' command
 2012-04-28 13:51 UTC  (8+ messages)
` [PATCH v4 0/6] Config-related patches
  ` [PATCH v4 1/6] config: Fix free in 'config get' implementation
  ` [PATCH v4 2/6] config: Check 'config get' arity exactly

[RFC] Split notmuch_database_close into two functions
 2012-04-28 12:54 UTC  (20+ messages)
` [PATCH 7/7] python: wrap and use notmuch_database_destroy as destructor
      ` [PATCH 1/7] Split notmuch_database_close into two functions
        ` [PATCH 2/7] NEWS: Document the notmuch_database_close split
        ` [PATCH 3/7] Use notmuch_database_destroy instead of notmuch_database_close
        ` [PATCH 4/7] "
        ` [PATCH 5/7] go: "
        ` [PATCH 6/7] ruby: "

emacs tagging cleanup
 2012-04-28  8:30 UTC  (3+ messages)
` emacs tagging cleanup, v3

[PATCH v2 0/2] Add filter to emacs show mode
 2012-04-26 19:10 UTC  (6+ messages)
` [PATCH v2 1/2] emacs: add a filter option to show
` [PATCH v2 2/2] emacs: Bind filter in search to 'l'

Possible bug with notmuch search & --limit --offset
 2012-04-26 16:18 UTC  (2+ messages)

[PATCH] ruby: make sure the database is closed
 2012-04-25 20:22 UTC  (10+ messages)

[PATCH] emacs: add a filter option to show
 2012-04-25 12:04 UTC  (5+ messages)

on deleting messages
 2012-04-25  2:30 UTC  (3+ messages)
` [PATCH 1/3] emacs: modify help message for notmuch-search-line-faces to reflect preferred "deleted" tag name

[PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello
 2012-04-25  2:29 UTC  (2+ messages)

[PATCH] emacs: Put notmuch-print-mechanism in custom group notmuch-show
 2012-04-25  2:28 UTC  (2+ messages)

[PATCH 0/3] Fix some error handling in notmuch new
 2012-04-25  2:28 UTC  (21+ messages)
` [PATCH 1/3] new: Consistently treat fatal errors as fatal
` [PATCH 2/3] new: Handle fatal errors in remove_filename and _remove_directory
` [PATCH v2 0/4] Fix some error handling in notmuch new
  ` [PATCH v2 1/4] new: Consistently treat fatal errors as fatal
  ` [PATCH v2 2/4] new: Handle fatal errors in remove_filename and _remove_directory
  ` [PATCH v2 3/4] new: Print final fatal error message to stderr
  ` [PATCH v2 4/4] new: Fix missing end_atomic in remove_filename on error
` [PATCH v3 0/4] Fix some error handling in notmuch new
  ` [PATCH v3 1/4] new: Consistently treat fatal errors as fatal
  ` [PATCH v3 2/4] new: Handle fatal errors in remove_filename and _remove_directory
  ` [PATCH v3 3/4] new: Print final fatal error message to stderr
  ` [PATCH v3 4/4] new: Fix missing end_atomic in remove_filename on error

[PATCH 1/3] Removed variable notmuch-hello-search-pos
 2012-04-24 21:11 UTC  (3+ messages)
` [PATCH 2/3] Moved global defvar of notmuch-hello-target to function local
` [PATCH 3/3] Make notmuch-hello-insert-saved-searches return (priority . target-pos)

[PATCH v4 0/4] Allow JSON to use non-entire thread, and use for elide
 2012-04-24  9:11 UTC  (5+ messages)
` [PATCH v4 1/4] cli: Let json output "null" messages for non --entire-thread
` [PATCH v4 2/4] cli: make --entire-thread=false work for format=json
` [PATCH v4 3/4] Update devel/schemata for --entire-thread=false
` [PATCH v4 4/4] emacs: make elide messages use notmuch-show for omitting messages

[PATCH v3 0/2] Allow JSON to use non-entire thread, and use for elide
 2012-04-24  1:47 UTC  (3+ messages)
` [PATCH v3 1/2] cli: make --entire-thread=false work for format=json

[PATCH] ruby: make sure the database is closed
 2012-04-23 12:48 UTC 

folder searches don't work (sometimes) with current git
 2012-04-22 14:27 UTC 


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