unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-01-31 23:49:06 to 2012-02-05 07:15:34 UTC [more...]

[PATCH 1/6] emacs: move tag format validation to `notmuch-tag' function
 2012-02-05  7:13 UTC  (10+ messages)
` [PATCH v5 00/12] emacs: more flexible and consistent tagging operations
  ` [PATCH v5 01/12] emacs: move tag format validation to `notmuch-tag' function
  ` [PATCH v5 02/12] emacs: remove text properties from `notmuch-search-get-tags' result
  ` [PATCH v5 03/12] emacs: make "+" and "-" tagging operations in notmuch-search more flexible
  ` [PATCH v5 04/12] emacs: make "+" and "-" tagging operations in notmuch-show "
  ` [PATCH v5 05/12] test: fix emacs tests after tagging operations changes
  ` [PATCH v5 06/12] emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'
  ` [PATCH v5 07/12] emacs: add "*" binding for notmuch-show view
  ` [PATCH v5 08/12] emacs: separate history for operations which accept single and multiple tags

[PATCH 1/2] test: auto load elisp tests file in test_emacs if available
 2012-02-05  7:08 UTC  (2+ messages)

[Patch v2 0/4] Control selection of From: header when replying
 2012-02-05  6:58 UTC  (7+ messages)
` [PATCH v2 1/4] cli: add --from option to reply to restrict guessing of the From: header
` [PATCH v2 2/4] cli: update man page for notmuch-reply --from:
` [PATCH v2 3/4] emacs: Improve prompting for user address when replying
` [PATCH v2 4/4] test: test the new --from option to notmuch-reply

Revised dump-restore patches
 2012-02-05  1:04 UTC  (4+ messages)
` New dump/restore format
  ` [PATCH v3 09/10] random-dump.c: new test-binary to generate dump files

[PATCH 1/2] NEWS: markup changes to make mdwn->html look slightly better
 2012-02-04 23:49 UTC  (3+ messages)
` [PATCH 2/2] devel: added newssplit.pl for splitting NEWS for markdown processing

[PATCH 0/2] Rewrite text show format
 2012-02-04 21:19 UTC  (7+ messages)
` [PATCH 1/2] show: Convert text format to the new self-recursive style
` [PATCH 2/2] show: Simplify new text formatter code

Bug: emacs 23.2 doesn't like ido-completing-read
 2012-02-04 20:29 UTC  (6+ messages)

[RFC PATCH v2] emacs: make show view a/A/x/X key bindings more consistent
 2012-02-04 19:52 UTC  (3+ messages)

[PATCH 0/2] Control guessing of the from-address when replying
 2012-02-04 19:12 UTC  (7+ messages)
` [PATCH 1/2] cli: add --from option to reply to restrict guessing of the From: header
` [PATCH 2/2] emacs: Improve prompting for user address when replying

[PATCH] emacs: Quote MML tags in replies
 2012-02-04 19:05 UTC  (23+ messages)
` emacs: quote "
  ` [PATCH v3 1/2] test: add tests for quoting of "
    ` [PATCH v4 "
      ` [PATCH v5 "
  ` [PATCH v3 2/2] emacs: quote "
        ` [PATCH] test: replace occurrences of $PWD with vars that are more stable
  ` (no subject)
    ` [PATCH v4 2/2] emacs: quote MML tags in replies
    ` 
      ` [PATCH v6 1/3] test: add tests for quoting of MML tags in replies
      ` [PATCH v6 2/3] emacs: quote "
      ` [PATCH v6 3/3] post-merge fixes
      ` MML Quoting patches

[PATCH 0/2] Bug and potential fix: forwarded messages
 2012-02-04 16:51 UTC  (6+ messages)
` [PATCH 1/2] test: Add broken test for showing "
` [PATCH 2/2] emacs: Fix broken showing of "

[PATCH] emacs: Move the blank line from the bottom of the headers to the top of the body
 2012-02-04 12:39 UTC  (2+ messages)

[PATCH] emacs: More address cleaning
 2012-02-04 12:39 UTC  (2+ messages)

[PATCH 0/3] minor cleanup and improvements
 2012-02-04 12:39 UTC  (3+ messages)
` [PATCH 0/2 v2] "

[PATCH 1/3] lib: Don't delete uninitialized pointers
 2012-02-04 12:38 UTC  (3+ messages)
` [PATCH 3/3] lib: Use talloc to simplify cleanup in notmuch_database_open

[PATCH] tag: remove unused attribute from notmuch_tag_command() arguments
 2012-02-04 12:37 UTC  (2+ messages)

[PATCH] test: remove ".sh" extension from the recently added Emacs tests
 2012-02-04 12:37 UTC  (2+ messages)

Please Update Current GLib Requirements For notmuch: - (glib-2.0 >= 2.14) + (glib-2.0 >= 2.22)
 2012-02-04 12:36 UTC  (4+ messages)
` [PATCH] configure: update explicit check for glib : >= 2.22

[PATCH 0/2] emacs: fix `notmuch-wash-region-to-button' to work at beginning of buffer
 2012-02-04 12:36 UTC  (7+ messages)
` [PATCH 1/2] test: add test for hiding Original Message region at beginning of a message
` [PATCH v2 0/2] emacs: fix `notmuch-wash-region-to-button' to work at beginning of buffer
  ` [PATCH v2 1/2] test: add test for hiding Original Message region at beginning of a message
  ` [PATCH v2 2/2] emacs: fix `notmuch-wash-region-to-button' to work at beginning of buffer

For gmail how do you setup notmuch mail ?
 2012-02-04 12:35 UTC  (3+ messages)

[PATCH 1/2] cli: convert "notmuch show" to use the new argument parser
 2012-02-04  8:59 UTC  (4+ messages)
` [PATCH 2/2] cli: reach previously unreachable cleanup code in "notmuch show"

[PATCH 0/2] test_expect_equal_file arguments check
 2012-02-04  8:28 UTC  (8+ messages)
` [PATCH 1/2] test: add check for <expected> filename argument for test_expect_equal_file
` [PATCH 2/2] test: fix order and format of test_expect_equal_file arguments

[PATCH] lib: update notmuch_tags_get example to reflect api change
 2012-02-04  1:34 UTC  (2+ messages)

[PATCH] add support for user-specified files & directories to ignore
 2012-02-04  1:56 UTC  (6+ messages)
  ` [PATCH v5] "

notmuch release 0.11.1 now available
 2012-02-04  4:34 UTC 

emacs: more flexible and consistent tagging operations
 2012-02-04  1:49 UTC  (4+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 02/12] emacs: remove text properties from `notmuch-search-get-tags' result

[PATCH] STYLE: Initial draft of coding style document
 2012-02-04  0:50 UTC  (4+ messages)

[PATCH 0/3] Configuration file option to exclude files/directories
 2012-02-03 22:44 UTC  (5+ messages)
` [PATCH] test: add tests wrt ignoring user-specified files and directories

0.11.1 release in progress
 2012-02-03 14:36 UTC  (3+ messages)

olra.theworths.org mail forwarding delay?
 2012-02-03 14:33 UTC  (3+ messages)

[feature request] notmuch_thread_get_newest_subject
 2012-02-03 14:07 UTC 

newbie questions
 2012-02-03 11:59 UTC 

Set "From" based on "To" when replying
 2012-02-03 11:54 UTC  (4+ messages)

[PATCH 0/3] reworked crypto toggle, plus a couple of other toggles
 2012-02-03 10:47 UTC  (18+ messages)
` [PATCH v5 0/6] reworked crypto toggle, plus a few "
  ` [PATCH v5 1/6] emacs: Rework crypto switch toggle
  ` [PATCH v5 2/6] emacs: Allow `notmuch-show-mode' to display only matching messages
  ` [PATCH v5 3/6] emacs: Allow the indentation of content to be toggled
  ` [PATCH v5 4/6] emacs: Add a binding (t) to toggle the truncation of long lines
  ` [PATCH v5 5/6] emacs: Optionally retain the state of the buffer during `notmuch-show-refresh-view'
  ` [PATCH v5 6/6] emacs: Check that the parent buffer is alive before using it
` [PATCH v6 0/8] reworked crypto toggle, plus a few other toggles
  ` [PATCH v6 1/8] emacs: Rework crypto switch toggle
  ` [PATCH v6 2/8] emacs: Allow `notmuch-show-mode' to display only matching messages
  ` [PATCH v6 3/8] emacs: Allow the indentation of content to be toggled
  ` [PATCH v6 4/8] emacs: Add a binding (t) to toggle the truncation of long lines
  ` [PATCH v6 5/8] emacs: Optionally retain the state of the buffer during `notmuch-show-refresh-view'
  ` [PATCH v6 6/8] emacs: Check that the parent buffer is alive before using it
  ` [PATCH v6 7/8] emacs: Add `notmuch-show-only-matching-messages'
  ` [PATCH v6 8/8] emacs: A prefix argument to `notmuch-show' should invert the matching message behaviour

[Patch V4] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag
 2012-02-03  9:48 UTC  (24+ messages)
` [PATCH v4 01/11] cli: add --no-exclude option to count and search
` [PATCH v4 02/11] cli: Add --no-exclude to the man pages for search and count
` [PATCH v4 03/11] test: add tests for new cli --no-exclude option
` [PATCH v4 04/11] lib: Rearrange the exclude code in query.cc
` [PATCH v4 05/11] lib: Make notmuch_query_search_messages set the exclude flag
` [PATCH v4 06/11] lib: Add the exclude flag to notmuch_query_search_threads
` [PATCH v4 07/11] lib: added interface notmuch_thread_get_flag_messages
` [PATCH v4 08/11] cli: Make notmuch-show respect excludes
` [PATCH v4 09/11] test: update tests to reflect the exclude flag
` [PATCH v4 10/11] cli: omit excluded messages in results where appropriate
` [PATCH v4 11/11] emacs: show: recognize the exclude flag

[PATCH] emacs: add default value to notmuch-search-line-faces
 2012-02-03  8:08 UTC  (4+ messages)
` [PATCH v2] "

BiDi
 2012-02-03  8:07 UTC  (6+ messages)
    ` mutt-like interface [was: Re: BiDi]

Possible bug in notmuch python, removing tags not working
 2012-02-02 18:40 UTC  (2+ messages)

[PATCH] test: make test_expect_equal_file() arguments flexible
 2012-02-02 17:40 UTC  (14+ messages)

[PATCH] emacs: globally replace non-branching "(if (not ..." with "(unless ..."
 2012-02-02  1:31 UTC  (16+ messages)
` [PATCH] emacs: globally replace non-branching "(if COND (progn ..." with "(when ..."
      ` [PATCH v2] "

[PATCH v5 0/2] emacs: add completion to "tag all" operation
 2012-02-01 23:25 UTC  (7+ messages)
` [PATCH v4] test: emacs: add test for `notmuch-search-operate-all'

[patch] notmuch-addresses.py fix UnicodeDecodeError
 2012-02-01 18:09 UTC 

[RFC PATCH 2/4] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag
 2012-02-01 18:00 UTC  (6+ messages)
` [PATCH 3/7] lib: Make notmuch_query_search_messages set the exclude flag

[PATCH 0/3] Configuration file option to exclude files/directories
 2012-02-01 16:30 UTC  (5+ messages)
` [PATCH] added support for user-specified files & directories to ignore

[PATCH 0/5 v4] reworked crypto toggle, plus a few other toggles
 2012-02-01  8:52 UTC  (6+ messages)
  ` [PATCH 3/5] emacs: Allow the indentation of content to be toggled


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