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 387D0429E2E for ; Wed, 8 Jun 2011 12:30:19 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.921 X-Spam-Level: X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5 tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3] 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 Ggu4nxxvO6ko for ; Wed, 8 Jun 2011 12:30:18 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 8DB0B429E2A for ; Wed, 8 Jun 2011 12:30:17 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id ABA743281A1; Wed, 8 Jun 2011 12:23:02 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from servo.finestructure.net (gwave-108.ligo.caltech.edu [131.215.114.108]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 8D1E83281A7; Wed, 8 Jun 2011 12:22:58 -0700 (PDT) Received: by servo.finestructure.net (Postfix, from userid 1000) id E92AA6F6; Wed, 8 Jun 2011 12:30:12 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH 3/4] test: test for absence of "Non-text part: application/pgp-*" lines in reply Date: Wed, 8 Jun 2011 12:30:08 -0700 Message-Id: <1307561409-5646-4-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.5.3 In-Reply-To: <1307561409-5646-3-git-send-email-jrollins@finestructure.net> References: <1307320169-29905-4-git-send-email-jrollins@finestructure.net> <1307561409-5646-1-git-send-email-jrollins@finestructure.net> <1307561409-5646-2-git-send-email-jrollins@finestructure.net> <1307561409-5646-3-git-send-email-jrollins@finestructure.net> 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: Wed, 08 Jun 2011 19:30:19 -0000 In reply, the quoted text does not need to mention that the original message had "application/pgp-signed" or "application/pgp-encrypted" parts. --- test/crypto | 2 -- test/multipart | 1 - 2 files changed, 0 insertions(+), 3 deletions(-) diff --git a/test/crypto b/test/crypto index 8e92016..cf096c0 100755 --- a/test/crypto +++ b/test/crypto @@ -310,8 +310,6 @@ expected='From: Notmuch Test Suite Subject: Re: test encrypted message 002 On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite wrote: -Non-text part: multipart/encrypted -Non-text part: application/pgp-encrypted > This is another test encrypted message.' test_expect_equal \ "$output" \ diff --git a/test/multipart b/test/multipart index c7431cc..e333a67 100755 --- a/test/multipart +++ b/test/multipart @@ -589,7 +589,6 @@ Non-text part: text/html > And this message is signed. > > -Carl -Non-text part: application/pgp-signature EOF test_expect_equal_file OUTPUT EXPECTED -- 1.7.5.3