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 EE955431FCF for ; Sun, 20 Oct 2013 01:33:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, 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 j1KtiYJOpFXT for ; Sun, 20 Oct 2013 01:33:35 -0700 (PDT) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A7A2B431FCB for ; Sun, 20 Oct 2013 01:33:35 -0700 (PDT) Received: by mail-wg0-f43.google.com with SMTP id b13so5347340wgh.10 for ; Sun, 20 Oct 2013 01:33:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=L4ms4rlYfDlnJg4fbIvg4eSHWSttQukhbBdZ2g9jMSI=; b=iszqeRR2tbpK4VngUyyKMhF3z6rrsSVG4gmNw8FpGtjeICdCXVrbFRzQvgSq9Y6HDC 2jAWwoPHsZQf7X9g3VdeMKh9tNGcIuRRMPOqW/7Il7PGsI1YMhNMrjoxUzx7SiMvwRQq fIYm1Y5vE2mLgMOTS8sBq/IdSYd4/7PvkrXu6FYFJhOHhicLoWdLw0JYHfZquOEQNdbY YNu3O1rQI5V0o0Vx1k1LKNzCow/T337N+DKnWKWqqBWPqlrSOdCYfoFagebp37/Yc1TC FtmZM8uadVocolFxvxUi8AKfVITefhkI2MWDJdogu+6KQfL/P9K+G1Kkc1FsFqqU+oIF IRkA== X-Received: by 10.194.23.73 with SMTP id k9mr9407675wjf.24.1382257710538; Sun, 20 Oct 2013 01:28:30 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id e1sm43730167wij.6.2013.10.20.01.28.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 20 Oct 2013 01:28:30 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 4/5] test: add the emacs-pick test to the list of tests Date: Sun, 20 Oct 2013 09:28:18 +0100 Message-Id: <1382257699-29860-5-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com> References: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com> 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: Sun, 20 Oct 2013 08:33:42 -0000 --- test/notmuch-test | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/notmuch-test b/test/notmuch-test index aa28bb0..71198da 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -62,6 +62,7 @@ TESTS=" emacs-address-cleaning emacs-hello emacs-show + emacs-pick missing-headers hex-escaping parse-time-string -- 1.7.9.1