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 9B233431FB6 for ; Thu, 27 Jan 2011 03:32:45 -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=[none] 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 ynXT-at6Y-h2 for ; Thu, 27 Jan 2011 03:32:45 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 2871A431FB5 for ; Thu, 27 Jan 2011 03:32:45 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 7AE7C3CFE73; Thu, 27 Jan 2011 12:32:44 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id wqUuWXB5HDeF; Thu, 27 Jan 2011 12:32:42 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id E6CE53CFE71; Thu, 27 Jan 2011 12:32:42 +0100 (CET) Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id E2ECF15C06F; Thu, 27 Jan 2011 12:32:42 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PiQ5i-0002Sr-P6; Thu, 27 Jan 2011 12:32:42 +0100 From: Michal Sojka To: Thomas Schwinge , notmuch@notmuchmail.org Subject: Re: [PATCH] Clarify usage of `additional_headers' in test/test-lib.sh:generate_message. In-Reply-To: <1296119841-496-1-git-send-email-thomas@schwinge.name> References: <1296119841-496-1-git-send-email-thomas@schwinge.name> User-Agent: Notmuch/0.5-87-g9705d00 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Thu, 27 Jan 2011 12:32:42 +0100 Message-ID: <87wrlq7fad.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 11:32:45 -0000 On Thu, 27 Jan 2011, Thomas Schwinge wrote: > 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). Yes, this will definitely help the future readers of this code. Thanks. -Michal