Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f1 / abaa6ca6652023f14e2db541bf8ae1ccc6483a
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 olra.theworths.org (Postfix) with ESMTP id 09C5C431FD9\r
6         for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 02:52:15 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 sjNsoFb3shM4 for <notmuch@notmuchmail.org>;\r
16         Sat, 17 Jan 2015 02:52:12 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 73696431E62\r
21         for <notmuch@notmuchmail.org>; Sat, 17 Jan 2015 02:52:05 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1YCQz6-0006BV-VA; Sat, 17 Jan 2015 06:52:04 -0400\r
25 Received: (nullmailer pid 14756 invoked by uid 1000); Sat, 17 Jan 2015\r
26         10:51:54 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Jameson Graef Rollins <jrollins@finestructure.net>, Notmuch Mail\r
29         <notmuch@notmuchmail.org>\r
30 Subject: [PATCH 4/4] debian: Recommend gpgsm for S/MIME support\r
31 Date: Sat, 17 Jan 2015 11:51:46 +0100\r
32 Message-Id: <1421491906-14542-5-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 2.1.4\r
34 In-Reply-To: <1421491906-14542-1-git-send-email-david@tethera.net>\r
35 References: <1395031944-15557-1-git-send-email-jrollins@finestructure.net>\r
36         <1421491906-14542-1-git-send-email-david@tethera.net>\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: Sat, 17 Jan 2015 10:52:15 -0000\r
50 \r
51 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
52 \r
53 ---\r
54  debian/control | 2 +-\r
55  1 file changed, 1 insertion(+), 1 deletion(-)\r
56 \r
57 diff --git a/debian/control b/debian/control\r
58 index 4bc4cd9..05cd04f 100644\r
59 --- a/debian/control\r
60 +++ b/debian/control\r
61 @@ -31,7 +31,7 @@ Vcs-Browser: http://git.notmuchmail.org/git/notmuch\r
62  Package: notmuch\r
63  Architecture: any\r
64  Depends: libnotmuch4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}\r
65 -Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent\r
66 +Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent, gpgsm\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 2.1.4\r
72 \r