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 562F1431FD0 for ; Tue, 1 Nov 2011 12:58:44 -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 8-9m6-j4ng84 for ; Tue, 1 Nov 2011 12:58:43 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B1A01431FB6 for ; Tue, 1 Nov 2011 12:58:43 -0700 (PDT) Received: by wyg8 with SMTP id 8so2020654wyg.26 for ; Tue, 01 Nov 2011 12:58:42 -0700 (PDT) Received: by 10.227.206.147 with SMTP id fu19mr1266484wbb.22.1320177522248; Tue, 01 Nov 2011 12:58:42 -0700 (PDT) Received: from localhost ([109.131.187.47]) by mx.google.com with ESMTPS id fr4sm132858wbb.0.2011.11.01.12.58.41 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Nov 2011 12:58:41 -0700 (PDT) From: Pieter Praet To: Thomas Jost , notmuch@notmuchmail.org Subject: Re: [PATCH 04/13] test: add 'Emacs' prereq to dependent 'emacs' tests In-Reply-To: <1317660447-27520-5-git-send-email-schnouki@schnouki.net> References: <1317660447-27520-1-git-send-email-schnouki@schnouki.net> <1317660447-27520-5-git-send-email-schnouki@schnouki.net> User-Agent: Notmuch/0.9+33~gadde72d (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Tue, 01 Nov 2011 20:57:59 +0100 Message-ID: <87fwi7obso.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Tue, 01 Nov 2011 19:58:44 -0000 On Mon, 3 Oct 2011 18:47:18 +0200, Thomas Jost wrote: > [...] Nice catches @ - "Sending a message via (fake) SMTP" - "Hiding message following HTML part" (though I think the latter test wasn't there yet when I submitted my patch series) New "issues": - The SCREEN prereq would preferrably be added in a separate commit. - @ "Verify that sent messages are saved/searchable (via FCC)": This doesn't need an EMACS prereq. - @ "Reply within emacs": `sed' will want to treat "EMACS" as an input file, so I think you meant to do this: test_have_prereq EMACS \ && sed -i -e 's/^In-Reply-To: <.*>$/In-Reply-To: /' OUTPUT Peace -- Pieter