unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-02-26 21:59:58 to 2012-03-08 16:37:22 UTC [more...]

a DoS vulnerability associated with conflated Message-IDs?
 2012-03-08 16:37 UTC 

Internal error on line 296 of mime-node.c
 2012-03-08 15:35 UTC  (8+ messages)
  ` (no subject)
    ` [PATCH 1/2] test: utility function to add a pre-generated message to the database
    ` [PATCH 2/2] test: add new test file for mime parsing
` [PATCH] Handle errors in mime_node_open
  ` Parsing regression with gmime-2.6?
    ` [WIP PATCH] debugging gmime-2.6 fail

buttonizing links in html parts (emacs)
 2012-03-08  2:29 UTC 

[PATCH 1/1] Add a function for applying an arbitrary number of tags to the highlighted message thread while in notmuch-search-mode. Intended to restore the original functionality of notmuch-search-remove-tag and notmuch-search-add-tag prior to 2beaefa2
 2012-03-07 23:09 UTC  (3+ messages)
` [PATCH] Function to apply many tags in notmuch-search-mode
` [PATCH 1/1] Add a function

[PATCH 0/5] Rewrite mbox and raw show formats
 2012-03-07 20:18 UTC  (20+ messages)
` [PATCH 1/5] show: Allow formatters to return errors
` [PATCH 2/5] show: Move format_message_mbox with the other new-style formats
` [PATCH 3/5] show: Convert mbox format to new self-recursive style
` [PATCH 4/5] show: Move format_part_content_raw with the other new-style formats
` [PATCH 5/5] show: Convert raw format to the new self-recursive style
` [PATCH v2 0/8] Rewrite mbox and raw show formats
  ` [PATCH v2 1/8] test: Fix typo in test description
  ` [PATCH v2 2/8] test: Fix malformed multipart message
  ` [PATCH v2 3/8] show: Allow formatters to return errors
  ` [PATCH v2 4/8] show: Move format_message_mbox with the other new-style formats
  ` [PATCH v2 5/8] show: Convert mbox format to new self-recursive style
  ` [PATCH v2 6/8] show: Move format_part_content_raw with the other new-style formats
  ` [PATCH v2 7/8] show: Convert raw format to the new self-recursive style, properly support interior parts
  ` [PATCH v2 8/8] man: Update raw format documentation

[PATCH v4 0/2] emacs: User-defined sections in notmuch-hello
 2012-03-07 20:11 UTC  (9+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/2] "

plans for 0.12
 2012-03-07 19:52 UTC  (7+ messages)
` [PATCH] NEWS: add entry for `notmuch-show-stash-mlarchive-link{, -and-go}'

[PATCH v3] test: emacs: new test "notmuch-search: change tags of all matching messages"
 2012-03-07 19:49 UTC  (2+ messages)
` [PATCH v4] "

[alot] reply from search mode
 2012-03-07 14:21 UTC  (4+ messages)

[alot] mails tagged 'killed' reappearing
 2012-03-06 15:56 UTC  (4+ messages)

[PATCH 0/1] emacs: Pass a copy to notmuch-saved-search-sort-function
 2012-03-06  8:20 UTC  (13+ messages)
` [PATCH] "
  ` [PATCH v2] "
` [PATCH v2 0/1] "

[rfc] autotools compatibility and Hurd as platform
 2012-03-05 10:23 UTC  (6+ messages)
` [PATCH 1/2] Add GNU as a valid platform
` [PATCH 2/2] Use autotools config.sub for --host and --build parsing
    ` [PATCH 2/2] Do not try to parse the options for --build and --host arguments

[PATCH] emacs: keep customizations in groups
 2012-03-05  7:24 UTC  (3+ messages)

[PATCH v10 0/2] emacs: User-defined sections in notmuch-hello
 2012-03-05  2:00 UTC  (6+ messages)
` [PATCH] emacs-hello: Do not calculate the count of the messages in hidden sections

[PATCH] Fix mml-quoting in responses where pgp-signing is enabled
 2012-03-05  0:41 UTC  (6+ messages)
    ` [PATCH] emacs: fix MML quoting in replies

[PATCH] Fix mml-quoting in responses where pgp-signing is enabled
 2012-03-03 23:54 UTC 

[announce] Bower 0.1
 2012-03-03 23:25 UTC  (2+ messages)
` [announce] Bower 0.2

[PATCH 0/5] Disable search.exclude_tags for 0.12
 2012-03-03 16:25 UTC  (8+ messages)
` [PATCH 1/5] config: disable addition of exclude tags "
` [PATCH 2/5] NEWS: revert NEWS item for "
` [PATCH 3/5] man: remove search.exclude_tags from notmuch-config.1 "
` [PATCH 4/5] cli: temporarily remove exclude tag support "
` [PATCH 5/5] test: mark exclude tests broken "

fix notmuch_database_close
 2012-03-03 16:18 UTC  (10+ messages)
` [PATCH] Actually close the xapian database in notmuch_database_close

[PATCH 0/5] Move to --with-excluded approach to excludes
 2012-03-03 13:05 UTC  (6+ messages)
` [PATCH 1/5] lib: rename (and negate) set_omit_excluded set_with_excluded
` [PATCH 2/5] cli: move count to the new --with-excluded naming scheme
` [PATCH 3/5] cli: move search "
` [PATCH 4/5] cli: move show "
` [PATCH 5/5] emacs: make show set --with-excluded

[Patch v7 00/13] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag
 2012-03-03 12:41 UTC  (18+ messages)
` [Patch v7 01/13] cli: add --no-exclude option to count and search
` [Patch v7 02/13] cli: Add --no-exclude to the man pages for search and count
` [Patch v7 03/13] test: add tests for new cli --no-exclude option
` [Patch v7 04/13] lib: Rearrange the exclude code in query.cc
` [Patch v7 05/13] lib: Make notmuch_query_search_messages set the exclude flag
` [Patch v7 06/13] lib: Add the exclude flag to notmuch_query_search_threads
` [Patch v7 07/13] test: update search test to reflect exclude flag
` [Patch v7 08/13] cli: Make notmuch-show respect excludes
` [Patch v7 09/13] test: update tests to reflect the exclude flag
` [Patch v7 10/13] man: update manpage for notmuch-show --no-exclude option
` [Patch v7 11/13] cli: omit excluded messages in results where appropriate
` [Patch v7 12/13] emacs: show: recognize the exclude flag
` [Patch v7 13/13] emacs: notmuch.el ignore excluded matches

[PATCH 0/2] vim plugin: implement viewing/saving attachments
 2012-03-03  3:12 UTC  (3+ messages)
` [PATCH 2/2] vim plugin: Implement attachment saving

[alot] howto multiple selections
 2012-03-02 18:22 UTC  (2+ messages)

FreeBSD Port Accepted
 2012-03-02 17:48 UTC  (2+ messages)

[PATCH 1/2] emacs: retain show buffer state after retrieving gpg key
 2012-03-02 13:05 UTC  (3+ messages)
` [PATCH 2/2] Spelling fix

Possible bug in gpg signing replies
 2012-03-02  4:05 UTC 

[PATCH 1/2] test: remove "Generate some messages" test from raw
 2012-03-01 23:09 UTC  (3+ messages)

[RFC] Smart replying
 2012-03-01 21:15 UTC  (3+ messages)

[PATCH] emacs: Mention race condition safety in user visible documentation
 2012-03-01 18:26 UTC  (10+ messages)

[PATCH] emacs: Add `notmuch-show-stash-gmane' and `notmuch-show-stash-gmane-and-go'
 2012-03-01 17:12 UTC  (7+ messages)
  ` [PATCH v6 1/3] emacs: `notmuch-show-get-message-id': optionally return Message-Id sans prefix

Replacing my name/email with "me" (or similar) in author lists
 2012-03-01 14:28 UTC  (10+ messages)

[RFC PATCH 00/13] Modular message store code
 2012-03-01 13:51 UTC  (3+ messages)

[PATCH 0/8] Rewrite JSON show format
 2012-03-01 12:35 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] Document the JSON schemata used by show and search
  ` [PATCH v2 2/8] show: Convert JSON format to the new self-recursive style

[alot] nottoomuch-addresses.sh config
 2012-03-01  9:03 UTC  (3+ messages)

info about notmuch gui 'alot'
 2012-02-29 17:40 UTC  (7+ messages)

Searching through different charsets
 2012-02-29 11:55 UTC  (5+ messages)
` [PATCH] test: Add test for searching of uncommonly encoded messages
  ` [PATCH 1/2] Convert non-UTF-8 parts to UTF-8 before indexing them

[PATCH] doc: minor corrections in notmuch-config.1
 2012-02-29 11:53 UTC  (4+ messages)

[PATCH v4 1/1] Make buttons for attachments allow viewing as well as saving
 2012-02-29 11:27 UTC  (5+ messages)
` [PATCH v5] "
    ` [PATCH v5] News for "

[Patch v6 00/13] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag
 2012-02-29  9:17 UTC  (4+ messages)
` [Patch v6 12/13] emacs: show: recognize the exclude flag

[PATCH 1/6] emacs: move tag format validation to `notmuch-tag' function
 2012-02-28 19:34 UTC  (7+ messages)
` [PATCH v5 00/12] emacs: more flexible and consistent tagging operations

[PATCH] man: document the notmuch configuration settings in notmuch-config(1)
 2012-02-28 18:43 UTC  (5+ messages)
` [PATCH] man: add references to maildir flag synchronization

[PATCH] emacs: Fix out of date comment
 2012-02-28  2:48 UTC  (2+ messages)

[PATCH v7 0/3] NEWS and test comment adjustments
 2012-02-28  2:46 UTC  (6+ messages)
  ` [PATCH 1/6] cli: update 'new.ignore' config file comment wrt file/directory matching
  ` [PATCH 2/6] NEWS: sync 'new.ignore' entry with its comment in notmuch-config.c

[PATCH] Build-Depend on libgmime-2.6-dev | libgmime2.4-dev
 2012-02-28  2:25 UTC  (2+ messages)

[PATCH 0/3] minor cleanup and improvements
 2012-02-28  1:52 UTC  (4+ messages)
` [PATCH 0/2 v2] "
  ` [PATCH 2/2 v2] emacs: Prefer '[No Subject]' to blank subjects

Thread by subject, at least through API?
 2012-02-28  0:42 UTC 

[afew] announcing afew, an universal tagging solution with some fancy features
 2012-02-27 21:10 UTC  (2+ messages)

[PATCH 0/3] Fix some error handling in notmuch new
 2012-02-27 15:49 UTC  (4+ 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 3/3] new: Print final fatal error message to stderr

Regarding notmuch and Fedora 16
 2012-02-27  9:21 UTC  (5+ messages)

[ANNOUNCE] mutt with notmuch support
 2012-02-27  8:09 UTC  (2+ messages)

[RFC PATCH 0/2] natural language date range search
 2012-02-27  7:45 UTC  (4+ 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).