From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6285A40DDE0 for ; Sat, 13 Nov 2010 03:40:52 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.6 X-Spam-Level: X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham 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 4Jxp02GGtYCF for ; Sat, 13 Nov 2010 03:40:40 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5891C40DDDD for ; Sat, 13 Nov 2010 03:40:40 -0800 (PST) Received: from zancas.localnet (fctnnbsc30w-142167176217.pppoe-dynamic.High-Speed.nb.bellaliant.net [142.167.176.217]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id oADBeaav015800 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sat, 13 Nov 2010 07:40:36 -0400 Received: from bremner by zancas.localnet with local (Exim 4.72) (envelope-from ) id 1PHETM-0002Dz-2n; Sat, 13 Nov 2010 07:40:44 -0400 From: David Bremner To: Daniel Kahn Gillmor , notmuch Subject: Re: a proposed change to JSON output to report verification of PGP/MIME signatures. In-Reply-To: <4CDE4486.2050101@fifthhorseman.net> References: <4CDE4486.2050101@fifthhorseman.net> User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Sat, 13 Nov 2010 07:40:44 -0400 Message-ID: <87d3q91mf7.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 13 Nov 2010 11:40:52 -0000 On Sat, 13 Nov 2010 02:55:50 -0500, Daniel Kahn Gillmor wrote: > A signed MIME part will contain a new element "signedby", which is a > list of part numbers identifying signatures that cover this part. > > Signature parts (Content-Type: application/pgp-signature) will contain a > new element "signs", which points back to the list of parts this > signature covers. Are both the forward and backward pointers needed? > > Would it make more sense to do deeper structural modifications of the > json output (e.g. return the full MIME tree instead of a list of parts) > than to go with the current proposal? > Yeah, this occured to me too, especially since I think David Edmondson has some changes in mind to support better handling of multipart/alternative parts. d