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 715D0429E21 for ; Tue, 15 Nov 2011 19:13:50 -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 2Xqw8Qf2JwrF for ; Tue, 15 Nov 2011 19:13:50 -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 DC598431FB6 for ; Tue, 15 Nov 2011 19:13:49 -0800 (PST) Received: from zancas.localnet (fctnnbsc36w-156034074106.pppoe-dynamic.High-Speed.nb.bellaliant.net [156.34.74.106]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAG3Dj9g017582 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 15 Nov 2011 23:13:45 -0400 Received: from bremner by zancas.localnet with local (Exim 4.77) (envelope-from ) id 1RQVwX-0005tB-0O; Tue, 15 Nov 2011 23:13:45 -0400 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: discuss contrib and nmbug Date: Tue, 15 Nov 2011 23:13:29 -0400 Message-Id: <1321413209-22605-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <87zkfwn4lm.fsf@zancas.localnet> References: <87zkfwn4lm.fsf@zancas.localnet> 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: Wed, 16 Nov 2011 03:13:50 -0000 From: David Bremner I mention the possibility of a seperate license here because currently notmuch-deliver is licensed GPL v2 only. --- NEWS | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 7bd9987..98e07eb 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,20 @@ Search avoids opening and parsing message files notmuch new notmuch restore notmuch.dump +New collection of add-on tools +------------------------------ + +The source directory "contrib" contains tools built on notmuch. These +tools are not part of notmuch, and you should check their individual +licenses. Feel free to report problems with them to the notmuch +mailing list. + +nmbug - share tags with a given prefix + + nmbug helps maintain a git repo containing all tags with a given + prefix (by default "notmuch::"). Tags can be shared by commiting + them to git in one location and restoring in another. + Notmuch 0.9 (2011-10-01) ======================== -- 1.7.7.1