Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 22 / 7347ca7d35b83e636b3103648e6aaba19205e0
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 860AE431FAF\r
6         for <notmuch@notmuchmail.org>; Wed,  1 Feb 2012 12:38:48 -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 yiLXErYCMSwo for <notmuch@notmuchmail.org>;\r
16         Wed,  1 Feb 2012 12:38:48 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.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 CD633431FAE\r
21         for <notmuch@notmuchmail.org>; Wed,  1 Feb 2012 12:38:47 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so1321898wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 01 Feb 2012 12:38:46 -0800 (PST)\r
24 Received: by 10.180.103.97 with SMTP id fv1mr117049wib.17.1328128726710;\r
25         Wed, 01 Feb 2012 12:38:46 -0800 (PST)\r
26 Received: from localhost ([109.131.39.11])\r
27         by mx.google.com with ESMTPS id q2sm35349530wiy.7.2012.02.01.12.38.45\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Wed, 01 Feb 2012 12:38:45 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
32 Subject: [PATCH v5 1/2] test: add tests for quoting of MML tags in replies\r
33 Date: Wed,  1 Feb 2012 21:36:35 +0100\r
34 Message-Id: <1328128595-30439-1-git-send-email-pieter@praet.org>\r
35 X-Mailer: git-send-email 1.7.8.1\r
36 In-Reply-To: <1328104451-17842-1-git-send-email-pieter@praet.org>\r
37 References: <1328104451-17842-1-git-send-email-pieter@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: Wed, 01 Feb 2012 20:38:48 -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   Moved expected output into the actual test and fixed "Fcc:" line.\r
59 ---\r
60  test/emacs |   21 +++++++++++++++++++++\r
61  1 files changed, 21 insertions(+), 0 deletions(-)\r
62 \r
63 diff --git a/test/emacs b/test/emacs\r
64 index 8ca4c8a..17129b7 100755\r
65 --- a/test/emacs\r
66 +++ b/test/emacs\r
67 @@ -273,6 +273,27 @@ On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> w\r
68  EOF\r
69  test_expect_equal_file OUTPUT EXPECTED\r
70  \r
71 +test_begin_subtest "Quote MML tags in reply"\r
72 +test_subtest_known_broken\r
73 +message_id='test-emacs-mml-quoting@message.id'\r
74 +add_message [id]="$message_id" \\r
75 +           "[subject]='$test_subtest_name'" \\r
76 +           '[body]="<#part disposition=inline>"'\r
77 +test_emacs "(notmuch-show \"id:$message_id\")\r
78 +             (notmuch-show-reply)\r
79 +             (test-output)"\r
80 +cat <<EOF >EXPECTED\r
81 +From: Notmuch Test Suite <test_suite@notmuchmail.org>\r
82 +To: \r
83 +Subject: Re: Quote MML tags in reply\r
84 +In-Reply-To: <test-emacs-mml-quoting@message.id>\r
85 +Fcc: ${MAIL_DIR}/sent\r
86 +--text follows this line--\r
87 +On Fri, 05 Jan 2001 15:43:57 +0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote:\r
88 +> <#!part disposition=inline>\r
89 +EOF\r
90 +test_expect_equal_file OUTPUT EXPECTED\r
91 +\r
92  test_begin_subtest "Save attachment from within emacs using notmuch-show-save-attachments"\r
93  # save as archive to test that Emacs does not re-compress .gz\r
94  test_emacs '(let ((standard-input "\"attachment1.gz\""))\r
95 -- \r
96 1.7.8.1\r
97 \r