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 ADF2D431FB6 for ; Sat, 7 Jul 2012 12:36:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 80QLu3xsPfPa for ; Sat, 7 Jul 2012 12:36:07 -0700 (PDT) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 04F06431FAE for ; Sat, 7 Jul 2012 12:36:06 -0700 (PDT) Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1SnanT-0003RV-PO; Sat, 07 Jul 2012 16:36:03 -0300 Received: (nullmailer pid 15380 invoked by uid 1000); Sat, 07 Jul 2012 19:35:58 -0000 From: david@tethera.net To: notmuch@notmuchmail.org Subject: [PATCH 1/2] contrib/nmbug: make nmbug a subdirectory Date: Sat, 7 Jul 2012 13:35:53 -0600 Message-Id: <1341689754-15243-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.7.10 Cc: David Bremner 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: Sat, 07 Jul 2012 19:36:07 -0000 From: David Bremner I want to ship the status tool here as well, along with a sample config file. --- contrib/{ => nmbug}/nmbug | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contrib/{ => nmbug}/nmbug (100%) diff --git a/contrib/nmbug b/contrib/nmbug/nmbug similarity index 100% rename from contrib/nmbug rename to contrib/nmbug/nmbug -- 1.7.10