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 DE4DB431FAF for ; Thu, 19 Jan 2012 13:16:27 -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 OaG6rXScU-lp for ; Thu, 19 Jan 2012 13:16:27 -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 3CF04431FAE for ; Thu, 19 Jan 2012 13:16:27 -0800 (PST) Received: by wgbdt12 with SMTP id dt12so395549wgb.2 for ; Thu, 19 Jan 2012 13:16:24 -0800 (PST) Received: by 10.180.24.105 with SMTP id t9mr47056386wif.19.1327007784833; Thu, 19 Jan 2012 13:16:24 -0800 (PST) Received: from localhost ([109.131.97.13]) by mx.google.com with ESMTPS id g12sm1886220wiw.10.2012.01.19.13.16.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 13:16:24 -0800 (PST) From: Pieter Praet To: Austin Clements Subject: Re: [PATCH 1/4] search: rename auto_exclude_tags to {search, }exclude_tags In-Reply-To: <20120119194115.GO16740@mit.edu> References: <1326586654-16840-3-git-send-email-amdragon@mit.edu> <1327000744-25463-1-git-send-email-pieter@praet.org> <1327000744-25463-2-git-send-email-pieter@praet.org> <20120119194115.GO16740@mit.edu> User-Agent: Notmuch/0.11+99~gab86e73 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Thu, 19 Jan 2012 22:14:33 +0100 Message-ID: <87bopzo0na.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Notmuch Mail 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: Thu, 19 Jan 2012 21:16:28 -0000 On Thu, 19 Jan 2012 14:41:15 -0500, Austin Clements wrote: > Quoth Pieter Praet on Jan 19 at 8:19 pm: > > All other config-related functions and args include the section > > title in their name, so for the sake of consistency, mirror that. > > > > Also, the "auto"matic part is a given, so that was dropped. > > LGTM other than one nit, below. > > > --- a/notmuch-config.c > > +++ b/notmuch-config.c > > @@ -89,9 +89,9 @@ static const char search_config_comment[] = > > "\n" > > " The following option is supported here:\n" > > "\n" > > - "\tauto_exclude_tags A ;-separated list of tags that will be\n" > > - "\t excluded from search results by default. Using an excluded tag\n" > > - "\t in a query will override that exclusion.\n"; > > + "\texclude_tags A list (separated by ';') of the tags that will be\n" > > + "\t\texcluded from search results by default. Using an excluded tag in a\n" > > + "\t\tquery will override that exclusion.\n"; > > I'd propose that any tag whose name is more than seven characters long > should have its description start under it, indented by a tab, like I > did in id:"1326920205-31296-1-git-send-email-amdragon@mit.edu". That > looks nice and keeps the description indented consistently without > ridiculous amounts of negative space and narrow wrapping. Oh, nice. Looks like I should first work down to inbox zero (still got a looong way to go :/...) before submitting patches. I'll wait for yours to be pushed before resubmitting this series. Peace -- Pieter