From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D79F6431FAF for ; Tue, 28 Feb 2012 11:33:30 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 aZESBnUAq4pr for ; Tue, 28 Feb 2012 11:33:30 -0800 (PST) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 090D9431FAE for ; Tue, 28 Feb 2012 11:33:29 -0800 (PST) Received: by lahc1 with SMTP id c1so838548lah.26 for ; Tue, 28 Feb 2012 11:33:28 -0800 (PST) Received-SPF: pass (google.com: domain of jani@nikula.org designates 10.152.135.198 as permitted sender) client-ip=10.152.135.198; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jani@nikula.org designates 10.152.135.198 as permitted sender) smtp.mail=jani@nikula.org Received: from mr.google.com ([10.152.135.198]) by 10.152.135.198 with SMTP id pu6mr8025488lab.46.1330457608379 (num_hops = 1); Tue, 28 Feb 2012 11:33:28 -0800 (PST) Received: by 10.152.135.198 with SMTP id pu6mr6627527lab.46.1330457608258; Tue, 28 Feb 2012 11:33:28 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi. [84.248.80.253]) by mx.google.com with ESMTPS id s6sm22877342lbl.12.2012.02.28.11.33.26 (version=SSLv3 cipher=OTHER); Tue, 28 Feb 2012 11:33:27 -0800 (PST) From: Jani Nikula To: Pieter Praet , Notmuch Mail Subject: Re: [PATCH] doc: minor corrections in notmuch-config.1 In-Reply-To: <1330454523-32613-1-git-send-email-pieter@praet.org> References: <1330454523-32613-1-git-send-email-pieter@praet.org> User-Agent: Notmuch/0.11.1+206~gc02a53f (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Tue, 28 Feb 2012 21:33:24 +0200 Message-ID: <87zkc2lpmj.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQktZtx6tXKejIhYJTjic6JnWORZFMPojQWFmDku+BoHaNeiOXn+iaKR/xlylmp7gEUkj3q+ 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, 28 Feb 2012 19:33:31 -0000 On Tue, 28 Feb 2012 19:42:03 +0100, Pieter Praet wrote: > * man/man1/notmuch-config.1 > > - SYNOPSIS: > Remove spaces in 'section.item' arg, and indicate that > `notmuch config set' accepts multiple value args. > > - DESCRIPTION: > Correct config option to exclude tags from search results. > ('search.exclude_tags' instead of 'search.exclude') Oops, good catch. And thanks for showing that there was at least someone who read the patch/man. :) Jani. > > Also see commit bb8ab4c8. > --- > > See my reply to id:"1330208621-7462-1-git-send-email-jani@nikula.org". > > man/man1/notmuch-config.1 | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 > index 0260eb7..3d69cc6 100644 > --- a/man/man1/notmuch-config.1 > +++ b/man/man1/notmuch-config.1 > @@ -4,10 +4,10 @@ notmuch-config \- Access notmuch configuration file. > .SH SYNOPSIS > > .B notmuch config get > -.RI "<" section "> . <" item ">" > +.RI "<" section ">.<" item ">" > > .B notmuch config set > -.RI "<" section "> . <" item "> [" value "]" > +.RI "<" section ">.<" item "> [" value " ...]" > > .SH DESCRIPTION > > @@ -85,7 +85,7 @@ directory hierarchy. > > .RS 4 > .TP 4 > -.B search.exclude > +.B search.exclude_tags > A list of tags that will be excluded from search results by > default. Using an excluded tag in a query will override that > exclusion. > -- > 1.7.8.1