Re: [PATCH] test: make test_expect_equal_file() arguments flexible
[notmuch-archives.git] / e3 / 2e7ea6dfd3033574f8d74d08dda9aba29c34cc
1 Return-Path: <daniel@schoepe.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 4C746431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Jan 2012 13:45:01 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         RCVD_IN_DNSWL_LOW=-0.7] 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 UIUeQB1v3Hjn for <notmuch@notmuchmail.org>;\r
17         Sat, 28 Jan 2012 13:45:00 -0800 (PST)\r
18 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
19         [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id A7D80431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 28 Jan 2012 13:45:00 -0800 (PST)\r
23 Received: by eaal1 with SMTP id l1so1398445eaa.26\r
24         for <notmuch@notmuchmail.org>; Sat, 28 Jan 2012 13:44:59 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
26         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=/5nFugvzPvL9fGvDAKau733wIww1Zcelkih4Edk7/Dk=;\r
28         b=gUN3/+GSHrOiFngnQE1CR/VfRZh//rab6oSs2fCRNW2bgwFVAu5vRg9sap/9YCLyM/\r
29         3+2gb1QjuLgoIjl9y631Bij1bQ/dPzWB8u21+B79omeLfo6neegVKnHYqK3IlVtaRnX1\r
30         xzmnJwNVwLpOyMtkQaLhiNbVcwQJzO4u2SwzU=\r
31 Received: by 10.213.34.212 with SMTP id m20mr2002326ebd.30.1327787099278;\r
32         Sat, 28 Jan 2012 13:44:59 -0800 (PST)\r
33 Received: from localhost (dslb-088-069-137-009.pools.arcor-ip.net.\r
34         [88.69.137.9])\r
35         by mx.google.com with ESMTPS id t11sm22286388eea.10.2012.01.28.13.44.56\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Sat, 28 Jan 2012 13:44:57 -0800 (PST)\r
38 From: Daniel Schoepe <daniel@schoepe.org>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v8 0/2] emacs: User-defined sections in notmuch-hello \r
41 Date: Sat, 28 Jan 2012 22:44:51 +0100\r
42 Message-Id: <1327787093-26361-1-git-send-email-daniel@schoepe.org>\r
43 X-Mailer: git-send-email 1.7.8.3\r
44 In-Reply-To: <87ehujqzu6.fsf@schoepe.localhost>\r
45 References: <87ehujqzu6.fsf@schoepe.localhost>\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Sat, 28 Jan 2012 21:45:01 -0000\r
59 \r
60 Rebased against master.\r
61 \r