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 E20DB431FD8 for ; Tue, 13 Mar 2012 21:30:22 -0700 (PDT) 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 o5yFzfjJtl3k for ; Tue, 13 Mar 2012 21:30:22 -0700 (PDT) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by olra.theworths.org (Postfix) with ESMTP id 363B1431FAE for ; Tue, 13 Mar 2012 21:30:22 -0700 (PDT) Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd5ml1no-ssvc.prod.shaw.ca) ([10.0.144.222]) by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=bD0CuDYpMgGTku+nVSbZuKP/9fNjspX1F8zuwcoBWhM= c=1 sm=1 a=Hr_H8qIIbi0A:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17 a=jrO3Zmo_SOZ02yvb3eUA:9 a=T9ER0sURgZeeAaPSJhwA:7 a=odvB31Xb1hMA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56]) by pd5ml1no-dmz.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600 Received: by lagos.xvx.ca (Postfix, from userid 1000) id 8C4AC8004203; Tue, 13 Mar 2012 22:30:20 -0600 (MDT) From: Adam Wolfe Gordon To: notmuch@notmuchmail.org Subject: [PATCH v7.1 00/11] Reply enhancements, second attempt Date: Tue, 13 Mar 2012 22:30:05 -0600 Message-Id: <1331699416-30775-1-git-send-email-awg+notmuch@xvx.ca> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca> References: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca> 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: Wed, 14 Mar 2012 04:30:23 -0000 Hi everyone, This is mostly a re-send of last night's series [1]. The only changes are: * Fixed the emacs patch, where I had a rebase issue. * Fixed the commit that re-added test/test-lib by accident. * Fixed devel/schemata per Austin's review of the previous version. Since this series seems to be getting close, I figured I'd add a NEWS entry for good measure. Thanks for all the reviews so far, and I hope this is almost ready! [1] id:"1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca" Adam Wolfe Gordon (11): test: Add broken test for the new JSON reply format. reply: Factor out reply creation TODO: Add replying to multiple messages reply: Add a JSON reply format. schemata: Add documentation for JSON reply format. man: Update notmuch-reply man page for JSON format. man: Add --decrypt to reply flags 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 NEWS: news for reply enhancements NEWS | 20 ++++++ devel/TODO | 8 +++ devel/schemata | 27 ++++++++- emacs/notmuch-lib.el | 63 +++++++++++++++++++ emacs/notmuch-mua.el | 124 +++++++++++++++++++++++++------------ emacs/notmuch-show.el | 55 +++-------------- man/man1/notmuch-reply.1 | 20 ++++++- notmuch-client.h | 14 +++- notmuch-reply.c | 153 +++++++++++++++++++++++++++++++++------------- notmuch-show.c | 29 ++++++--- test/emacs | 101 ++++++++++++++++++++++++++++++- test/multipart | 52 ++++++++++++++++ 12 files changed, 518 insertions(+), 148 deletions(-) -- 1.7.5.4