Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 54 / b39363506eac59335784cc024c459105f9b00a
1 Return-Path: <novalazy@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9BA2E431FD4\r
6         for <notmuch@notmuchmail.org>; Thu,  5 Apr 2012 18:49:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 2FtI9C0V4ZgA for <notmuch@notmuchmail.org>;\r
17         Thu,  5 Apr 2012 18:49:12 -0700 (PDT)\r
18 Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com\r
19         [209.85.160.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 0E558431FC3\r
22         for <notmuch@notmuchmail.org>; Thu,  5 Apr 2012 18:49:11 -0700 (PDT)\r
23 Received: by pbcuo1 with SMTP id uo1so2419274pbc.26\r
24         for <notmuch@notmuchmail.org>; Thu, 05 Apr 2012 18:49:11 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=CBOxJ3LYn4/KmkAhO0u2aUAh04Fyp25qol9NddmPVd0=;\r
28         b=wu3Qk3s52voFAO2Xx/V7BVjtQUgO+6Soyh0HcQiiXlWNG54bxb9JWbVV3gWHCsRkpb\r
29         xeKPodci443uCuTqGHa8oCBJGYC3MABARUVP42tYGlEclKpb0yH9A+63QCwWyLfE7kyL\r
30         Hkx0PULLB1SUFxTlzisQu/Kx/bBqTkmd5kEDBPoCmHn4IAY62YYfhk/mKBVasliTlVX2\r
31         9XXeLpTRL7v+Ud3h0ru+kyQxUWpd5XolzN99vSNYUFXIrUA7+2lAJnYVIm/tbanjcCBf\r
32         6eDS4/A/M4Z/i3VnyzvOkoX2jqVdjYOd6WgpADgCuKiIQ0fIoIh7e06QjBvn7FU2rwRv\r
33         VuPA==\r
34 Received: by 10.68.218.228 with SMTP id pj4mr9404893pbc.167.1333676951314;\r
35         Thu, 05 Apr 2012 18:49:11 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id o7sm4791362pbq.8.2012.04.05.18.49.08\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 05 Apr 2012 18:49:10 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 5/5] man: Document 'config list' command\r
44 Date: Fri,  6 Apr 2012 11:48:06 +1000\r
45 Message-Id: <1333676886-9835-6-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.4.4\r
47 In-Reply-To: <1333676886-9835-1-git-send-email-novalazy@gmail.com>\r
48 References: <1332282698-7951-1-git-send-email-novalazy@gmail.com>\r
49         <1333676886-9835-1-git-send-email-novalazy@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Fri, 06 Apr 2012 01:49:12 -0000\r
63 \r
64 Document the 'config list' command and its output.\r
65 ---\r
66  man/man1/notmuch-config.1 |   14 ++++++++++++++\r
67  1 files changed, 14 insertions(+), 0 deletions(-)\r
68 \r
69 diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1\r
70 index 395cb9c..a55dbef 100644\r
71 --- a/man/man1/notmuch-config.1\r
72 +++ b/man/man1/notmuch-config.1\r
73 @@ -9,6 +9,8 @@ notmuch-config \- Access notmuch configuration file.\r
74  .B notmuch config set\r
75  .RI  "<" section ">.<" item "> [" value " ...]"\r
76  \r
77 +.B notmuch config list\r
78 +\r
79  .SH DESCRIPTION\r
80  \r
81  The\r
82 @@ -35,6 +37,18 @@ If no values are provided, the specified configuration item will be\r
83  removed from the configuration file.\r
84  .RE\r
85  \r
86 +.RS 4\r
87 +.TP 4\r
88 +.B list\r
89 +Every configuration item is printed to stdout, each on a separate line\r
90 +of the form:\r
91 +\r
92 +.RI  "" section "." item "=" value\r
93 +\r
94 +No additional whitespace surrounds the dot or equals sign characters. In a\r
95 +multiple-value item (a list), the values are separated by semicolon characters.\r
96 +.RE\r
97 +\r
98  The available configuration items are described below.\r
99  \r
100  .RS 4\r
101 -- \r
102 1.7.4.4\r
103 \r