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 BD1E4431FB6 for ; Thu, 27 Jan 2011 01:18:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 4IxHQVTcTLy4 for ; Thu, 27 Jan 2011 01:18:17 -0800 (PST) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by olra.theworths.org (Postfix) with ESMTP id ED206431FB5 for ; Thu, 27 Jan 2011 01:18:16 -0800 (PST) Received: from [87.180.65.26] (helo=stokes.schwinge.homeip.net) by smtprelay02.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1PiNzZ-0001GL-Uc for notmuch@notmuchmail.org; Thu, 27 Jan 2011 10:18:14 +0100 Received: (qmail 2541 invoked from network); 27 Jan 2011 09:17:47 -0000 Received: from hsi-kbw-095-208-175-140.hsi5.kabel-badenwuerttemberg.de (95.208.175.140) by stokes.schwinge.homeip.net with QMQP; 27 Jan 2011 09:17:47 -0000 Received: (nullmailer pid 530 invoked by uid 1000); Thu, 27 Jan 2011 09:17:36 -0000 From: Thomas Schwinge To: notmuch@notmuchmail.org Subject: [PATCH] Clarify usage of `additional_headers' in test/test-lib.sh:generate_message. Date: Thu, 27 Jan 2011 02:17:21 -0700 Message-Id: <1296119841-496-1-git-send-email-thomas@schwinge.name> X-Mailer: git-send-email 1.7.1 X-Df-Sender: thomas@schwinge.name Cc: Thomas Schwinge 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: Thu, 27 Jan 2011 09:18:17 -0000 Signed-off-by: Thomas Schwinge --- test/test-lib.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index d179426..f536172 100755 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -351,8 +351,11 @@ ${additional_headers}" ${additional_headers}" fi + # Note that in the way we're setting it above and using it below, + # `additional_headers' will also serve as the header / body separator + # (empty line in between). -cat <"$gen_msg_filename" + cat <"$gen_msg_filename" From: ${template[from]} To: ${template[to]} Message-Id: <${gen_msg_id}> -- 1.7.1