[PATCH] test: fix die() in test-lib.sh and test-lib-common.sh
[notmuch-archives.git] / 2f / 1556891ad82e4469124e8648f6a3e5a5c4750a
1 Return-Path: <jani@nikula.org>\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 E5526431FCF\r
6         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 22:15:57 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 XD-gfPdBrUKb for <notmuch@notmuchmail.org>;\r
16         Wed, 23 May 2012 22:15:56 -0700 (PDT)\r
17 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
18         [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id BEC67431FC4\r
21         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 22:15:55 -0700 (PDT)\r
22 Received: by lagu2 with SMTP id u2so6544458lag.26\r
23         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 22:15:54 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=from:to:subject:date:message-id:x-mailer:x-gm-message-state;\r
27         bh=iJUGzyHDRyi0t26wGjp3xFoGK4J9aplS4qHJW91Hje4=;\r
28         b=oSCKG5M6r9YGHn3mx1PnyYv6WSevZ/iqaVRwemeQbpDpwxpXs/ljAnUCQNr0k6vjfh\r
29         w+Cjx1eNvuMZkK43YCQscHH6Hj3rfZuOSXdH2GC2ry9YVQ/72+fWvaXndpLqWMzaas9F\r
30         yBASneMoRqe50Q+lIahRHBBW1gPBCCjDzV1tyXE5aPE03ognqZNu0zWfEJOjX20FPCFK\r
31         v/SaPozeObPl60ANZGS21p5sEkcwTkxPpXLPcT/cZITX0ieoxymuAS4wlsqdwu13SaAq\r
32         1ZFVQzeJHghwxIu3Gs1WNsYs0NeDP29oWznqrklebuSny+DGMTBdt6iq1jUkcRcBMiEH\r
33         xtFQ==\r
34 Received: by 10.152.124.141 with SMTP id mi13mr13689868lab.50.1337836553959;\r
35         Wed, 23 May 2012 22:15:53 -0700 (PDT)\r
36 Received: from localhost (dsl-hkibrasgw4-fe50dc00-68.dhcp.inet.fi.\r
37         [80.220.80.68])\r
38         by mx.google.com with ESMTPS id gv8sm39072084lab.14.2012.05.23.22.15.52\r
39         (version=SSLv3 cipher=OTHER); Wed, 23 May 2012 22:15:53 -0700 (PDT)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH v2 0/2] delivered-to for reply address guessing\r
43 Date: Thu, 24 May 2012 08:15:48 +0300\r
44 Message-Id: <cover.1337836150.git.jani@nikula.org>\r
45 X-Mailer: git-send-email 1.7.9.5\r
46 X-Gm-Message-State:\r
47  ALoCoQmi+bGZ062afc7qQLuWfo+CrKJ4gnw8yo3B9x/3DtA48DGqyHRULBkR4OjRQjAlrwmPq9vs\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 24 May 2012 05:15:58 -0000\r
61 \r
62 id:"21a946917c5c8dd63295b7c87b7c2d1ebcb6e71e.1336746160.git.jani@nikula.org"\r
63 rebased against current master. No changes since v1.\r
64 \r
65 BR,\r
66 Jani.\r
67 \r
68 Jani Nikula (2):\r
69   cli: also use Delivered-To header to figure out the reply from\r
70     address\r
71   test: add tests for notmuch reply From guessing\r
72 \r
73  notmuch-reply.c |   11 ++++++++---\r
74  test/reply      |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++\r
75  2 files changed, 63 insertions(+), 3 deletions(-)\r
76 \r
77 -- \r
78 1.7.9.5\r
79 \r