From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 45AC66DE0A9A for ; Sun, 31 Dec 2017 15:09:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.000] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oSWjmI__E991 for ; Sun, 31 Dec 2017 15:09:38 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 758636DE0173 for ; Sun, 31 Dec 2017 15:09:37 -0800 (PST) Received: from fifthhorseman.net (cpe-74-71-53-242.nyc.res.rr.com [74.71.53.242]) by che.mayfirst.org (Postfix) with ESMTPSA id D6B6CF99B for ; Sun, 31 Dec 2017 18:09:34 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id C422D20A09; Sun, 31 Dec 2017 18:09:30 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 6/6] NEWS: document notmuch-properties(7) Date: Sun, 31 Dec 2017 18:09:30 -0500 Message-Id: <20171231230930.450-6-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171231230930.450-1-dkg@fifthhorseman.net> References: <20171231230930.450-1-dkg@fifthhorseman.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 31 Dec 2017 23:09:39 -0000 --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 7b50afc0..47b62d73 100644 --- a/NEWS +++ b/NEWS @@ -131,6 +131,16 @@ User-facing changes with this notmuch release: * Only error for invalid diff lines in `tags/`, which allows for `README`s and similar in nmbug repositories. +Documentation +------------- + +New man page: notmuch-properties(7) + + This new page to the manual describes common conventions for how + properties are used by libnotmuch, the CLI, and associated programs. + External projects that use properties are encouraged to claim their + properties and conventions here to avoid collisions. + Notmuch 0.25.3 (2017-12-08) =========================== -- 2.15.1