From: David Bremner Date: Sun, 24 Jan 2016 16:21:18 +0000 (+2000) Subject: [Patch v4 4/5] debian: Recommend gpgsm for S/MIME support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97454250da5a27f05c9203074c45cabd7d4934eb;p=notmuch-archives.git [Patch v4 4/5] debian: Recommend gpgsm for S/MIME support --- diff --git a/f1/437706535c0483306bd3e6f30692d32584357e b/f1/437706535c0483306bd3e6f30692d32584357e new file mode 100644 index 000000000..5da49c370 --- /dev/null +++ b/f1/437706535c0483306bd3e6f30692d32584357e @@ -0,0 +1,68 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id C06796DE17A6 + for ; Sun, 24 Jan 2016 08:21:33 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.309 +X-Spam-Level: +X-Spam-Status: No, score=-0.309 tagged_above=-999 required=5 tests=[AWL=0.242, + 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 t1PT8CQmQQSy for ; + Sun, 24 Jan 2016 08:21:31 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 3A9F46DE0AC2 + for ; Sun, 24 Jan 2016 08:21:30 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aNNPG-0002NI-3s; Sun, 24 Jan 2016 11:20:50 -0500 +Received: (nullmailer pid 16075 invoked by uid 1000); + Sun, 24 Jan 2016 16:21:25 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [Patch v4 4/5] debian: Recommend gpgsm for S/MIME support +Date: Sun, 24 Jan 2016 12:21:18 -0400 +Message-Id: <1453652479-15968-5-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.6.4 +In-Reply-To: <1453652479-15968-1-git-send-email-david@tethera.net> +References: <1453652479-15968-1-git-send-email-david@tethera.net> +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: Sun, 24 Jan 2016 16:21:34 -0000 + +From: Jameson Graef Rollins + +--- + debian/control | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/debian/control b/debian/control +index 7e6a548..3e71ee4 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.6.4 +