unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-03-18 17:30:30 to 2012-03-31 23:51:04 UTC [more...]

Unofficial notmuch wiki concerns
 2012-03-31 23:51 UTC  (5+ messages)

[BUG/PATCH v2 0/2] emacs: Yesterday's bugfixes
 2012-03-31 23:36 UTC  (7+ messages)
` [BUG/PATCH v2 1/2] emacs: Fix header problem in reply for emacs 23.2
` [BUG/PATCH v2 2/2] emacs: Fix the References header in reply

[PATCH v2 0/6] Move --no-exclude to --exclude=(true|false|flag)
 2012-03-31 22:54 UTC  (7+ messages)
` [PATCH v2 1/6] lib: change default for notmuch_query_set_omit_excluded
` [PATCH v2 2/6] cli: move count to the new --exclude=(true|false|flag) naming scheme
` [PATCH v2 3/6] cli: move search to the new --exclude= "
` [PATCH v2 4/6] test: add some exclude tests
` [PATCH v2 5/6] cli: move show to the new --exclude= option naming scheme
` [PATCH v2 6/6] emacs: make show set --exclude=false

[PATCH 0/8] batch tagging support: "notmuch tag --stdin"
 2012-03-31 22:17 UTC  (9+ messages)
` [PATCH 1/8] hex-escape: (en|de)code strings to/from restricted character set
` [PATCH 2/8] hex-escape: be more strict about the format while decoding
` [PATCH 3/8] hex-escape: add function to decode escaped string in-place
` [PATCH 4/8] test/hex-xcode: new test binary
` [PATCH 5/8] test/hex-escaping: new test for hex escaping routines
` [PATCH 6/8] cli: add support for batch tagging operations to "notmuch tag"
` [PATCH 7/8] test: add test for notmuch tag --stdin option
` [PATCH 8/8] man: document "

[PATCH 1/2] config: Add 'config list' command
 2012-03-31 21:47 UTC  (14+ messages)
` [PATCH 2/2] man: Document "
` [PATCH v2] Add "
  ` [PATCH v2 1/5] config: Fix free in 'config get' implementation
  ` [PATCH v2 2/5] test: Add tests for 'config' command
  ` [PATCH v2 3/5] test: Add broken test for 'config list'
  ` [PATCH v2 4/5] config: Add 'config list' command
  ` [PATCH v2 5/5] man: Document "

[RFC] Split notmuch_database_close into two functions
 2012-03-31 17:29 UTC  (14+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] NEWS: Document the notmuch_database_close split
` [PATCH 3/7] Use notmuch_database_destroy instead of notmuch_database_close
` [PATCH 4/7] "
` [PATCH 5/7] go: "
` [PATCH 6/7] ruby: "
` [PATCH 7/7] python: wrap and use notmuch_database_destroy as destructor

[PATCH] contrib/nmbug: use "resolve" merge strategy
 2012-03-31 12:12 UTC 

[PATCH] emacs: Fix mis-named argument to notmuch-get-bodypart-internal
 2012-03-31 11:33 UTC  (7+ messages)

[PATCH 0/3] Rewrite default reply format
 2012-03-31 11:31 UTC  (11+ messages)
` [PATCH 1/3] show/reply: Unify the code that extracts text parts
` [PATCH 2/3] reply: Convert default reply format to self-recursive style
` [PATCH 3/3] reply: Move reply citation printing to the recursive MIME walk
` [PATCH v2 0/3] Rewrite default reply format
  ` [PATCH v2 1/3] show/reply: Unify the code that extracts text parts
  ` [PATCH v2 2/3] reply: Convert default reply format to self-recursive style
  ` [PATCH v2 3/3] reply: Move reply citation printing to the recursive MIME walk

mutt-notmuch in notmuch contrib
 2012-03-31  8:38 UTC  (5+ messages)
` [PATCH v2]: contrib/notmuch-mutt

[PATCH 0/2] Escape message ID queries in Emacs
 2012-03-31  0:31 UTC  (7+ messages)
` [PATCH 1/2] test: Add Emacs test for messages with quotes in their message ID
` [PATCH 2/2] emacs: Escape all message ID queries

[PATCH v3 0/4] cli: notmuch tag/restore refactoring
 2012-03-31  0:30 UTC  (8+ messages)
` [PATCH v3 1/4] test: add test for both adding and removing a tag at the same time
` [PATCH v3 2/4] cli: refactor "notmuch tag" data structures for tagging operations
` [PATCH v3 3/4] cli: refactor "notmuch tag" query tagging into a separate function
` [PATCH v3 4/4] cli: refactor "notmuch restore" message "

Reply code with TEXT/PLAIN
 2012-03-31  0:30 UTC  (9+ messages)
  ` [PATCH] emacs: content-type comparison should be case insensitive

[PATCH 1/2] test: add broken test for long names in Emacs notmuch-hello view
 2012-03-30 22:21 UTC  (2+ messages)

[PATCH] vim: fix regex after "notmuch show" output change
 2012-03-30  5:51 UTC  (7+ messages)

Goto command for existing search windows
 2012-03-30  0:44 UTC  (5+ messages)

bug in emacs reply code for References headers
 2012-03-29 17:37 UTC  (7+ messages)
` [BUG/PATCH] emacs: Fix the References header in reply
  ` [BUG/PATCH v2] "

bug in emacs reply code?
 2012-03-29 14:13 UTC  (5+ messages)
  ` [BUG/PATCH] emacs: Fix header problem in reply for emacs 23.2

[Joerg Jaspert] Bug#666027: notmuch: get a quiet option
 2012-03-29 11:17 UTC  (4+ messages)
    ` notmuch and Debian's BTS/PTS [was: Re: [Joerg Jaspert] Bug#666027: notmuch: get a quiet option]

emacs: Function `remove-if' from cl package called at runtime
 2012-03-29  4:38 UTC  (3+ messages)
` [PATCH] emacs: Suppress warnings about using cl "

[BUG/PATCH 0/2] Replying from other addresses in emacs
 2012-03-28 22:10 UTC  (10+ messages)
` [BUG/PATCH 1/2] test: Tests for reply from alternate "
` [BUG/PATCH 2/2] emacs: Fix replying from alternate addresses
` [BUG/PATCH v2 0/2] Replying from other addresses in emacs
  ` [BUG/PATCH v2 1/2] test: Tests for reply from alternate "
  ` [BUG/PATCH v2 2/2] emacs: Fix replying from alternate addresses

[Stefano Zacchiroli] Bug#628018: [PATCH] mutt-notmuch in notmuch contrib
 2012-03-26 21:15 UTC  (8+ messages)
` [Stefano Zacchiroli] Bug#628018: [PATCH] notmuch-mutt utility for notmuch/contrib/
      `  "

[PATCH 0/3] cli: notmuch tag/restore refactoring
 2012-03-25 13:33 UTC  (7+ messages)
` [PATCH 1/3] cli: refactor "notmuch tag" data structures for tagging operations
` [PATCH 2/3] cli: refactor "notmuch tag" query tagging into a separate function
` [PATCH 3/3] cli: refactor "notmuch restore" message "

[PATCH v2 0/3] cli: notmuch tag/restore refactoring
 2012-03-26 15:14 UTC  (9+ messages)
` [PATCH v2 1/3] cli: refactor "notmuch tag" data structures for tagging operations
` [PATCH v2 2/3] cli: refactor "notmuch tag" query tagging into a separate function
` [PATCH v2 3/3] cli: refactor "notmuch restore" message "

Questions from a user new to notmuch
 2012-03-24 12:17 UTC  (5+ messages)

[PATCH] NEWS: consistent 2-space indentation in new content
 2012-03-22 11:31 UTC  (2+ messages)

[PATCH 1/2] configure: add empty line after each missing component message
 2012-03-21 19:18 UTC  (3+ messages)
` [PATCH 2/2] configure: print info about required gmime 2.4 or 2.6 versions
` [PATCH 2b/2] "

[PATCH 2b/2] configure: print info about required gmime 2.4 or 2.6 versions
 2012-03-21 19:15 UTC 

[RFC][alot] design decisions
 2012-03-21  9:07 UTC 

[PATCH v5 00/12] emacs: more flexible and consistent tagging operations
 2012-03-21  1:40 UTC  (9+ messages)
` [PATCH v2 0/6] `notmuch-show-tag-all' with prefix arg only tags open messages
  ` [PATCH v2 1/6] test: emacs: new tests "notmuch-show: {add, remove} multiple tags {to, from} single message"
  ` [PATCH v2 4/6] emacs: add optional predicate arg to `notmuch-show-mapc'
  ` [PATCH v2 5/6] emacs: simplify `notmuch-show-get-messages-ids{, -search}'

[WIP 0/2] Thread based searching
 2012-03-20 20:12 UTC  (3+ messages)
` [WIP 1/2] lib: multithread
` [WIP 2/2] cli: search: multithread

[alot] announcing v0.3
 2012-03-20 16:35 UTC 

[rfc] autotools compatibility and Hurd as platform
 2012-03-20 11:20 UTC  (3+ messages)
` [PATCH 1/2] Add GNU as a valid platform

[PATCH] Allow selecting which version of gmime is used to build notmuch
 2012-03-20 11:19 UTC  (3+ messages)
` [PATCH 1/2] configure: store $IFS to $DEFAULT_IFS readonly variable

notmuch release 0.12 now available
 2012-03-20 11:07 UTC 

[PATCH v7.1 00/11] Reply enhancements, second attempt
 2012-03-20  1:11 UTC  (3+ messages)
` [PATCH v8 00/11] Reply enhancements (rebased)

[RFC] http://notmuchmail.org/searching/ [was: Re: Improving notmuch query documentation]
 2012-03-16 23:51 UTC  (2+ messages)

[PATCH 0/2] test: tests for notmuch-show.c
 2012-03-19 15:31 UTC  (3+ messages)
` [PATCH 1/2] test: show expected output files
` [PATCH 2/2] test: show tests

[PATCH 3/5] cli: move search to the new --exclude= naming scheme
 2012-03-18 18:08 UTC  (3+ messages)
` [PATCH] test: add some exclude tests

[PATCH 0/5] Move --no-exclude to --exclude=(true|false|flag)
 2012-03-18 17:30 UTC  (4+ messages)
` [PATCH 4/5] cli: move show to the new --exclude= option naming scheme


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