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 82E19431FC7 for ; Sun, 20 Oct 2013 01:28:33 -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 DYAKb4RwKG1B for ; Sun, 20 Oct 2013 01:28:28 -0700 (PDT) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CFD54431FC9 for ; Sun, 20 Oct 2013 01:28:27 -0700 (PDT) Received: by mail-wg0-f42.google.com with SMTP id n12so3513849wgh.1 for ; Sun, 20 Oct 2013 01:28:26 -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=ZenGgiznjwQctuoPsFZInnTwGCLMKk6bG3D8Gd/Qu3g=; b=Zunp+W2ldLoghP6hLm3VJtukkKZmpjDCQKQAwpP3JkrKq4iDjpiyy5Vb0Q0z5KucJL jMypIOUyH6/jcm24elx61etvxTygib0lQ4WuaRc60VKkvRpeGbj9FMb34v3FVt7uRVxm IudebsGNwhOIEH1kUgO4qj57FM2oJ6swtq+gYAEHlYj6+8mLh7wQ0NrddxYNho8Yj8PZ RWLS2eW/w+VgjOTa+BIzzGZ2+NanWBdCINotFHecwzpyQM/abj4FRRvWEk9Odtd8REi5 CdZu3KyX5V6M1nHIh9ZWM9MI/UEFlAcOo25ujpCBc45x1GFFU/1ODh7fcFccPCiRQBoZ 7Bhw== X-Received: by 10.180.76.205 with SMTP id m13mr5503456wiw.10.1382257706700; Sun, 20 Oct 2013 01:28:26 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id fr4sm43743730wib.0.2013.10.20.01.28.25 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 20 Oct 2013 01:28:26 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 2/5] emacs: add pick to the Makefile Date: Sun, 20 Oct 2013 09:28:16 +0100 Message-Id: <1382257699-29860-3-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:28:33 -0000 --- emacs/Makefile.local | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/emacs/Makefile.local b/emacs/Makefile.local index a910aff..0b3099f 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -7,6 +7,7 @@ emacs_sources := \ $(dir)/notmuch.el \ $(dir)/notmuch-query.el \ $(dir)/notmuch-show.el \ + $(dir)/notmuch-pick.el \ $(dir)/notmuch-wash.el \ $(dir)/notmuch-hello.el \ $(dir)/notmuch-mua.el \ -- 1.7.9.1