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