From: David Bremner Date: Fri, 14 Mar 2014 18:08:13 +0000 (+2100) Subject: Re: Smime signature verification in Notmuch - Emacs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3275499b751ca514d7cd8475c12ab4416b4d19bb;p=notmuch-archives.git Re: Smime signature verification in Notmuch - Emacs --- diff --git a/6c/514dc6dad790b9c100b7d94b635de4e2579df4 b/6c/514dc6dad790b9c100b7d94b635de4e2579df4 new file mode 100644 index 000000000..80126a149 --- /dev/null +++ b/6c/514dc6dad790b9c100b7d94b635de4e2579df4 @@ -0,0 +1,70 @@ +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 27494431FB6 + for ; Fri, 14 Mar 2014 11:08:32 -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=[none] + 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 lSoxSP68yUe5 for ; + Fri, 14 Mar 2014 11:08:27 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6A3B1431FAE + for ; Fri, 14 Mar 2014 11:08:27 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WOWWm-0006DY-Pu; Fri, 14 Mar 2014 15:08:16 -0300 +Received: (nullmailer pid 6412 invoked by uid 1000); Fri, 14 Mar 2014 + 18:08:13 -0000 +From: David Bremner +To: Daniel Kahn Gillmor , Baptiste + , notmuch@notmuchmail.org +Subject: Re: Smime signature verification in Notmuch - Emacs +In-Reply-To: <53231CEC.6070101@fifthhorseman.net> +References: <87y50r42do.fsf@bat.fr.eu.org> + <531F4FDD.6000506@fifthhorseman.net> <87siqlrqq8.fsf@bat.fr.eu.org> + <53231CEC.6070101@fifthhorseman.net> +User-Agent: Notmuch/0.16+164~gfcbf06a (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Fri, 14 Mar 2014 15:08:13 -0300 +Message-ID: <8761ngfyb6.fsf@tethera.net> +MIME-Version: 1.0 +Content-Type: text/plain +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: Fri, 14 Mar 2014 18:08:32 -0000 + +Daniel Kahn Gillmor writes: +> +> I agree that S/MIME support would be nice; i think implementing it in +> the notmuch core is the way to go. fwiw, gmime already has a +> cryptocontext that is supposed to handle S/MIME; it just needs proper +> integration, similar to the PGP/MIME integration in notmuch core: +> +> https://developer.gnome.org/gmime/stable/GMimePkcs7Context.html +> +> This has been on my plate for, uh, over a year now, but clearly i +> haven't gotten to it, and would be happy if someone else wanted to pick +> it up. + +Like Jamie did? + + id:1340995101-9616-1-git-send-email-jrollins@finestructure.net