unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-01-06 21:25:42 to 2012-01-12 12:31:47 UTC [more...]

Regarding notmuch and Fedora 16
 2012-01-12 12:31 UTC  (3+ messages)

[PATCH 0/4] Quoting HTML-only emails in replies redux
 2012-01-12 12:07 UTC  (14+ messages)
` [PATCH 1/4] test: Add broken test for the new JSON reply format
` [PATCH 2/4] reply: Add a "
` [PATCH 3/4] man: Update notmuch-reply man page for JSON format
` [PATCH 4/4] emacs: Use the new JSON reply format

[PATCH] notmuch/emacs: Observe the charset of encoded parts, where known
 2012-01-12 12:00 UTC  (4+ messages)

Possible bug in tests with emacs 23.2.1 (debian stable)
 2012-01-12  8:51 UTC  (4+ messages)
` [PATCH] make (kill-emacs) from emacsclient work with emacs 23.(1|2)

Info about notmuch database
 2012-01-12  4:48 UTC 

Info about notmuch database
 2012-01-12  4:26 UTC  (2+ messages)

[PATCH] uncrustify.cfg: initial support for notmuch coding style
 2012-01-12  4:00 UTC  (9+ messages)
` (no subject)
  ` [PATCH 1/2] uncrustify.cfg: initial support for notmuch coding style
  ` [PATCH 2/2] notmuch-reply.c: uncrustify
  ` where to put uncrustify... (was: Re: )

[PATCH 0/4] notmuch reply bugfix & reply to sender only
 2012-01-12  3:50 UTC  (39+ messages)
` [PATCH 1/4] cli: fix use of uninitialized variable in "notmuch reply"
` [PATCH v2 0/6] reply to sender
` [PATCH v2 1/6] cli: fix use of uninitialized variable in "notmuch reply"
` [PATCH v2 2/6] cli: convert "notmuch reply" to use the new argument parser
` [PATCH v2 3/6] cli: add support for replying just to the sender in "notmuch reply"
` [PATCH v2 4/6] emacs: add support for replying just to the sender
` [PATCH v2 5/6] emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all
    ` is there a default reply function? (was: Re: [PATCH v2 5/6] emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all)
` [PATCH v2 6/6] test: add tests for "notmuch reply" --reply-to=sender
` [PATCH v3 0/4] reply to sender
` [PATCH v3 1/4] cli: add support for replying just to the sender in "notmuch reply"
` [PATCH v3 2/4] emacs: add support for replying just to the sender
` [PATCH v3 3/4] emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all
` [PATCH v3 4/4] test: add tests for "notmuch reply" --reply-to=sender

[RFC PATCH 0/5] Convert show text format to new style
 2012-01-12  1:49 UTC  (6+ messages)
` [RFC PATCH 1/5] mime node: Record depth-first part numbers
` [RFC PATCH 2/5] show: Introduce mime_node formatter callback
` [RFC PATCH 3/5] show: Use consistent header ordering in the text format
` [RFC PATCH 4/5] show: Convert text format to the new self-recursive style
` [RFC PATCH 5/5] show: Simplify new text formatter code

[PATCH] emacs: Improve `notmuch-hello' display on ttys
 2012-01-11 22:46 UTC  (10+ messages)

another attempt to add delete functionality in emacs
 2012-01-11 19:27 UTC  (45+ messages)
` [PATCH 1/4] emacs: new customization variable to exclude "deleted" messages from search
  ` [PATCH 2/4] emacs: repurpose notmuch-show-archive-thread-internal function for general thread tagging
    ` [PATCH 3/4] emacs: add ability to "delete" messages and threads
      ` [PATCH 4/4] emacs: modify help message for notmuch-search-line-faces to reflect preferred "deleted" tag name
      ` change to default archive/delete key bindings
        ` [PATCH 1/4] emacs: add show-mode functions to archive/delete only current message
          ` [PATCH 2/4] emacs: add option to notmuch-show-next-open-message to pop out to parent buffer if at end
            ` [PATCH 3/4] emacs: modify the default show-mode key bindings for archiving/deleting
              ` [PATCH 4/4] emacs: use pop-at-end functionality in archive/delete-message functions
                ` [PATCH 4/4 v2] "
                  ` [PATCH 4/4 v3] "
          ` [PATCH 1/4 v2] emacs: add show-mode functions to archive/delete only current message
        ` [PATCH 0/3] Automatic tag-based exclusion
          ` [PATCH 1/3] count: Convert to new-style argument parsing
          ` [PATCH 2/3] lib: Add support for automatically excluding tags from queries
          ` [PATCH 3/3] search: Support automatic tag exclusions

[PATCH] test: whitespace-cleanup for most test/* files
 2012-01-11 16:53 UTC 

[PATCH] emacs: whitespace-cleanup for emacs/*.el files
 2012-01-11 15:13 UTC 

[RFC][PATCH] notmuch: Workaround to allow ignoring non-void function return
 2012-01-11 13:04 UTC  (5+ messages)
` [PATCH] Properly handle short writes in sigint handlers

[PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last
 2012-01-10 20:15 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/3] test: Add tests for `notmuch-show-clean-address'
 2012-01-10 11:17 UTC  (5+ messages)
` [PATCH 1/3 v2] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'
  ` [PATCH 2/3 v2] test: Add tests for `notmuch-show-clean-address'

[PATCH] emacs: Mark the quoted region during reply
 2012-01-10 10:38 UTC  (3+ messages)

[PATCH] man: add missing SEE ALSO header to notmuch reply man page
 2012-01-10 10:38 UTC  (3+ messages)

[RFC PATCH 0/9] -std=c99 / -std=c++0x -pedantic
 2012-01-10 10:38 UTC  (12+ messages)
` [RFC PATCH 1/9] build: use -std=c99 -pedantic for C source
` [RFC PATCH 2/9] xutil: #define _POSIX_C_SOURCE to get strdup()
` [RFC PATCH 3/9] lib: fix messages.c build warn
` [RFC PATCH 4/9] lib: HACK: avoid warnings from talloc_steal()
` [RFC PATCH 5/9] cli: fix warning about variadic macros
` [RFC PATCH 6/9] cli: fix another "
` [RFC PATCH 7/9] util: fix "
` [RFC PATCH 8/9] lib: use -std=c++0x -pedantic
` [RFC PATCH 9/9] test: smtp-dummy: fixes for -std=c99 -pedantic

Distributed Notmuch
 2012-01-10  3:54 UTC  (2+ messages)

[PATCH] NEWS: add news entry for notmuch reply uninitialized variable bugfix
 2012-01-10  2:22 UTC  (2+ messages)

[ANNOUNCE] mutt with notmuch support
 2012-01-09 23:26 UTC  (3+ messages)

Python bindings for adoption
 2012-01-09 18:54 UTC  (5+ messages)

nmbug changes
 2012-01-09 14:17 UTC  (4+ messages)

0.11 is frozen, please update NEWS
 2012-01-09 11:54 UTC  (4+ messages)

[PATCH] emacs: call "notmuch tag" only once when archiving a thread
 2012-01-09 11:31 UTC  (13+ messages)

[PATCH] emacs: Helpers for notmuch developers
 2012-01-09 11:16 UTC  (8+ messages)
` [PATCH v2] "

[python] cleanup the bindings
 2012-01-09 10:49 UTC  (4+ messages)
` [PATCH 1/3] pep8 fixes

[PATCH 1/2] test: add a function to run Python tests
 2012-01-09  5:55 UTC  (7+ messages)
` [PATCH 1/2] clean up "compare thread ids" python test
  ` [PATCH 2/2] python test "compare message ids"
    ` notmuch git's disk is full! ERROR pushing

[PATCH 0/4] notmuch reply bugfix & reply to sender only
 2012-01-08 16:11 UTC  (5+ messages)
` [PATCH 1/4] Add the option "--reply-to" to notmuch reply

Info about notmuch database
 2012-01-08 14:34 UTC  (7+ messages)

[python] RFC: supporting python 2 and 3 with one codebase
 2012-01-08 14:06 UTC  (6+ messages)
` [PATCH 5/7] py3k: the basestring and unicode types are removed in python 3
        ` [PATCH] "

[PATCH] restore: Be more liberal in which data to accept
 2012-01-07 18:20 UTC  (3+ messages)

[PATCH 1/2] lib: Add back the synchronization of 'T' flag with deleted tag
 2012-01-06 22:45 UTC  (4+ messages)
` [PATCH 2/2] lib: add 'safe' setting for flags

[PATCH] run notmuch-hello-mode-hook at the end of the hello mode setup
 2012-01-06 21:43 UTC  (2+ messages)

[PATCH] notmuch.el: bind 'd' to new function notmuch-search-delete-thread-or-region
 2012-01-06 21:40 UTC  (7+ messages)
` [PATCH 1/2] add notmuch keybinding 'd'


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