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 5B69C431FAE for ; Thu, 19 Jan 2012 13:16:49 -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 ZpmRmlFLXwzy for ; Thu, 19 Jan 2012 13:16:48 -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 AA8F3431FAF for ; Thu, 19 Jan 2012 13:16:48 -0800 (PST) Received: by mail-ww0-f45.google.com with SMTP id dt12so395549wgb.2 for ; Thu, 19 Jan 2012 13:16:48 -0800 (PST) Received: by 10.180.19.130 with SMTP id f2mr41911634wie.12.1327007808432; Thu, 19 Jan 2012 13:16:48 -0800 (PST) Received: from localhost ([109.131.97.13]) by mx.google.com with ESMTPS id q7sm30179530wix.5.2012.01.19.13.16.47 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 13:16:47 -0800 (PST) From: Pieter Praet To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH] config: Better formatting for search section comment In-Reply-To: <1326920205-31296-1-git-send-email-amdragon@mit.edu> References: <1326920205-31296-1-git-send-email-amdragon@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:15:02 +0100 Message-ID: <878vl3o0mh.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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:49 -0000 On Wed, 18 Jan 2012 15:56:45 -0500, Austin Clements wrote: > Since "auto_exclude_tags" is long and its description is multi-line, > start the description on the next line and indent it consistently. > --- > notmuch-config.c | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/notmuch-config.c b/notmuch-config.c > index 3d4d5b9..8dcfe86 100644 > --- a/notmuch-config.c > +++ b/notmuch-config.c > @@ -89,9 +89,10 @@ 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"; > + "\tauto_exclude_tags\n" > + "\t\tA ;-separated list of tags that will be excluded from\n" > + "\t\tsearch results by default. Using an excluded tag in a\n" > + "\t\tquery will override that exclusion.\n"; > > struct _notmuch_config { > char *filename; > -- > 1.7.7.3 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch +1 Peace -- Pieter