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 9D755431FAF for ; Tue, 28 Feb 2012 10:44:32 -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 cQQYgJhByQl9 for ; Tue, 28 Feb 2012 10:44:30 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 75457431FAE for ; Tue, 28 Feb 2012 10:44:30 -0800 (PST) Received: by werm13 with SMTP id m13so1485843wer.26 for ; Tue, 28 Feb 2012 10:44:29 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.85.105 as permitted sender) client-ip=10.180.85.105; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.85.105 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.85.105]) by 10.180.85.105 with SMTP id g9mr10373928wiz.12.1330454669309 (num_hops = 1); Tue, 28 Feb 2012 10:44:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.85.105 with SMTP id g9mr8244402wiz.12.1330454669195; Tue, 28 Feb 2012 10:44:29 -0800 (PST) Received: from localhost ([109.131.112.224]) by mx.google.com with ESMTPS id bg3sm30558336wib.10.2012.02.28.10.44.28 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Feb 2012 10:44:28 -0800 (PST) From: Pieter Praet To: Notmuch Mail Subject: [PATCH] doc: minor corrections in notmuch-config.1 Date: Tue, 28 Feb 2012 19:42:03 +0100 Message-Id: <1330454523-32613-1-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 X-Gm-Message-State: ALoCoQmoLL7BuYYbGNsxu89uVkF+redBtdMmOLZjBytuqDkhD3fqKAF00wWSynOH3IdCqgSDsMTJ 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 18:44:32 -0000 * 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') 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