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 7914E429E35 for ; Tue, 17 Jan 2012 04:48:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 d18626hRNygC for ; Tue, 17 Jan 2012 04:48:06 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 33191429E2F for ; Tue, 17 Jan 2012 04:48:06 -0800 (PST) Received: from zancas.localnet (fctnnbsc36w-156034071197.pppoe-dynamic.High-Speed.nb.bellaliant.net [156.34.71.197]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id q0HCm1vY012954 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 17 Jan 2012 08:48:02 -0400 Received: from bremner by zancas.localnet with local (Exim 4.77) (envelope-from ) id 1Rn8SH-0000D1-18; Tue, 17 Jan 2012 08:48:01 -0400 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] Start devel directory for developer tools and documentation. Date: Tue, 17 Jan 2012 08:47:51 -0400 Message-Id: <1326804471-767-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.7.8.3 In-Reply-To: References: 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: Tue, 17 Jan 2012 12:48:08 -0000 From: David Bremner We had a lot of back and forth about the name of this directory, but nothing very conclusive. In the end, I just chose "devel" just to move on. --- RELEASING => devel/RELEASING | 0 TODO => devel/TODO | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename RELEASING => devel/RELEASING (100%) rename TODO => devel/TODO (100%) diff --git a/RELEASING b/devel/RELEASING similarity index 100% rename from RELEASING rename to devel/RELEASING diff --git a/TODO b/devel/TODO similarity index 100% rename from TODO rename to devel/TODO -- 1.7.8.3