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 259BD431FAF for ; Sun, 18 Mar 2012 09:33:00 -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 3H5eU6GaNN2S for ; Sun, 18 Mar 2012 09:32:58 -0700 (PDT) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by olra.theworths.org (Postfix) with ESMTP id E81B4431FAE for ; Sun, 18 Mar 2012 09:32:57 -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; 18 Mar 2012 10:32:56 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=bD0CuDYpMgGTku+nVSbZuKP/9fNjspX1F8zuwcoBWhM= c=1 sm=1 a=yyP66O-MI2oA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17 a=uIk3XbFxH0dTxKvYa_wA:9 a=JqHuMyrNAIQjGS2rtQYA: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; 18 Mar 2012 10:32:55 -0600 Received: by lagos.xvx.ca (Postfix, from userid 1000) id 3E0328004204; Sun, 18 Mar 2012 10:32:55 -0600 (MDT) From: Adam Wolfe Gordon To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH v8 00/11] Reply enhancements (rebased) Date: Sun, 18 Mar 2012 10:32:32 -0600 Message-Id: <1332088363-22476-1-git-send-email-awg+notmuch@xvx.ca> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <87fwd6kqtv.fsf@zancas.localnet> References: <87fwd6kqtv.fsf@zancas.localnet> 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: Sun, 18 Mar 2012 16:33:00 -0000 Hi everyone, This is a resend of [1], rebased onto the current master. I've also moved the NEWS items into the new 0.13 section, as David requested. [1] id:"1331699416-30775-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 | 33 ++++++++++ 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 | 12 +++- notmuch-reply.c | 153 +++++++++++++++++++++++++++++++++------------- notmuch-show.c | 29 ++++++--- test/emacs | 101 ++++++++++++++++++++++++++++++- test/multipart | 52 ++++++++++++++++ 12 files changed, 530 insertions(+), 147 deletions(-) -- 1.7.5.4