From b24e75dd76992a595e98e1ca8622a466097515bb Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Mon, 12 May 2014 13:29:29 +0100 Subject: [PATCH] [PATCH v3 9/9] test: Update the test output to accord with more reply changes --- 3a/51a8d66483b368c346ee39d2cb6db13243d670 | 130 ++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 3a/51a8d66483b368c346ee39d2cb6db13243d670 diff --git a/3a/51a8d66483b368c346ee39d2cb6db13243d670 b/3a/51a8d66483b368c346ee39d2cb6db13243d670 new file mode 100644 index 000000000..9d8791e26 --- /dev/null +++ b/3a/51a8d66483b368c346ee39d2cb6db13243d670 @@ -0,0 +1,130 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 24693431FDD + for ; Mon, 12 May 2014 05:30:02 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 3SnubFxaaNJL for ; + Mon, 12 May 2014 05:29:53 -0700 (PDT) +Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com + [209.85.212.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E3F06431FDE + for ; Mon, 12 May 2014 05:29:36 -0700 (PDT) +Received: by mail-wi0-f171.google.com with SMTP id hm4so4353473wib.10 + for ; Mon, 12 May 2014 05:29:35 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to + :references; + bh=Nj9CxPnLwyXs1lRCnTvOSixN/gJ/+TzFWSIXH9K0WGE=; + b=LzNA9f/gqAdnXz3PqKbPeuscvI6zmj7A077XwwXFTknmIG5yHOobh2XAzTXclm62yw + 8myGt7u8NIEOCFaTEVicZWGeuIkV4UMr4Y1V0rFcIpx01OdjPwtRymNfFd/tpFJhntH1 + r5vokssIrwxY0pxh6oQ5aNWoxCt++C5U7mYc9Yc98ePj1Zk0yBhGiw1txBpB3cvO/vjm + fMWR3oZ6nSqqLyh0ilyulP2R1cgT4whA133g9aRi92ZDNIMcBigM5r2mBqS4Zp4anUpx + vMNAf+2O7Cni180D40d7fDSmeFEjAEU2lcRMIkAav0cP4CFcit/ucRec3scJT2scUVmJ + JczA== +X-Gm-Message-State: + ALoCoQlMx52GyCPUwDiFZM0KFpzvIzCtMNi9P1Yp100ll6igW9uauO093jRhbG0RFDiVDLlMqvJj +X-Received: by 10.194.100.67 with SMTP id ew3mr1763037wjb.57.1399897775684; + Mon, 12 May 2014 05:29:35 -0700 (PDT) +Received: from hotblack-desiato.hh.sledj.net + ([2a01:348:1a2:1:a288:b4ff:fe8a:77d8]) + by mx.google.com with ESMTPSA id + ed6sm15856256wib.20.2014.05.12.05.29.32 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Mon, 12 May 2014 05:29:34 -0700 (PDT) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id 4DD5B10B332; Mon, 12 May 2014 13:29:29 +0100 (BST) +From: David Edmondson +To: notmuch@notmuchmail.org +Subject: [PATCH v3 9/9] test: Update the test output to accord with more reply + changes +Date: Mon, 12 May 2014 13:29:29 +0100 +Message-Id: <1399897769-26809-10-git-send-email-dme@dme.org> +X-Mailer: git-send-email 2.0.0.rc0 +In-Reply-To: <1399897769-26809-1-git-send-email-dme@dme.org> +References: <87sixdujkv.fsf@qmul.ac.uk> + <1399897769-26809-1-git-send-email-dme@dme.org> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 12 May 2014 12:30:02 -0000 + +When replying to complex messages, some part headers may be +shown. Update the expected test output accordingly. +--- + test/T310-emacs.sh | 12 ++++++++++++ + 1 file changed, 12 insertions(+) + +diff --git a/test/T310-emacs.sh b/test/T310-emacs.sh +index 95bb67e..fa15e03 100755 +--- a/test/T310-emacs.sh ++++ b/test/T310-emacs.sh +@@ -394,6 +394,10 @@ User-Agent: Notmuch/XXX Emacs/XXX + --text follows this line-- + Adrian Perez de Castro writes: + ++> [ multipart/mixed ] ++> [ multipart/signed ] ++> [ text/plain ] ++> + > Hello to all, + > + > I have just heard about Not Much today in some random Linux-related news +@@ -433,6 +437,8 @@ Adrian Perez de Castro writes: + > -- + > Adrian Perez de Castro + > Igalia - Free Software Engineering ++> [ signature.asc: application/pgp-signature ] ++> [ text/plain ] + > _______________________________________________ + > notmuch mailing list + > notmuch@notmuchmail.org +@@ -457,6 +463,9 @@ User-Agent: Notmuch/XXX Emacs/XXX + --text follows this line-- + Alex Botero-Lowry writes: + ++> [ multipart/mixed ] ++> [ multipart/alternative ] ++> [ text/plain ] + > I saw the announcement this morning, and was very excited, as I had been + > hoping sup would be turned into a library, + > since I like the concept more than the UI (I'd rather an emacs interface). +@@ -473,6 +482,8 @@ Alex Botero-Lowry writes: + > and http://mail-index.netbsd.org/pkgsrc-bugs/2006/06/07/msg016808.htmlspecifically + > uses 64 as the + > buffer size. ++> [ text/html (hidden) ] ++> [ 0001-Deal-with-situation-where-sysconf-_SC_GETPW_R_SIZE_M.patch: application/octet-stream (as text/x-diff) ] + > From e3bc4bbd7b9d0d086816ab5f8f2d6ffea1dd3ea4 Mon Sep 17 00:00:00 2001 + > From: Alexander Botero-Lowry + > Date: Tue, 17 Nov 2009 11:30:39 -0800 +@@ -505,6 +516,7 @@ Alex Botero-Lowry writes: + > -- + > 1.6.5.2 + > ++> [ text/plain ] + > _______________________________________________ + > notmuch mailing list + > notmuch@notmuchmail.org +-- +2.0.0.rc0 + -- 2.26.2