[Patch v5 6/8] lib: add private function to extract the database for a message.
[notmuch-archives.git] / 6b / 4922aa003adb151d3dec1e73832848f6dccae3
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 794B2431FC4\r
6         for <notmuch@notmuchmail.org>; Mon,  9 Feb 2015 01:41:44 -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 JZyrDxvbd5TB for <notmuch@notmuchmail.org>;\r
17         Mon,  9 Feb 2015 01:41:40 -0800 (PST)\r
18 Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
19         by olra.theworths.org (Postfix) with ESMTP id 84AA0431FC9\r
20         for <notmuch@notmuchmail.org>; Mon,  9 Feb 2015 01:41:40 -0800 (PST)\r
21 Received: from timira.takhisis.invalid (maths.r-prg.net.univ-paris7.fr\r
22         [81.194.27.158]) by upsilon.cc (Postfix) with ESMTPSA id E625510E52;\r
23         Mon,  9 Feb 2015 10:41:39 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
25         t=1423474899; bh=xKk4wpiwtgPVN8ZVIvbE6GB96PL6xO1Wsl7NOE8RdiA=;\r
26         h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\r
27         b=F86jGt8Cyfn0vFmqW7sHKlkz3zC9G2DI2vD32wVDbOQNQmStlqqpOfWC7RMGxJ0f8\r
28         tfCPMvNoQMTeDvEHtnD3nXITb/dcoi1YMFQtXgXdfKvpEbIZzrpJ6Me85xqnvxa2TT\r
29         hgRiwyYoHmN2so/LZ/9HVj3y/U8zZwU90x80ZDOU=\r
30 Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
31         id 7C62F600E1; Mon,  9 Feb 2015 10:41:39 +0100 (CET)\r
32 From: Stefano Zacchiroli <zack@upsilon.cc>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH 1/2] notmuch-mutt README: use metacpn.org/* as deps homepages\r
35 Date: Mon,  9 Feb 2015 10:41:29 +0100\r
36 Message-Id: <1423474890-16972-2-git-send-email-zack@upsilon.cc>\r
37 X-Mailer: git-send-email 2.1.4\r
38 In-Reply-To: <1423474890-16972-1-git-send-email-zack@upsilon.cc>\r
39 References: <1423474890-16972-1-git-send-email-zack@upsilon.cc>\r
40 Cc: zack@upsilon.cc\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, 09 Feb 2015 09:41:44 -0000\r
54 \r
55 ---\r
56  contrib/notmuch-mutt/README | 8 ++++----\r
57  1 file changed, 4 insertions(+), 4 deletions(-)\r
58 \r
59 diff --git a/contrib/notmuch-mutt/README b/contrib/notmuch-mutt/README\r
60 index 382ac91..c661447 100644\r
61 --- a/contrib/notmuch-mutt/README\r
62 +++ b/contrib/notmuch-mutt/README\r
63 @@ -33,13 +33,13 @@ Requirements\r
64  \r
65  To *run* notmuch-mutt you will need Perl with the following libraries:\r
66  \r
67 -- Mail::Box <http://search.cpan.org/~markov/Mail-Box/>\r
68 +- Mail::Box <https://metacpan.org/pod/Mail::Box>\r
69    (Debian package: libmail-box-perl)\r
70 -- Mail::Internet <http://search.cpan.org/~markov/MailTools/>\r
71 +- Mail::Internet <https://metacpan.org/pod/Mail::Internet>\r
72    (Debian package: libmailtools-perl)\r
73 -- String::ShellQuote <http://search.cpan.org/~rosch/String-ShellQuote/ShellQuote.pm>\r
74 +- String::ShellQuote <https://metacpan.org/pod/String::ShellQuote>\r
75    (Debian package: libstring-shellquote-perl)\r
76 -- Term::ReadLine <http://search.cpan.org/~hayashi/Term-ReadLine-Gnu/>\r
77 +- Term::ReadLine::Gnu <https://metacpan.org/pod/Term::ReadLine::Gnu>\r
78    (Debian package: libterm-readline-gnu-perl)\r
79  \r
80  To *build* notmuch-mutt documentation you will need:\r
81 -- \r
82 2.1.4\r
83 \r