Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / a7 / 0e84afd62b7c1940b9858812d36ba3dce113de
1 Return-Path: <zack@upsilon.cc>\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 6B4C7431FDC\r
6         for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:23 -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.338\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.338 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id VNUS0D9daDcu for <notmuch@notmuchmail.org>;\r
17         Sun, 15 Feb 2015 04:39:19 -0800 (PST)\r
18 Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
19         by olra.theworths.org (Postfix) with ESMTP id CB5C7431FD2\r
20         for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:19 -0800 (PST)\r
21 Received: from timira.takhisis.invalid (unknown [78.194.69.54])\r
22         by upsilon.cc (Postfix) with ESMTPSA id 0F07810E6A;\r
23         Sun, 15 Feb 2015 13:39:19 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
25         t=1424003959; bh=xKk4wpiwtgPVN8ZVIvbE6GB96PL6xO1Wsl7NOE8RdiA=;\r
26         h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\r
27         b=P1b73nTzpfhZ4uSAd/eJCt82QPJz9GLII/pqPk5t7XX+HvP4FfoPYQoLboDtCxI2x\r
28         HRjfAp4BJGX0wkiqOeuDXTvwqNZ2BfqOGx0yiVFLSXNu0i6Mr9cJQG8q31MPnsPPai\r
29         nwqiJTRWUFfJlnfF4SV+hK8D0/oJOiBGkUF8fjY0=\r
30 Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
31         id DBDA5600E0; Sun, 15 Feb 2015 13:39:18 +0100 (CET)\r
32 From: Stefano Zacchiroli <zack@upsilon.cc>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH 2/3] notmuch-mutt README: use metacpn.org/* as deps homepages\r
35 Date: Sun, 15 Feb 2015 13:39:07 +0100\r
36 Message-Id: <1424003948-17642-3-git-send-email-zack@upsilon.cc>\r
37 X-Mailer: git-send-email 2.1.4\r
38 In-Reply-To: <1424003948-17642-1-git-send-email-zack@upsilon.cc>\r
39 References: <m2twyvyx41.fsf@guru.guru-group.fi>\r
40         <1424003948-17642-1-git-send-email-zack@upsilon.cc>\r
41 Cc: zack@upsilon.cc\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sun, 15 Feb 2015 12:39:23 -0000\r
55 \r
56 ---\r
57  contrib/notmuch-mutt/README | 8 ++++----\r
58  1 file changed, 4 insertions(+), 4 deletions(-)\r
59 \r
60 diff --git a/contrib/notmuch-mutt/README b/contrib/notmuch-mutt/README\r
61 index 382ac91..c661447 100644\r
62 --- a/contrib/notmuch-mutt/README\r
63 +++ b/contrib/notmuch-mutt/README\r
64 @@ -33,13 +33,13 @@ Requirements\r
65  \r
66  To *run* notmuch-mutt you will need Perl with the following libraries:\r
67  \r
68 -- Mail::Box <http://search.cpan.org/~markov/Mail-Box/>\r
69 +- Mail::Box <https://metacpan.org/pod/Mail::Box>\r
70    (Debian package: libmail-box-perl)\r
71 -- Mail::Internet <http://search.cpan.org/~markov/MailTools/>\r
72 +- Mail::Internet <https://metacpan.org/pod/Mail::Internet>\r
73    (Debian package: libmailtools-perl)\r
74 -- String::ShellQuote <http://search.cpan.org/~rosch/String-ShellQuote/ShellQuote.pm>\r
75 +- String::ShellQuote <https://metacpan.org/pod/String::ShellQuote>\r
76    (Debian package: libstring-shellquote-perl)\r
77 -- Term::ReadLine <http://search.cpan.org/~hayashi/Term-ReadLine-Gnu/>\r
78 +- Term::ReadLine::Gnu <https://metacpan.org/pod/Term::ReadLine::Gnu>\r
79    (Debian package: libterm-readline-gnu-perl)\r
80  \r
81  To *build* notmuch-mutt documentation you will need:\r
82 -- \r
83 2.1.4\r
84 \r