unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-05-05 13:39:42 to 2012-05-23 01:43:59 UTC [more...]

[PATCH v3 0/6] cli: improved crypto internals
 2012-05-23  1:43 UTC  (7+ messages)
` [PATCH v3 1/6] cli: new crypto structure to store crypto contexts and parameters, and functions to support it
  ` [PATCH v3 2/6] cli: modify show and reply to use new crypto struct
    ` [PATCH v3 3/6] cli: modify mime_node_open to take new crypto struct as argument
      ` [PATCH v3 4/6] cli: modify mime_node_context to use the new crypto struct
        ` [PATCH v3 5/6] cli: new crypto verify flag to handle verification
          ` [PATCH v3 6/6] cli: use new notmuch_crypto_get_context in mime-node.c

Sending from multiple accounts
 2012-05-23  1:43 UTC 

[PATCH 0/9] Fix directory lookup on read-only databases
 2012-05-22 20:48 UTC  (11+ messages)
` [PATCH 1/9] lib: Make directory document creation optional for _notmuch_directory_create
` [PATCH 2/9] lib: Perform the same transformation to _notmuch_database_find_directory_id
` [PATCH 3/9] lib: Perform the same transformation to _notmuch_database_filename_to_direntry
` [PATCH 4/9] lib: Make notmuch_database_get_directory return NULL if the directory is not found
` [PATCH 5/9] new: Remove workaround for detecting newly created directory objects
` [PATCH 6/9] python: Update Database.get_directory documentation
` [PATCH 7/9] lib: Make notmuch_database_find_message_by_filename not crash on read-only databases
` [PATCH 8/9] python: Remove find_message_by_filename workaround
` [PATCH 9/9] lib: Don't needlessly create directory docs in _notmuch_message_remove_filename

emacs complains about encoding?
 2012-05-22 13:21 UTC  (7+ messages)

[PATCH] emacs: use 'gnus-decoded in notmuch-mm-display-part-inline ()
 2012-05-20 16:58 UTC 

[PATCH v2 0/5] cli: improve handling of crypto parameters and contexts
 2012-05-19 16:28 UTC  (14+ messages)
` [PATCH v2 1/5] cli: new crypto structure to store crypto contexts and parameters
  ` [PATCH v2 2/5] cli: modify mime_node_open to take crypto struct as argument
    ` [PATCH v2 3/5] cli: modify mime_node_context to use the new notmuch_crypto_t
      ` [PATCH v2 4/5] cli: new crypto verify flag to handle verification
        ` [PATCH v2 5/5] cli: lazily create the crypto gpg context only when needed

tagging moved messages
 2012-05-19 15:40 UTC 

[PATCH 0/6] cli: improve handling of crypto parameters contexts
 2012-05-18 17:09 UTC  (23+ messages)
` [PATCH 1/6] cli: new crypto structure to store crypto contexts and parameters
  ` [PATCH 2/6] cli: modify mime_node_context to use the new notmuch_crypto_t
    ` [PATCH 3/6] cli: modify mime_node_open to take crypto struct as argument
      ` [PATCH 4/6] cli: intialize crypto structure in show and reply
        ` [PATCH 5/6] cli: new crypto verify flag to handle verification
          ` [PATCH 6/6] cli: lazily create the crypto gpg context only when needed

Using procmail to set tags
 2012-05-18 14:48 UTC  (7+ messages)

[alot] announcing v0.3.1
 2012-05-17 21:45 UTC  (3+ messages)

[PATCH 1/3] NEWS: Insert markdown formatting commands in 0.13 section text
 2012-05-17 19:09 UTC  (14+ messages)
` [PATCH 2/3] Changed 0.13 release date in NEWS file to 2012-05-15
` [PATCH 3/3] Capitalized go bindings changes title
` [PATCH 1/4] NEWS: Dropped old 'Reply to sender' section
` [PATCH 2/4] NEWS: Changed 0.13 release date in NEWS file to 2012-05-15
` [PATCH 3/4] NEWS: Insert markdown formatting commands in 0.13 section text
` [PATCH 4/4] NEWS: Capitalized go bindings changes title

[PATCH] add NEWS item about new emacs tagging interface
 2012-05-16  0:19 UTC  (2+ messages)

notmuch release 0.13 now available
 2012-05-15 21:45 UTC 

Mark feature in notmuch.el
 2012-05-15 16:48 UTC  (2+ messages)

[PATCH] ruby: extern linkage portability improvement
 2012-05-15 15:31 UTC  (5+ messages)

[PATCH 0/5] Fix notmuch_database_get_directory API
 2012-05-15 12:04 UTC  (17+ messages)
` [PATCH 1/5] lib/cli: Make notmuch_database_get_directory return a status code
` [PATCH 2/5] go: Update for changes to notmuch_database_get_directory
` [PATCH 3/5] python: "
` [PATCH 4/5] ruby: "
` [PATCH 5/5] news: "
` [PATCH v2 0/5] Fix notmuch_database_get_directory API
  ` [PATCH v2 1/5] lib/cli: Make notmuch_database_get_directory return a status code
  ` [PATCH v2 2/5] go: Update for changes to notmuch_database_get_directory
  ` [PATCH v2 3/5] python: "
  ` [PATCH v2 4/5] ruby: "
  ` [PATCH v2 5/5] news: "

[ANN] New awesome vim plug-in using Ruby bindings
 2012-05-15  9:04 UTC  (8+ messages)

[PATCH 1/2] cli: also use Delivered-To header to figure out the reply from address
 2012-05-14  2:15 UTC  (5+ messages)
` [PATCH 2/2] test: add tests for notmuch reply From guessing

[PATCH] news: Update for changes to notmuch_database_get_directory
 2012-05-13 20:15 UTC  (2+ messages)

0.13 release May 15
 2012-05-12 19:57 UTC 

[PATCH] NEWS: add an entry for the go 1 compatibility
 2012-05-12 19:52 UTC  (2+ messages)

[PATCH 1/2] cli: add user address matching helpers for notmuch reply
 2012-05-12 17:23 UTC  (4+ messages)
` [PATCH 2/2] cli: clean up user address matching code in guess_from_received_header()

[PATCH 1/5] go: reorganize the go bindings
 2012-05-11 11:48 UTC  (9+ messages)
` [patch v2] update the go stuff to go 1
  ` [PATCH 2/5] go: set LDFLAGS to -lnotmuch in the packages source file
  ` [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

Last minute fixes to the go bindings
 2012-05-11 11:45 UTC  (8+ messages)
` [PATCH 1/3] go: update notmuch-addrlookup to the new API
` [PATCH 2/3] go: fix the notmuch status constants
` [PATCH 3/3] go: define the constant STATUS_UNBALANCED_ATOMIC

emacs complains about encoding?
 2012-05-11  8:07 UTC 

[PATCH 0/2] Better, more portable stat-ing logic for notmuch new
 2012-05-09 18:45 UTC  (13+ messages)
` [PATCH 1/2] test: Test notmuch new with a broken symlink
` [PATCH 2/2] new: Centralize file type stat-ing logic
` [PATCH v2 0/2] Better, more portable stat-ing logic for notmuch new
  ` [PATCH v2 1/2] test: Test notmuch new with a broken symlink
  ` [PATCH v2 2/2] new: Centralize file type stat-ing logic

notmuch 0.13~rc1 tagged
 2012-05-09 10:30 UTC 

[PATCH] ruby: extern values in ruby defs.h
 2012-05-08 20:13 UTC  (2+ messages)

[PATCH] emacs: add pipe attachment command
 2012-05-07 15:57 UTC  (6+ messages)
  ` [Patch v2] "

[PATCH 0/4] ruby: quick update before the freeze!
 2012-05-07 15:02 UTC  (5+ messages)
  ` [PATCH 1/4] ruby: Add wrapper for notmuch_query_count_messages
  ` [PATCH 2/4] ruby: Add wrapper for notmuch_query_add_tag_exclude
  ` [PATCH 3/4] ruby: Add workarounds to use in-tree build not the installed one
  ` [PATCH 4/4] ruby: Add wrapper for notmuch_query_set_omit_excluded()

android 3.0 tablet and notmuch?
 2012-05-07  8:40 UTC  (2+ messages)

[PATCH v2 0/2] Replying to HTML-only emails, v2
 2012-05-07  6:17 UTC  (10+ messages)
` [PATCH v2 1/2] test: Replying to an HTML-only message in emacs
` [PATCH v2 2/2] emacs: Correctly quote non-text/plain parts in reply
  ` [PATCH v2.1 "
    ` [PATCH] test: Force reply to use html2text for consistency

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

JSON readtable error when replying
 2012-05-06 12:23 UTC  (3+ messages)
` [PATCH] emacs: Do not pass stderr of notmuch reply to JSON parser

[PATCH v3 1/4] emacs: Let the user choose where to compose new mails
 2012-05-06 12:21 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] NEWS: Insert markdown formatting commands in 0.13 section text
 2012-05-06  8:49 UTC 

[PATCH] lib: Bump SO version from 2.0.0 to 3.0.0
 2012-05-05 23:22 UTC  (2+ messages)

[PATCH 0/6] Make notmuch_database_{open,create} return status codes
 2012-05-05 23:21 UTC  (4+ messages)
` [PATCH v2 0/6] Make notmuch_database_{open, create} "
  ` [PATCH v2 1/6] lib/cli: Make notmuch_database_open return a status code

[PATCH 0/2] Replying to HTML-only emails
 2012-05-05 19:17 UTC  (7+ 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 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


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