Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A7ECB431FB6 for ; Thu, 19 Jan 2012 09:47:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iu7x7wD16Jcp for ; Thu, 19 Jan 2012 09:47:06 -0800 (PST) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by olra.theworths.org (Postfix) with ESMTP id 129ED431FAE for ; Thu, 19 Jan 2012 09:47:06 -0800 (PST) Received: from pd3ml1so-ssvc.prod.shaw.ca ([10.0.141.140]) by pd4mo1so-svcs.prod.shaw.ca with ESMTP; 19 Jan 2012 10:47:05 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=MPNiKFfsidoaPqBs0kThsodqbsbgvPHp5CGEg9DOvhI= c=1 sm=1 a=IIKqjdYuIIQA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17 a=3MbX1YWZ26JyjZCJVE4A:9 a=ZV2dKHMS7E_WZE_bSSYA:7 a=odvB31Xb1hMA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56]) by pd3ml1so-dmz.prod.shaw.ca with ESMTP; 19 Jan 2012 10:47:05 -0700 Received: by lagos.xvx.ca (Postfix, from userid 1000) id AF23E8004210; Thu, 19 Jan 2012 10:47:04 -0700 (MST) From: Adam Wolfe Gordon To: notmuch@notmuchmail.org Subject: [PATCH v3 0/5] Quoting HTML emails in reply Date: Thu, 19 Jan 2012 10:46:52 -0700 Message-Id: <1326995217-27423-1-git-send-email-awg+notmuch@xvx.ca> X-Mailer: git-send-email 1.7.5.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 17:47:06 -0000 Hi everyone, Thanks to all who reviewed bits of my previous series [1]. This version contains: * The latest version of the emacs patch [2], rebased against the current master. * An updated version of the patch to notmuch-reply.c to address Jani's review comments from yesterday. * The additional emacs patch I sent previously [3] to use the existing message-citation-line-format customization variable, as suggested by Gregor Zattler [4]. I'd be happy to hear more reviews, and would especially like if someone can test this out with a variety of emails. My mail is almost exclusively HTML-only, with a bit of plaintext-only, so I've tested very little with multipart messages. [1] id:"1326737603-21166-1-git-send-email-awg+notmuch@xvx.ca" [2] id:"1326904354-22419-1-git-send-email-awg+notmuch@xvx.ca" [3] id:"1326840818-6821-2-git-send-email-awg+notmuch@xvx.ca" [4] id:"20120117071749.GB2110@shi.workgroup" Adam Wolfe Gordon (5): test: Add broken test for the new JSON reply format. reply: Add a JSON reply format. man: Update notmuch-reply man page for JSON format. emacs: Use the new JSON reply format. emacs: Use message-citation-line-format in reply emacs/notmuch-lib.el | 8 ++ emacs/notmuch-mua.el | 108 +++++++++++++------ man/man1/notmuch-reply.1 | 5 + notmuch-reply.c | 271 +++++++++++++++++++++++++++++++++++++++------- test/emacs | 2 +- test/multipart | 7 ++ 6 files changed, 328 insertions(+), 73 deletions(-) -- 1.7.5.4