unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-01-28 11:17:22 to 2012-01-31 04:55:57 UTC [more...]

[PATCH 1/6] emacs: move tag format validation to `notmuch-tag' function
 2012-01-31  4:54 UTC  (62+ messages)
` [PATCH 3/6] emacs: make "+" and "-" tagging operations more robust
` [PATCH 4/6] test: fix emacs tests after tagging operations changes
` [PATCH 6/6] emacs: separate history for operations which accept single and multiple tags
` [PATCH 8/6] emacs: use message ids instead of thread id in `notmuch-show-operate-all'
` [PATCH v2 00/13] emacs: more robust and consistent tagging operations
  ` [PATCH v2 01/13] emacs: move tag format validation to `notmuch-tag' function
  ` [PATCH v2 02/13] emacs: remove text properties from `notmuch-search-get-tags' result
  ` [PATCH v2 03/13] emacs: make "+" and "-" tagging operations in notmuch-search more robust
  ` [PATCH v2 04/13] emacs: make "+" and "-" tagging operations in notmuch-show "
  ` [PATCH v2 05/13] test: fix emacs tests after tagging operations changes
  ` [PATCH v2 06/13] emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'
  ` [PATCH v2 07/13] emacs: add "*" binding for notmuch-show view
  ` [PATCH v2 08/13] emacs: separate history for operations which accept single and multiple tags
  ` [PATCH v2 09/13] emacs: relax tag syntax check in `notmuch-tag' function
  ` [PATCH v2 10/13] emacs: use message ids instead of thread id in `notmuch-show-operate-all'
  ` [PATCH v2 11/13] emacs: code cleanup in `notmuch-show-operate-all', no functional changes
  ` [PATCH v2 12/13] emacs: accept empty tag list in `notmuch-tag'
  ` [PATCH v2 13/13] NEWS: document Emacs UI tagging operations changes
` emacs: more flexible and consistent tagging operations
  ` [PATCH v3 01/12] emacs: move tag format validation to `notmuch-tag' function
  ` [PATCH v3 02/12] emacs: remove text properties from `notmuch-search-get-tags' result
  ` [PATCH v3 03/12] emacs: make "+" and "-" tagging operations in notmuch-search more flexible
  ` [PATCH v3 04/12] emacs: make "+" and "-" tagging operations in notmuch-show "
  ` [PATCH v3 05/12] test: fix emacs tests after tagging operations changes
  ` [PATCH v3 06/12] emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'
  ` [PATCH v3 07/12] emacs: add "*" binding for notmuch-show view
  ` [PATCH v3 08/12] emacs: separate history for operations which accept single and multiple tags
  ` [PATCH v3 09/12] emacs: relax tag syntax check in `notmuch-tag' function
  ` [PATCH v3 10/12] emacs: accept empty tag list in `notmuch-tag'
  ` [PATCH v3 11/12] emacs: s/tags/tag-changes/ for arguments of tagging functions
  ` [PATCH v3 12/12] NEWS: document Emacs UI tagging operations changes
  ` [PATCH v4 00/12] emacs: more flexible and consistent tagging operations
    ` [PATCH v4 01/12] emacs: move tag format validation to `notmuch-tag' function
    ` [PATCH v4 02/12] emacs: remove text properties from `notmuch-search-get-tags' result
    ` [PATCH v4 03/12] emacs: make "+" and "-" tagging operations in notmuch-search more flexible
    ` [PATCH v4 04/12] emacs: make "+" and "-" tagging operations in notmuch-show "
    ` [PATCH v4 05/12] test: fix emacs tests after tagging operations changes

[PATCH] Automatically exclude tags in notmuch-show
 2012-01-31  4:50 UTC  (22+ messages)
` [RFC PATCH 2/4] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag
          ` [PATCH 1/4] Add exclude flag
          ` [PATCH 2/4] "
          ` [PATCH 3/4] "
          ` [PATCH 4/4] "
              ` [PATCH 1/7] cli: add --do-not-exclude option to count and search
              ` [PATCH 2/7] lib: Rearrange the exclude code in query.cc
              ` [PATCH 3/7] lib: Make notmuch_query_search_messages set the exclude flag
              ` [PATCH 4/7] lib: Add the exclude flag to notmuch_query_search_threads
              ` [PATCH 5/7] cli: Make notmuch-show respect excludes
              ` [PATCH 6/7] cli: omit excluded messages in results where appropriate
              ` [PATCH 7/7] emacs: show: recognize the exclude flag

[PATCH 1/3] lib: Don't delete uninitialized pointers
 2012-01-31  3:43 UTC  (5+ messages)
` [PATCH 2/3] lib: Release resources if notmuch_database_open fails
` [PATCH 3/3] lib: Use talloc to simplify cleanup in notmuch_database_open

[PATCH] emacs: globally replace non-branching "(if (not ..." with "(unless ..."
 2012-01-31  3:34 UTC  (9+ messages)
` [PATCH] emacs: globally replace non-branching "(if COND (progn ..." with "(when ..."

[PATCH 1/2] moved _notmuch_get_list () and _notmuch_set_list () up in file
 2012-01-31  3:28 UTC  (4+ messages)
` [PATCH] moved _config_(get|set)_list () functions earlyer in the file

show-mode message/thread archiving improvements
 2012-01-31  3:28 UTC  (3+ messages)
` (no subject)
  ` 

[Emacs] Bug?: notmuch-search-show-thread shows several threads; only one containing matching messages
 2012-01-31  1:18 UTC  (13+ messages)
    `  "

[PATCH 0/3] minor cleanup and improvements
 2012-01-30 23:48 UTC  (11+ messages)
` [PATCH 0/3 v2] "
  ` [PATCH 1/3] emacs: Stop the `truncate-string-to-width' madness
` [PATCH 0/2 v2] minor cleanup and improvements
  ` [PATCH 1/2 v2] emacs: Stop the `truncate-string-to-width' madness
  ` [PATCH 2/2 v2] emacs: Prefer '[No Subject]' to blank subjects

[PATCH] lib: update notmuch_tags_get example to reflect api change
 2012-01-30 23:38 UTC  (4+ messages)

[PATCH 0/2] Rewrite text show format
 2012-01-30 23:37 UTC  (6+ messages)
` [PATCH 1/2] show: Convert text format to the new self-recursive style
` [PATCH 2/2] show: Simplify new text formatter code

[PATCH] lib: update notmuch_tags_get examle to reflect api change
 2012-01-30 22:38 UTC  (4+ messages)

[PATCH 1/2] test: remove "Generate some messages" test from raw
 2012-01-30 22:06 UTC  (2+ messages)
` [PATCH 2/2] test: use subtest name for generated message subject by default

[PATCH] emacs: Quote MML tags in replies
 2012-01-30 21:15 UTC  (5+ messages)
` [PATCH 1/2] emacs: Add tests for quoting of "
  ` [PATCH 2/2] emacs: Quote "

[PATCH 0/3] reworked crypto toggle, plus a couple of other toggles
 2012-01-30 20:19 UTC  (24+ messages)
` [PATCH 3/3] emacs: Allow the indentation of content to be toggled
` [PATCH 0/3 v2] reworked crypto toggle, plus a couple of other toggles
  ` [PATCH 1/3 v2] emacs: Rework crypto switch toggle
  ` [PATCH 2/3 v2] emacs: Allow `notmuch-show-mode' to display only matching messages
  ` [PATCH 3/3 v2] emacs: Allow the indentation of content to be toggled
` [PATCH 0/5 v3] reworked crypto toggle, plus a few other toggles
  ` [PATCH 1/5] emacs: Rework crypto switch toggle
  ` [PATCH 2/5] emacs: Allow `notmuch-show-mode' to display only matching messages
  ` [PATCH 3/5] emacs: Allow the indentation of content to be toggled
  ` [PATCH 4/5] emacs: Add a binding (>) to toggle the truncation of long lines
  ` [PATCH 5/5] emacs: Retain the state of the buffer during `notmuch-show-refresh-view'

[PATCH 1/2] test: emacs mailto: URI handling
 2012-01-30 17:36 UTC  (4+ messages)
` [PATCH 2/2] emacs: new mua mailto: URI handler

[PATCH] emacs: Move the blank line from the bottom of the headers to the top of the body
 2012-01-30 16:52 UTC 

[PATCH] STYLE: Initial draft of coding style document
 2012-01-30 16:01 UTC  (3+ messages)

[PATCH] emacs: More address cleaning
 2012-01-30 15:04 UTC  (2+ messages)

[PATCH 0/2] emacs: fix `notmuch-wash-region-to-button' to work at beginning of buffer
 2012-01-30 14:11 UTC  (5+ messages)
` [PATCH 1/2] test: add test for hiding Original Message region at beginning of a message
` [PATCH 2/2] emacs: fix `notmuch-wash-region-to-button' to work at beginning of buffer

[PATCH] lib: update notmuch_tags_get examle to reflect api change
 2012-01-30 14:04 UTC  (3+ messages)

[PATCH 1/1] emacs: Take more care when hiding regions with buttons
 2012-01-30 12:27 UTC  (3+ messages)
` [PATCH 0/4 v3] "

Bug: emacs 23.2 doesn't like ido-completing-read
 2012-01-30 10:21 UTC  (3+ messages)

[PATCH 1/2] test: auto load elisp tests file in test_emacs if available
 2012-01-30  9:25 UTC  (4+ messages)
` [PATCH 2/2] test: remove explicit loading of elisp tests in emacs-address-cleaning

[PATCH 0/2] Add a fake 'Tags' header
 2012-01-30  9:21 UTC  (3+ messages)

[PATCH] emacs: Add `notmuch-show-stash-gmane' and `notmuch-show-stash-gmane-and-go'
 2012-01-30  8:30 UTC  (5+ messages)
` [PATCH v2 1/2] emacs: `notmuch-show-get-message-id': optionally return Message-Id sans prefix
` [PATCH v2 2/2] emacs: add `notmuch-show-stash-mlarchive-link{, -and-go}'

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

[PATCH] lib: update notmuch_tags_get examle to reflect api change
 2012-01-30  7:53 UTC  (2+ messages)

NEWS: add entries for the changes in the python bindings
 2012-01-30  7:42 UTC  (5+ messages)
` [PATCH 1/3] NEWS: add entry for python error handling fix
` [PATCH 2/3] NEWS: add entry for python 3.2 compatibility
` [PATCH 3/3] NEWS: add entry for the improved unicode handling in the python bindings

[PATCH] emacs: Add `notmuch-show-stash-gmane' and `notmuch-show-stash-gmane-and-go'
 2012-01-30  7:19 UTC  (9+ messages)
` [RFC] "
      ` [PATCH v4?] emacs: add `notmuch-show-stash-mlarchive-link{,-and-go}'
        ` [PATCH v4?] emacs: add `notmuch-show-stash-mlarchive-link{, -and-go}'

error handling and stderr
 2012-01-30  1:54 UTC  (2+ messages)

heads up from the python front
 2012-01-29 16:53 UTC  (3+ messages)
  ` bugfix release (was: heads up from the python front)

[PATCH] lib: notmuch_tags_get example was not updated to reflect api change
 2012-01-29  6:54 UTC  (2+ messages)

[PATCH v6 1/2] emacs: User-defined sections in notmuch-hello
 2012-01-28 22:54 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/2] emacs: Tests for user-defined sections
        ` [PATCH v8 0/2] emacs: User-defined sections in notmuch-hello
          ` [PATCH v8 1/2] "
          ` [PATCH v8 2/2] emacs: Tests for user-defined sections

[PATCH 0/3] Configuration file option to exclude files/directories
 2012-01-28 14:16 UTC  (6+ messages)
` [PATCH 1/2] moved _notmuch_get_list () and _notmuch_set_list () up in file
  ` [PATCH 2/2] added support for user-specified directories to exclude

[PATCH] uncrustify.cfg: comments and more types
 2012-01-28 11:59 UTC  (2+ messages)

[PATCH] emacs: add default value to notmuch-search-line-faces
 2012-01-28 11:18 UTC  (5+ 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).