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 CB495431FAF for ; Tue, 28 Feb 2012 10:45:59 -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 O29zEzY-Go6C for ; Tue, 28 Feb 2012 10:45:59 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 26F2A431FAE for ; Tue, 28 Feb 2012 10:45:59 -0800 (PST) Received: by wgbdt14 with SMTP id dt14so1931671wgb.2 for ; Tue, 28 Feb 2012 10:45:58 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.95.34 as permitted sender) client-ip=10.180.95.34; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.95.34 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.95.34]) by 10.180.95.34 with SMTP id dh2mr24765103wib.15.1330454758013 (num_hops = 1); Tue, 28 Feb 2012 10:45:58 -0800 (PST) Received: by 10.180.95.34 with SMTP id dh2mr19587806wib.15.1330454757922; Tue, 28 Feb 2012 10:45:57 -0800 (PST) Received: from localhost ([109.131.112.224]) by mx.google.com with ESMTPS id fl2sm74563397wib.4.2012.02.28.10.45.56 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Feb 2012 10:45:57 -0800 (PST) From: Pieter Praet To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH] man: document the notmuch configuration settings in notmuch-config(1) In-Reply-To: <1330208621-7462-1-git-send-email-jani@nikula.org> References: <1330208621-7462-1-git-send-email-jani@nikula.org> User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Tue, 28 Feb 2012 19:43:34 +0100 Message-ID: <87ehteol2h.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQneQoF78c1TUBf3B+FRV0hTzjE0HVBO4i9+cwJ75d9uCX4/jbhct72ogVaM/dhLNJvoPPaj 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:45:59 -0000 On Sun, 26 Feb 2012 00:23:41 +0200, Jani Nikula wrote: > At the risk of duplication between the man page and the configuration > file generated by default, document the notmuch configuration options > in the notmuch config man page. > > Existing users of notmuch should not be expected to re-generate their > config file in order to get access to the documentation for new > configuration options. > > Include some minor fixes and cleanups while at it. > --- Nice! Minor correction: the config option to exclude tags from search results is called 'search.exclude_tags' instead of 'search.exclude'. Patch available [1]. Peace -- Pieter [1] id:"1330454523-32613-1-git-send-email-pieter@praet.org"