From: David Bremner Date: Sun, 18 Jan 2015 08:02:46 +0000 (+0100) Subject: [Patch v4 4/5] debian: Recommend gpgsm for S/MIME support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=29edd5356a153e2de6a07464fa20ed90bf9e60a1;p=notmuch-archives.git [Patch v4 4/5] debian: Recommend gpgsm for S/MIME support --- diff --git a/ab/44dc509b9589cdc4cea55828331cfa82bb1d4f b/ab/44dc509b9589cdc4cea55828331cfa82bb1d4f new file mode 100644 index 000000000..0a8062c3b --- /dev/null +++ b/ab/44dc509b9589cdc4cea55828331cfa82bb1d4f @@ -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 57D8D431FB6 + for ; Sun, 18 Jan 2015 00:03:20 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 RrczDE73uizW for ; + Sun, 18 Jan 2015 00:03:19 -0800 (PST) +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 C9EAA431E64 + for ; Sun, 18 Jan 2015 00:03:16 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1YCkpI-0004qr-42; Sun, 18 Jan 2015 04:03:16 -0400 +Received: (nullmailer pid 18927 invoked by uid 1000); Sun, 18 Jan 2015 + 08:02:54 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [Patch v4 4/5] debian: Recommend gpgsm for S/MIME support +Date: Sun, 18 Jan 2015 09:02:46 +0100 +Message-Id: <1421568167-18683-5-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <1421568167-18683-1-git-send-email-david@tethera.net> +References: <1421568167-18683-1-git-send-email-david@tethera.net> +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 Jan 2015 08:03:20 -0000 + +From: Jameson Graef Rollins + +--- + debian/control | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/debian/control b/debian/control +index 4bc4cd9..05cd04f 100644 +--- a/debian/control ++++ b/debian/control +@@ -31,7 +31,7 @@ Vcs-Browser: http://git.notmuchmail.org/git/notmuch + Package: notmuch + Architecture: any + Depends: libnotmuch4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +-Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot, gnupg-agent ++Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm + Description: thread-based email index, search and tagging + Notmuch is a system for indexing, searching, reading, and tagging + large collections of email messages in maildir or mh format. It uses +-- +2.1.4 +