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 1F238431FD0 for ; Wed, 22 Dec 2010 06:38:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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 bI62yF+JqF3h for ; Wed, 22 Dec 2010 06:38:21 -0800 (PST) Received: from homiemail-a18.g.dreamhost.com (caiajhbdcahe.dreamhost.com [208.97.132.74]) by olra.theworths.org (Postfix) with ESMTP id 93462431FB6 for ; Wed, 22 Dec 2010 06:38:21 -0800 (PST) Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id C8AF4250069; Wed, 22 Dec 2010 06:38:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=SSpaeth.de; h=from:to:subject :in-reply-to:references:date:message-id:mime-version: content-type; q=dns; s=sspaeth.de; b=HS/qw8wFsfo6RjLWPQ2Eiw5sOAf ac5cJKbWm/S+ppD5vMu+duNLqXnhHd6FMJAQ6vwU7aNsdyBBC2Z0ZbMCu07tO918 MzwTpkzfZj3Z+WiLiIbi7a/JL+8Y3cRtnVbG05QWfI3eAeHXcshzanzc8p13/a0x Rf61etH2B+MVDt2w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=SSpaeth.de; h=from:to :subject:in-reply-to:references:date:message-id:mime-version: content-type; s=sspaeth.de; bh=UyQKDO3Wx+EIle5l5ykmUwb1Pa0=; b=F lVoPWeHOWAG7T2syxnfwJ+v4bU6sJYUIDxWWiZchDJldXbbaKpzZ8kjLSfJboZnf Imu/Pu85WjPcyH+fzerZwMqJhRJWKF4/ZTypH4NrDegQYcpLikObsSpRyYLT2nrp aiy++YmAlSN621Fp3xk4Kh/x9+PBY52hboTE+AWJak= Received: from spaetzbook.sspaeth.de (unknown [84.55.209.24]) (Authenticated sender: fax@sspaeth.de) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPA id 536F2250058; Wed, 22 Dec 2010 06:38:15 -0800 (PST) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Wed, 22 Dec 2010 15:38:02 +0100 From: Sebastian Spaeth To: Daniel Kahn Gillmor , notmuch Subject: Re: PGP/MIME signature verification In-Reply-To: <4D10C97C.7060602@fifthhorseman.net> References: <4CF15D67.1070904@fifthhorseman.net> <87aak08fu8.fsf@servo.finestructure.net> <87zkrz314j.fsf@SSpaeth.de> <4D10C97C.7060602@fifthhorseman.net> User-Agent: Notmuch/0.5-58-g9741d28 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Wed, 22 Dec 2010 15:38:02 +0100 Message-ID: <87mxnx3mb9.fsf@SSpaeth.de> 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: Wed, 22 Dec 2010 14:38:23 -0000 > yes, the branch as it stands just concerns itself with the notmuch binary. OK, fair enough. > > "sigstatus": [{"status": "error","keyid": "ED34CEABE27BAABC", "errors": > > 2}] > > (perhaps due to me not having your key???) > > yup, that is why you get that error. Is there a possibility to squeeze a nicer error message out of it? :-) > > is ok but: > > notmuch show --verify id:"87aak08fu8.fsf@servo.finestructure.net" > > > > neither omplains nor shows anything in addition. Should it do one of the > > two? > > the patch is specifically only for the json output. If you'd like the > same features for the non-json output, that would be cool to see, but i > don't understand those formats well enough to know how to incude that > kind of info in them. No problem, I was just wondering about it simply silently ignoring an option (in plain output), but that is fine for now. > If this seems like i've only done one small corner of the task needed to > get signature verification: you're right! NONONO :) Don't misunderestimate me. This is phantastic work!!! You got the really hard part working, which is great. The rest is sugar on top :). Much appreciated and another: Tested-and-approved-and-+1for_merging: S. Spaeth Sebastian