unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-06-20 20:08:13 to 2012-07-09 21:42:55 UTC [more...]

[PATCH 0/8] JSON-based search-mode
 2012-07-09 21:42 UTC  (44+ messages)
` [PATCH 1/8] emacs: Clean up notmuch-search-show-result
` [PATCH 2/8] emacs: Separate search line parsing and display
` [PATCH 3/8] emacs: Move search-target logic to `notmuch-search-show-result'
` [PATCH 4/8] emacs: Helper for reporting search parsing errors
` [PATCH 5/8] emacs: Pass plist to `notmuch-search-show-result'
` [PATCH 6/8] test: New test for incremental search output parsing
` [PATCH 7/8] emacs: Implement an incremental JSON parser
` [PATCH 8/8] emacs: Switch from text to JSON format for search results
` [PATCH v2 0/9] JSON-based search-mode
  ` [PATCH v2 1/9] emacs: Clean up notmuch-search-show-result
  ` [PATCH v2 2/9] emacs: Separate search line parsing and display
  ` [PATCH v2 3/9] emacs: Helper for reporting search parsing errors
  ` [PATCH v2 4/9] emacs: Move search-target logic to `notmuch-search-show-result'
  ` [PATCH v2 5/9] emacs: Pass plist "
  ` [PATCH v2 6/9] test: New test for incremental search output parsing
  ` [PATCH v2 7/9] emacs: Implement an incremental JSON parser
  ` [PATCH v2 8/9] emacs: Switch from text to JSON format for search results
  ` [PATCH v2 9/9] News for JSON-based search
` [PATCH v3 0/9] JSON-based search-mode
  ` [PATCH v3 1/9] emacs: Clean up notmuch-search-show-result
  ` [PATCH v3 2/9] emacs: Separate search line parsing and display
  ` [PATCH v3 3/9] emacs: Helper for reporting search parsing errors
  ` [PATCH v3 4/9] emacs: Move search-target logic to `notmuch-search-show-result'
  ` [PATCH v3 5/9] emacs: Pass plist "
  ` [PATCH v3 6/9] test: New test for incremental search output parsing
  ` [PATCH v3 7/9] emacs: Implement an incremental JSON parser
  ` [PATCH v3 9/9] News for JSON-based search

[PATCH 1/2] contrib/nmbug: make nmbug a subdirectory
 2012-07-09 18:57 UTC  (5+ messages)
` [PATCH 2/2] contrib/nmbug: add nmbug-status script
  ` [PATCH v2] "
    ` [PATCH v3] "

S/MIME support
 2012-07-09 18:33 UTC  (4+ messages)
` [PATCH 1/2] cli: S/MIME verification/decryption support
  ` [PATCH 2/2] debian: Recommend gpgsm for S/MIME support

query on a subset of messages ?
 2012-07-09 17:37 UTC  (8+ messages)
    ` post-new [was: Re: query on a subset of messages ?]

[PATCH] ruby: add all_tags method to Notmuch::Database
 2012-07-09 14:36 UTC 

[PATCH 1/3] emacs: add no-display arg to notmuch-hello-refresh-hook
 2012-07-08  8:20 UTC  (4+ messages)
` [PATCH 3/3] emacs: add notmuch hello refresh hook to display message count change

[PATCH] emacs: Fix notmuch-message-mark-replied
 2012-07-08  6:15 UTC  (2+ messages)

[PATCH] manpages: consistent "format" for NAME section
 2012-07-08  5:31 UTC  (2+ messages)

[PATCH] cli: notmuch-show with framing newlines between threads in JSON
 2012-07-08  5:30 UTC  (8+ messages)

[PATCH 0/3] Control notmuch show output
 2012-07-07 15:12 UTC  (4+ messages)
` [PATCH 1/3] cli: allow keyword lists in argument parser
` [PATCH 2/3] cli: show allow the caller to specify the headers output
` [PATCH 3/3] cli: allow show to omit message bodies

[PATCH] cli: add --headers_only option to notmuch-show.c
 2012-07-07  6:21 UTC  (3+ messages)

[PATCH 1/3] test: add basic show, search --format=text tests
 2012-07-05 15:18 UTC  (11+ messages)
` [PATCH 2/3] show: output Reply-To headers
` [PATCH 3/3] test: add test for showing "

[PATCH 0/3] Speed up notmuch new for unchanged directories
 2012-07-05  7:37 UTC  (8+ messages)
` [PATCH 1/3] lib: fix NULL checks for filenames iterators
` [PATCH 2/3] lib: add support for rewinding a filenames iterator
` [PATCH 3/3] new: don't read unchanged directories from disk

problem with outbound mail headers from Emacs
 2012-07-04 19:07 UTC  (2+ messages)

notmuch with the bbdb
 2012-07-03 22:52 UTC  (2+ messages)

notmuch-mutt: fix tag action invocation
 2012-07-03 21:30 UTC  (3+ messages)
  ` [PATCH 1/2] notmuch-mutt: fix helper invocation for the tag action
  ` [PATCH 2/2] debian: document tag action invocation fix in changelog

[RFC PATCH 00/14] modular mail stores based on URIs
 2012-07-03  8:40 UTC  (31+ messages)
` [RFC PATCH 01/14] All access to mail files goes through the mailstore module
` [RFC PATCH 02/14] Introduce uriparser
` [RFC PATCH 03/14] mailstore can read from maildir: URLs
` [RFC PATCH 04/14] Not all filenames need to be converted to absolute paths
        ` [PATCH v2 0/8] URI-based modular mail stores
          ` [PATCH v2 1/8] All access to mail files goes through the mailstore module
          ` [PATCH v2 2/8] Introduce uriparser
          ` [PATCH v2 3/8] Not all filenames need to be converted to absolute paths
          ` [PATCH v2 4/8] new: add "scan" option
          ` [PATCH v2 5/8] notmuch-new: pull out useful bits of add_files_recursive
          ` [PATCH v2 6/8] mailstore: support for mbox:// URIs
          ` [PATCH v2 7/8] Tests for mbox support
          ` [PATCH v2 8/8] new: Add scan support for mbox:// URIs

[PATCH] Add missing "tags" field to search schema
 2012-07-03  5:47 UTC 

The Slackbuild package for version 0.13.2 is approved
 2012-07-02 18:26 UTC 

[Patch v8 0/6] Allow JSON to use non-entire thread, and use for elide
 2012-06-30 18:43 UTC  (9+ messages)
` [Patch v8 2/6] cli: Let json output "null" messages for non --entire-thread
` [Patch v8 4/6] Update devel/schemata for --entire-thread=false
    ` [PATCH] Minor correction to devel/schemata
      ` [Patch v2] "

Proposed structure formatter API
 2012-06-30  2:59 UTC 

[PATCH v2] ruby: extern linkage portability improvement
 2012-06-30  1:41 UTC  (4+ messages)

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines
 2012-06-30  1:41 UTC  (4+ messages)

[PATCH] Restore original keybinding ('r' = reply-to-all)
 2012-06-29 19:05 UTC  (13+ messages)
          ` [UGLY DFAFT PATCH] draft: emacs: custom variable to choose default reply-to behaviour

[RFC PATCH 05/14] new: use new URL-based filenames for messages
 2012-06-28 20:54 UTC  (11+ messages)
` [RFC PATCH 06/14] maildir URIs can be used in tags_to_maildir_flags
` [RFC PATCH 07/14] Update tests that need to see filenames to use URIs
` [RFC PATCH 08/14] Don't cache corpus.mail
` [RFC PATCH 09/14] Fix atomicity test to work without relocatable mailstores
` [RFC PATCH 10/14] new: add "scan" option
` [RFC PATCH 11/14] notmuch-new: pull out useful bits of add_files_recursive
` [RFC PATCH 12/14] mailstore: support for mbox:// URIs
` [RFC PATCH 13/14] Tests for mbox support
` [RFC PATCH 14/14] new: Add scan support for mbox:// URIs

bug related to ical
 2012-06-25 17:47 UTC 

extract attachments from multiple mails
 2012-06-25 17:41 UTC  (3+ messages)

[PATCH] emacs: add function to toggle display of all multipart/alternative parts
 2012-06-24 18:56 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] ruby: extern linkage portability improvement
 2012-06-24 11:20 UTC  (5+ messages)

[PATCH 0/8] search --exclude=all
 2012-06-23  7:14 UTC  (5+ messages)
` [PATCH 4/8] man: clarify search --exclude documentation

[PATCH] emacs: add pipe attachment command
 2012-06-22 10:46 UTC  (3+ messages)

[PATCH] emacs: derive correct timestamp in FCC unique name
 2012-06-22 10:45 UTC  (3+ messages)
` [PATCHv2] "

adding emacs-snapshot as alternative to emacs
 2012-06-22 10:32 UTC  (7+ messages)

miraculous from: field
 2012-06-21  3:57 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).