Re: [PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / bf / 9ebd492bf0b7e311ef1eb942925e95b8c53bdd
1 Return-Path: <sojkam1@fel.cvut.cz>\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 D1C22431FBD\r
6         for <notmuch@notmuchmail.org>; Thu, 23 Feb 2012 23:36:35 -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.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 qj1xCyAWKEGk for <notmuch@notmuchmail.org>;\r
16         Thu, 23 Feb 2012 23:36:35 -0800 (PST)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 54ED0431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 23 Feb 2012 23:36:35 -0800 (PST)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 9F18B19F33A4;\r
22         Fri, 24 Feb 2012 08:36:34 +0100 (CET)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id AslflK7a+8Ad; Fri, 24 Feb 2012 08:36:30 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id C905B19F3399;\r
30         Fri, 24 Feb 2012 08:36:30 +0100 (CET)\r
31 Received: from steelpick.2x.cz (cable-86-56-3-85.cust.telecolumbus.net\r
32         [86.56.3.85]) (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id B6BE5660968;\r
34         Fri, 24 Feb 2012 08:36:30 +0100 (CET)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.77)\r
36         (envelope-from <sojkam1@fel.cvut.cz>)\r
37         id 1S0phd-0001B3-W7; Fri, 24 Feb 2012 08:36:29 +0100\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH 2/2] test: Remove 'broken' flag from encoding test\r
41 Date: Fri, 24 Feb 2012 08:36:23 +0100\r
42 Message-Id: <1330068983-4483-2-git-send-email-sojkam1@fel.cvut.cz>\r
43 X-Mailer: git-send-email 1.7.9.1\r
44 In-Reply-To: <1330068983-4483-1-git-send-email-sojkam1@fel.cvut.cz>\r
45 References: <1330043595-22054-1-git-send-email-sojkam1@fel.cvut.cz>\r
46         <1330068983-4483-1-git-send-email-sojkam1@fel.cvut.cz>\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Fri, 24 Feb 2012 07:36:36 -0000\r
60 \r
61 ---\r
62  test/encoding |    1 -\r
63  1 files changed, 0 insertions(+), 1 deletions(-)\r
64 \r
65 diff --git a/test/encoding b/test/encoding\r
66 index 3992b5c..f0d073c 100755\r
67 --- a/test/encoding\r
68 +++ b/test/encoding\r
69 @@ -22,7 +22,6 @@ irrelevant\r
70  \f\r
71 message}"\r
72  \r
73  test_begin_subtest "Search for ISO-8859-2 encoded message"\r
74 -test_subtest_known_broken\r
75  add_message '[content-type]="text/plain; charset=iso-8859-2"' \\r
76              '[content-transfer-encoding]=8bit' \\r
77              '[subject]="ISO-8859-2 encoded message"' \\r
78 -- \r
79 1.7.9.1\r
80 \r