Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 85 / 9c0409b93e11451cef8d9c0817cd48fbbf5a9b
1 Return-Path: <jrollins@finestructure.net>\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 olra.theworths.org (Postfix) with ESMTP id B0DF3431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 10:23:56 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 8M7ljxlzEKvU for <notmuch@notmuchmail.org>;\r
16         Wed, 11 Apr 2012 10:23:54 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id BB5DC431FAE\r
20         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 10:23:54 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 51BB92E50DFC\r
23         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 10:23:54 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (adsl-76-240-184-246.dsl.irvnca.sbcglobal.net\r
26         [76.240.184.246]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 8B8A62E50E01\r
28         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 10:23:52 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id B119C28B; Wed, 11 Apr 2012 10:23:51 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] debian: add gnupg-agent to notmuch recommends\r
34 Date: Wed, 11 Apr 2012 10:23:51 -0700\r
35 Message-Id: <1334165031-32204-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.9.1\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 11 Apr 2012 17:23:56 -0000\r
50 \r
51 gnupg-agent is required for message decryption, so this should help\r
52 stem some issues encountered by users trying to decrypt messages.\r
53 ---\r
54  debian/control |    2 +-\r
55  1 files changed, 1 insertions(+), 1 deletions(-)\r
56 \r
57 diff --git a/debian/control b/debian/control\r
58 index ada9d3d..bb1974e 100644\r
59 --- a/debian/control\r
60 +++ b/debian/control\r
61 @@ -26,7 +26,7 @@ Dm-Upload-Allowed: yes\r
62  Package: notmuch\r
63  Architecture: any\r
64  Depends: libnotmuch2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}\r
65 -Recommends: notmuch-emacs | notmuch-vim\r
66 +Recommends: notmuch-emacs | notmuch-vim,  gnupg-agent\r
67  Description: thread-based email index, search and tagging\r
68   Notmuch is a system for indexing, searching, reading, and tagging\r
69   large collections of email messages in maildir or mh format. It uses\r
70 -- \r
71 1.7.9.1\r
72 \r