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 A5C19429E3F for ; Tue, 29 Oct 2013 15:55:59 -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 pW0G0gJAj5Yg for ; Tue, 29 Oct 2013 15:55:55 -0700 (PDT) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E342D431FC4 for ; Tue, 29 Oct 2013 15:55:50 -0700 (PDT) Received: by mail-we0-f178.google.com with SMTP id q59so535800wes.37 for ; Tue, 29 Oct 2013 15:55:49 -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=K90y8Gyx80aBJZQLPpqT0izo3V+CZfUKMKNKYj67E58=; b=Xo2/vLOmqCCD3DCFYM/epn9afPWTG8cu8HXAuNQ3CQS+DC79ob9eyNUP00cw6TzAWi LEOskxJqf1ughRmmwLEAMUIfsx1VZnq2twY2ihX7RNEXwvEggBJFnQ+Co4Ob7wfQNTPS lNkNM5/OhTx8U1Z1BdJZzB+AcF0QGNFvrIYmysNIzSapFFOHNyXtfgJOCzBYhAhhx05h 23VRiXPlHiAvTuMKreJMWtUXtLCj5iUmysIgWmYW8gd5yk7EyRtDp4B0uPeniG7QAIwk veV8GrvqNXFffp3OnLBEmqjpL4/a+VdsaM9EPOS8DtgI0D3e0XtCVQbErGwvqTkBGFDT JSNg== X-Received: by 10.194.93.3 with SMTP id cq3mr1863735wjb.26.1383087349842; Tue, 29 Oct 2013 15:55:49 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id j3sm9505088wie.2.2013.10.29.15.55.49 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 29 Oct 2013 15:55:49 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 04/11] emacs: add tree to the makefile Date: Tue, 29 Oct 2013 22:55:31 +0000 Message-Id: <1383087338-10220-5-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com> References: <1383087338-10220-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: Tue, 29 Oct 2013 22:55:59 -0000 --- emacs/Makefile.local | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/emacs/Makefile.local b/emacs/Makefile.local index a910aff..92467a3 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-tree.el \ $(dir)/notmuch-wash.el \ $(dir)/notmuch-hello.el \ $(dir)/notmuch-mua.el \ -- 1.7.9.1