[PATCH v2 11/14] cli/reply: return internet address list from get header funcs
[notmuch-archives.git] / a1 / 43ed4666b386110223513b523bb3e7b1e7c748
1 Return-Path: <schnouki@schnouki.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 B1FB3421166\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 06:34:49 -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: -0.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         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 9ikctf1fqzkT for <notmuch@notmuchmail.org>;\r
17         Wed, 16 Nov 2011 06:34:48 -0800 (PST)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id 77473429E4D\r
20         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 06:34:25 -0800 (PST)\r
21 Received: from thor.loria.fr (thor.loria.fr [152.81.12.250])\r
22         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 2C1476A0026;\r
23         Wed, 16 Nov 2011 15:34:24 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
25         s=key-schnouki; t=1321454064;\r
26         bh=/ZNWro7qATxsymefFieqg3IY7a/zyDAXYr+3igzvYyw=;\r
27         h=From:To:Subject:Date:Message-Id:In-Reply-To:References;\r
28         b=anpfOY/Czy0/jAwPi1OkTPCupxUMt/A2Lfidgs/ll/r9UDLtKIiw8gTxGVIQ25r73\r
29         RLFGvjI7kiZy4r52hYuPyhi9tCWbn1NrTE7LvMKLFnuizIO5YascRv+wSHWmJ8wqmC\r
30         2cDUohk26aleaq1So8F5PX+wtHMg+Z5hwSEpxDD8=\r
31 From: Thomas Jost <schnouki@schnouki.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH 0/6] Rebase of Pieter's "set test prereqs"\r
34 Date: Wed, 16 Nov 2011 15:33:49 +0100\r
35 Message-Id: <1321454035-22023-1-git-send-email-schnouki@schnouki.net>\r
36 X-Mailer: git-send-email 1.7.7.3\r
37 In-Reply-To: <1320176954-4897-1-git-send-email-pieter@praet.org>\r
38 References: <1320176954-4897-1-git-send-email-pieter@praet.org>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 16 Nov 2011 14:34:50 -0000\r
52 \r
53 Hello list,\r
54 \r
55 This is another rebased version of Pieter's series to add GPG and Emacs as test\r
56 prereqs, plus some additions on my own. (Rebased and posted as requested by\r
57 Pieter [1].)\r
58 \r
59 Changes as compared to Pieter's patches (including parts from [2]):\r
60 - prereqs are not tested using test_expect_success as they were in Pieter's\r
61   original patches, but using a new function called test_set_bin_prereq. I wrote\r
62   this before the gdb prereq was added, hence the different way to set it.\r
63 \r
64 - some fixes in Pieter's patches so that it actually works when gpg is not\r
65   installed. Can't exactly remember what (...but you can just check his original\r
66   patches), but in the end it was working fine in a chroot without gpg.\r
67 \r
68 - since Emacs is now run using dtach, the emacs prereq also depends on dtach.\r
69   The presence of emacs and dtach is also checked in the test_emacs() function\r
70   of the test suite.\r
71 \r
72 - testing for prereqs is now done using the "hash" built-in instead of "which",\r
73   as suggested in [3].\r
74 \r
75 Tested with and without dtach. A previous version of this series was also\r
76 without emacs/gpg in a chroot, but not this one :)\r
77 \r
78 [1] id:"874ny4fcdz.fsf@praet.org"\r
79 [2] id:"1317660447-27520-1-git-send-email-schnouki@schnouki.net"\r
80 [3] id:"87zkgemodd.fsf@praet.org"\r
81 \r
82 Pieter Praet (4):\r
83   test: add 'GnuPG' prereq to dependent 'crypto' tests\r
84   test: add 'Emacs' prereq to dependent 'crypto' tests\r
85   test: add 'Emacs' prereq to dependent 'emacs' tests\r
86   test: add 'Emacs' prereq to dependent 'emacs-large-search-buffer'\r
87     tests\r
88 \r
89 Thomas Jost (2):\r
90   test: define a helper function for defining prereqs on executables\r
91   test: check if emacs and dtach are available in test_emacs()\r
92 \r
93  test/crypto                    |   46 +++++++++++++++-------\r
94  test/emacs                     |   82 +++++++++++++++++++++------------------\r
95  test/emacs-large-search-buffer |    9 +++-\r
96  test/test-lib.sh               |   17 ++++++++\r
97  4 files changed, 99 insertions(+), 55 deletions(-)\r
98 \r
99 -- \r
100 1.7.7.3\r
101 \r