From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 461CD6DE0B4F for ; Fri, 11 Dec 2015 05:54:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.315 X-Spam-Level: X-Spam-Status: No, score=-0.315 tagged_above=-999 required=5 tests=[AWL=0.236, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nobf3v8WbpVt for ; Fri, 11 Dec 2015 05:54:54 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 70CCE6DE005F for ; Fri, 11 Dec 2015 05:54:54 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1a7O9q-0000RA-6J for notmuch@notmuchmail.org; Fri, 11 Dec 2015 08:54:50 -0500 Received: (nullmailer pid 11199 invoked by uid 1000); Fri, 11 Dec 2015 13:54:52 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: SMIME signature creation/verification v2 Date: Fri, 11 Dec 2015 09:54:39 -0400 Message-Id: <1449842087-10972-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.6.2 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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, 11 Dec 2015 13:54:56 -0000 This obsoletes id:1439746876-23654-1-git-send-email-david@tethera.net The main change is to split the creation of the protocol array into two steps, the first in patch 2/8, so that (hopefully) it builds after every patch in the series. I also fixed a few small whitespace issue, and added the first optional dependency in the debian packaging.