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 4F118431FAF for ; Wed, 18 Jan 2012 12:56:51 -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 K397P-LrCdle for ; Wed, 18 Jan 2012 12:56:51 -0800 (PST) Received: from dmz-mailsec-scanner-7.mit.edu (DMZ-MAILSEC-SCANNER-7.MIT.EDU [18.7.68.36]) by olra.theworths.org (Postfix) with ESMTP id CF376431FAE for ; Wed, 18 Jan 2012 12:56:50 -0800 (PST) X-AuditID: 12074424-b7fae6d000000906-eb-4f173212ce58 Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-7.mit.edu (Symantec Messaging Gateway) with SMTP id F2.D3.02310.212371F4; Wed, 18 Jan 2012 15:56:50 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id q0IKuoqD014550; Wed, 18 Jan 2012 15:56:50 -0500 Received: from drake.mit.edu (26-4-166.dynamic.csail.mit.edu [18.26.4.166]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q0IKumZn000505 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 18 Jan 2012 15:56:49 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1RncYr-00089d-03; Wed, 18 Jan 2012 15:56:49 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] config: Better formatting for search section comment Date: Wed, 18 Jan 2012 15:56:45 -0500 Message-Id: <1326920205-31296-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprBIsWRmVeSWpSXmKPExsUixCmqrStkJO5vsP+6lMX1mzOZHRg9nq26 xRzAGMVlk5Kak1mWWqRvl8CVsW2uYsFd9or/604wNjC2sXUxcnBICJhIPDjJ2MXICWSKSVy4 t54NxBYS2Mco0bKLr4uRC8jewCjxePs0RgjnOJPE2knfWSGc+YwSC+/tZwZpYRPQkNi2fznY KBEBaYmdd2ezgmxgFlCT+NOlAhIWFnCVWHNmBVgJi4CqxOWmC0wgNq+Ag8SWhrVsEFcoSJxb fY59AiPvAkaGVYyyKblVurmJmTnFqcm6xcmJeXmpRbrmermZJXqpKaWbGEEBwO6isoOx+ZDS IUYBDkYlHt4IEXF/IdbEsuLK3EOMkhxMSqK8M7WBQnxJ+SmVGYnFGfFFpTmpxYcYJTiYlUR4 v/AB5XhTEiurUovyYVLSHCxK4rwaWu/8hATSE0tSs1NTC1KLYLIyHBxKEryiBkCNgkWp6akV aZk5JQhpJg5OkOE8QMMrDEGGFxck5hZnpkPkTzEqSonzngBJCIAkMkrz4HphEfqKURzoFWFe B5AqHmB0w3W/AhrMBDTYo0kMZHBJIkJKqoHR8snBNy+kL21a63Dbh2u5wNHkgpwZKv/Exbrt JMpO3Pl+8tXpqVXKrRGZlpsWNEz9F79h4yn9F0KnN0qsPxbKvNj92cI3Kf+jdh3JXftG2Uo1 6PDEpmtV8n97wz3SZhQyrVM6YH9N3frw/HbNg4eqZe63LxAVS5VSq9oztV5jbXPZn8cX4gXt lFiKMxINtZiLihMBhBiG6KsCAAA= 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: Wed, 18 Jan 2012 20:56:51 -0000 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