unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v5.2 0/7] Reply enhancements, tidied up
@ 2012-02-16  3:12 Adam Wolfe Gordon
  2012-02-16  3:12 ` [PATCH v5.2 1/7] test: Add broken test for the new JSON reply format Adam Wolfe Gordon
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Adam Wolfe Gordon @ 2012-02-16  3:12 UTC (permalink / raw)
  To: notmuch

Hi all,

As indicated by the odd version number, this is a very minor change to
the patchset I sent last night [1]:

* Split the refactoring into separate patches, both for the reply patch
  and the emacs patch. The first reply patch should now be applicable
  by itself, as requested by Austin to ease his work on rewriting the
  default reply formatter.

* Fix a bug in my emacs code that caused replies to be created with two
  From headers, owing to capitalization descrepencies.

* Split the emacs tests into their own patch, since they're pretty big.

[1] id:"1329282027-29457-1-git-send-email-awg+notmuch@xvx.ca"

Adam Wolfe Gordon (7):
  test: Add broken test for the new JSON reply format.
  reply: Factor out reply creation
  reply: Add a JSON reply format.
  man: Update notmuch-reply man page for JSON format.
  emacs: Factor out useful functions into notmuch-lib
  test: Add broken tests for new emacs reply functionality
  emacs: Use the new JSON reply format and message-cite-original

 emacs/notmuch-lib.el     |   39 +++++++++
 emacs/notmuch-mua.el     |  127 ++++++++++++++++++++---------
 emacs/notmuch-show.el    |   24 +-----
 man/man1/notmuch-reply.1 |    5 +
 notmuch-client.h         |    3 +
 notmuch-reply.c          |  202 +++++++++++++++++++++++++++++++++++-----------
 notmuch-show.c           |    2 +-
 test/emacs               |  101 ++++++++++++++++++++++-
 test/multipart           |   51 ++++++++++++
 9 files changed, 443 insertions(+), 111 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-02-22 16:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-16  3:12 [PATCH v5.2 0/7] Reply enhancements, tidied up Adam Wolfe Gordon
2012-02-16  3:12 ` [PATCH v5.2 1/7] test: Add broken test for the new JSON reply format Adam Wolfe Gordon
2012-02-17 18:20   ` Austin Clements
2012-02-16  3:12 ` [PATCH v5.2 2/7] reply: Factor out reply creation Adam Wolfe Gordon
2012-02-16  3:12 ` [PATCH v5.2 3/7] reply: Add a JSON reply format Adam Wolfe Gordon
2012-02-17 17:04   ` Austin Clements
2012-02-18  2:06     ` Adam Wolfe Gordon
2012-02-18  3:23       ` Austin Clements
2012-02-16  3:12 ` [PATCH v5.2 4/7] man: Update notmuch-reply man page for JSON format Adam Wolfe Gordon
2012-02-17 20:01   ` Austin Clements
2012-02-16  3:12 ` [PATCH v5.2 5/7] emacs: Factor out useful functions into notmuch-lib Adam Wolfe Gordon
2012-02-16  3:12 ` [PATCH v5.2 6/7] test: Add broken tests for new emacs reply functionality Adam Wolfe Gordon
2012-02-16  3:12 ` [PATCH v5.2 7/7] emacs: Use the new JSON reply format and message-cite-original Adam Wolfe Gordon
2012-02-17 20:00   ` Austin Clements
2012-02-18  2:22     ` Adam Wolfe Gordon
2012-02-18  3:30       ` Austin Clements
2012-02-22  6:46     ` Adam Wolfe Gordon
2012-02-21  5:59   ` Austin Clements
2012-02-21 16:49     ` Adam Wolfe Gordon
2012-02-22 16:57       ` Austin Clements

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