Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / fe / f50656baa2da963bfe12482b6ce9e7179d104b
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 15972431FBF\r
6         for <notmuch@notmuchmail.org>; Sun, 16 Mar 2014 21:52:41 -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 rBgew8YL2sT1 for <notmuch@notmuchmail.org>;\r
16         Sun, 16 Mar 2014 21:52:34 -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 822E8431FBD\r
20         for <notmuch@notmuchmail.org>; Sun, 16 Mar 2014 21:52:34 -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 E55043280B9\r
23         for <notmuch@notmuchmail.org>; Sun, 16 Mar 2014 21:52:31 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (96-39-203-108.dhcp.mdfd.or.charter.com\r
26         [96.39.203.108]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id BA55032806E\r
28         for <notmuch@notmuchmail.org>; Sun, 16 Mar 2014 21:52:29 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id A565660186; Sun, 16 Mar 2014 21:52:28 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 2/2] debian: Recommend gpgsm for S/MIME support\r
34 Date: Sun, 16 Mar 2014 21:52:24 -0700\r
35 Message-Id: <1395031944-15557-3-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.9.0\r
37 In-Reply-To: <1395031944-15557-2-git-send-email-jrollins@finestructure.net>\r
38 References: <1340995101-9616-1-git-send-email-jrollins@finestructure.net>\r
39         <1395031944-15557-1-git-send-email-jrollins@finestructure.net>\r
40         <1395031944-15557-2-git-send-email-jrollins@finestructure.net>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 17 Mar 2014 04:52:41 -0000\r
54 \r
55 ---\r
56  debian/control | 2 +-\r
57  1 file changed, 1 insertion(+), 1 deletion(-)\r
58 \r
59 diff --git a/debian/control b/debian/control\r
60 index 8d8e938..5002d78 100644\r
61 --- a/debian/control\r
62 +++ b/debian/control\r
63 @@ -30,7 +30,7 @@ Vcs-Browser: http://git.notmuchmail.org/git/notmuch\r
64  Package: notmuch\r
65  Architecture: any\r
66  Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}\r
67 -Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent\r
68 +Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent, gpgsm\r
69  Description: thread-based email index, search and tagging\r
70   Notmuch is a system for indexing, searching, reading, and tagging\r
71   large collections of email messages in maildir or mh format. It uses\r
72 -- \r
73 1.9.0\r
74 \r