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 CD32D429E21 for ; Mon, 3 Oct 2011 07:27:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[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 hHI90y2rbkKk for ; Mon, 3 Oct 2011 07:27:32 -0700 (PDT) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AE4C6431FB6 for ; Mon, 3 Oct 2011 07:27:32 -0700 (PDT) Received: from convex-new.cs.unb.ca ([131.202.13.154]) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p93ERQIN012014; Mon, 3 Oct 2011 11:27:27 -0300 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1RAjUM-00019T-QD; Mon, 03 Oct 2011 11:27:26 -0300 From: David Bremner To: Thomas Jost , Dmitry Kurochkin Subject: Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part In-Reply-To: <8739fackqf.fsf@thor.loria.fr> References: <1309744743-8556-1-git-send-email-dmitry.kurochkin@gmail.com> <1309744743-8556-3-git-send-email-dmitry.kurochkin@gmail.com> <87zkhrlg8z.fsf@zancas.localnet> <874nzz2p3f.fsf@gmail.com> <87d3ehylon.fsf@zancas.localnet> <87hb3s414e.fsf@gmail.com> <8739fackqf.fsf@thor.loria.fr> User-Agent: Notmuch/0.9~rc1 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 03 Oct 2011 11:27:26 -0300 Message-ID: <871uuuywtt.fsf@convex-new.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.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, 03 Oct 2011 14:27:36 -0000 On Mon, 03 Oct 2011 14:39:36 +0200, Thomas Jost wrote: Non-text part: multipart/signed > > About adding prereqs to the test suite -- in my private branch I have a > rebased and fixed version of the patch series sent by Pieter Praet [1]. > It worked fine last time I tested it on a system without screen and in a > chroot without emacs/gpg/screen, so if anyone is interested I can post > it here. (Cc'ing Pieter) > Yes please, rebased against current master (which already has the gdb pre-reqs). I think we should add prereqs first, then screen based tests. David.