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 B75B2431FAF for ; Sat, 4 Feb 2012 23:09:19 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 sCl4qika1paK for ; Sat, 4 Feb 2012 23:09:19 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2ADB3431FAE for ; Sat, 4 Feb 2012 23:09:19 -0800 (PST) Received: by bke11 with SMTP id 11so4648619bke.26 for ; Sat, 04 Feb 2012 23:09:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=75W2Y6RggqOfKW92ydoeEwEohnWHJk0Tw8SICJPMRIA=; b=Gwqsqq55FudktReZsBEaERjxo/k5Pkfq0OOK4GdaqlM8Ufee4wa4/I3Ho9X0lw1I8s knPvyM7T7ouk4lkTsJo6L5y86pbpjLlziVhf1xZsOn48Ez2nT1UOajKE6iWgFRX8XJ9R JbTw+dEUH0P5NpO8aseConpF9kXVbJdXgPJew= Received: by 10.204.129.71 with SMTP id n7mr6156785bks.91.1328425757805; Sat, 04 Feb 2012 23:09:17 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id o26sm32919982bko.14.2012.02.04.23.09.16 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Feb 2012 23:09:17 -0800 (PST) From: Dmitry Kurochkin To: David Bremner Subject: Re: [PATCH 1/2] test: auto load elisp tests file in test_emacs if available In-Reply-To: <1327808163-31483-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1327808163-31483-1-git-send-email-dmitry.kurochkin@gmail.com> User-Agent: Notmuch/0.11+139~gd9b7cab (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sun, 05 Feb 2012 11:08:01 +0400 Message-ID: <87fwepiwq6.fsf@gmail.com> 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: Sun, 05 Feb 2012 07:09:19 -0000 Hi David. I think this is a pretty simple change. And there is one +1 for it. So I am going to remove the needs-review tag, please add it back if you disagree. Regards, Dmitry