[PATCH 7/8] debian: Recommend gpgsm for S/MIME support
authorDavid Bremner <david@tethera.net>
Sun, 16 Aug 2015 17:41:15 +0000 (19:41 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:22 +0000 (14:49 -0700)
c5/66edac25a68ac2fe8bb861d52760383d3382dc [new file with mode: 0644]

diff --git a/c5/66edac25a68ac2fe8bb861d52760383d3382dc b/c5/66edac25a68ac2fe8bb861d52760383d3382dc
new file mode 100644 (file)
index 0000000..602cd84
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <bremner@tesseract.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C61E86DE17FE\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 10:43:02 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.127\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.127 tagged_above=-999 required=5 tests=[AWL=0.117, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id ySSc-vSK_lCQ for <notmuch@notmuchmail.org>;\r
+ Sun, 16 Aug 2015 10:43:00 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 3263B6DE142C\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 10:42:56 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1ZR1wu-0003cY-48; Sun, 16 Aug 2015 17:42:24 +0000\r
+Received: (nullmailer pid 26319 invoked by uid 1000); Sun, 16 Aug 2015\r
+ 17:41:28 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 7/8] debian: Recommend gpgsm for S/MIME support\r
+Date: Sun, 16 Aug 2015 19:41:15 +0200\r
+Message-Id: <1439746876-23654-8-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.5.0\r
+In-Reply-To: <1439746876-23654-1-git-send-email-david@tethera.net>\r
+References: <54CA467B.30408@gnome.org>\r
+ <1439746876-23654-1-git-send-email-david@tethera.net>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 16 Aug 2015 17:43:02 -0000\r
+\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+\r
+---\r
+ debian/control | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/debian/control b/debian/control\r
+index 4bc4cd9..05cd04f 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -31,7 +31,7 @@ Vcs-Browser: http://git.notmuchmail.org/git/notmuch\r
+ Package: notmuch\r
+ Architecture: any\r
+ Depends: libnotmuch4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}\r
+-Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent\r
++Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent, gpgsm\r
+ Description: thread-based email index, search and tagging\r
+  Notmuch is a system for indexing, searching, reading, and tagging\r
+  large collections of email messages in maildir or mh format. It uses\r
+-- \r
+2.5.0\r
+\r