Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 01 / 3c2d926c7533c2e8b24efb1b3440ac1dcf4f36
1 Return-Path: <pieter@praet.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 B0EA7431FAF\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 02:26:21 -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.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 O-vuRvv+3MPX for <notmuch@notmuchmail.org>;\r
16         Fri,  3 Feb 2012 02:26:20 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (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 122F6431FAE\r
21         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 02:26:19 -0800 (PST)\r
22 Received: by werb10 with SMTP id b10so2922906wer.26\r
23         for <notmuch@notmuchmail.org>; Fri, 03 Feb 2012 02:26:18 -0800 (PST)\r
24 Received: by 10.216.132.214 with SMTP id o64mr5990622wei.26.1328264778869;\r
25         Fri, 03 Feb 2012 02:26:18 -0800 (PST)\r
26 Received: from localhost ([109.131.13.166])\r
27         by mx.google.com with ESMTPS id x7sm5504573wif.10.2012.02.03.02.26.18\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Fri, 03 Feb 2012 02:26:18 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Bremner <david@tethera.net>\r
32 Subject: [PATCH v6 1/3] test: add tests for quoting of MML tags in replies\r
33 Date: Fri,  3 Feb 2012 11:24:07 +0100\r
34 Message-Id: <1328264649-27346-1-git-send-email-pieter@praet.org>\r
35 X-Mailer: git-send-email 1.7.8.1\r
36 In-Reply-To: <87r4yc2p3y.fsf@praet.org>\r
37 References: <87r4yc2p3y.fsf@praet.org>\r
38 Cc: Notmuch Mail <notmuch@notmuchmail.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: Fri, 03 Feb 2012 10:26:21 -0000\r
52 \r
53 From: Aaron Ecay <aaronecay@gmail.com>\r
54 \r
55 The test is broken at this time; the next commit will introduce a fix.\r
56 \r
57 Edited-by: Pieter Praet <pieter@praet.org>:\r
58   Rebased to release branch, moved expected output into the actual test,\r
59   and fixed "Fcc:" line.\r
60 ---\r
61  test/emacs |   21 +++++++++++++++++++++\r
62  1 files changed, 21 insertions(+), 0 deletions(-)\r
63 \r
64 diff --git a/test/emacs b/test/emacs\r
65 index f36718e..db8e4ad 100755\r
66 --- a/test/emacs\r
67 +++ b/test/emacs\r
68 @@ -273,6 +273,27 @@ On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> w\r
69  EOF\r
70  test_expect_equal_file OUTPUT EXPECTED\r
71  \r
72 +test_begin_subtest "Quote MML tags in reply"\r
73 +test_subtest_known_broken\r
74 +message_id='test-emacs-mml-quoting@message.id'\r
75 +add_message [id]="$message_id" \\r
76 +           "[subject]='$test_subtest_name'" \\r
77 +           '[body]="<#part disposition=inline>"'\r
78 +test_emacs "(notmuch-show \"id:$message_id\")\r
79 +             (notmuch-show-reply)\r
80 +             (test-output)"\r
81 +cat <<EOF >EXPECTED\r
82 +From: Notmuch Test Suite <test_suite@notmuchmail.org>\r
83 +To: \r
84 +Subject: Re: Quote MML tags in reply\r
85 +In-Reply-To: <test-emacs-mml-quoting@message.id>\r
86 +Fcc: ${MAIL_DIR}/sent\r
87 +--text follows this line--\r
88 +On Tue, 05 Jan 2001 15:43:57 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote:\r
89 +> <#!part disposition=inline>\r
90 +EOF\r
91 +test_expect_equal_file OUTPUT EXPECTED\r
92 +\r
93  test_begin_subtest "Save attachment from within emacs using notmuch-show-save-attachments"\r
94  # save as archive to test that Emacs does not re-compress .gz\r
95  test_emacs '(let ((standard-input "\"attachment1.gz\""))\r
96 -- \r
97 1.7.8.1\r
98 \r