[RFC PATCH 0/6] cli/reply: refactoring part 2
[notmuch-archives.git] / 6f / 515fee9ad29d8155727ee3a64dd84b46c0e9e9
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 0D21C431FC0\r
6         for <notmuch@notmuchmail.org>; Tue, 20 Mar 2012 15:34:47 -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 UVefTTQFEuQC for <notmuch@notmuchmail.org>;\r
17         Tue, 20 Mar 2012 15:34:46 -0700 (PDT)\r
18 Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com\r
19         [209.85.210.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 94974431FAE\r
22         for <notmuch@notmuchmail.org>; Tue, 20 Mar 2012 15:34:46 -0700 (PDT)\r
23 Received: by mail-pz0-f53.google.com with SMTP id y25so706824dad.26\r
24         for <notmuch@notmuchmail.org>; Tue, 20 Mar 2012 15:34:46 -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=5bQS6USLLWHI1knHRoDmBnHShM1mDDe2nZ2BMSyVAKg=;\r
28         b=N977wVWvpZ7va0MxaAOyyxDuOXtX97N9iHONckovegl71G0XNLIEf6+pk5Rrn/m4B2\r
29         Y3xI+6f3Z2hJ1P1t8z8sPH5UNgz6OoDeB7UxCXCJbreBE3/38oNhwaAPODqDhlv9K6rP\r
30         KCt2dzQYjCfQauFjAwrvTZFhewEJioKRBr7dy6vh6X+MQEMUN9EWzr1KU0wWnw5Gup1O\r
31         X5jdmbNLi3eJIK0j/liTikFUmxc/RzttBgTdOd5e5OO+WpCfufqJSM2Ps/sepXtK1jfI\r
32         rnn25bHu0EM+cLAJ4TiQXY+aP1XAG4fWf6WvhNSLZfSITBq7Xtt/yu9TzmuMRpJY2xYg\r
33         oThg==\r
34 Received: by 10.68.203.65 with SMTP id ko1mr5350524pbc.3.1332282886359;\r
35         Tue, 20 Mar 2012 15:34:46 -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 w10sm2179510pbb.20.2012.03.20.15.34.43\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Tue, 20 Mar 2012 15:34:45 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 2/2] man: Document 'config list' command\r
44 Date: Wed, 21 Mar 2012 09:31:38 +1100\r
45 Message-Id: <1332282698-7951-2-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.4.4\r
47 In-Reply-To: <1332282698-7951-1-git-send-email-novalazy@gmail.com>\r
48 References: <1332282698-7951-1-git-send-email-novalazy@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Tue, 20 Mar 2012 22:34:47 -0000\r
62 \r
63 Document the 'config list' command and its output.\r
64 ---\r
65  man/man1/notmuch-config.1 |   12 ++++++++++++\r
66  1 files changed, 12 insertions(+), 0 deletions(-)\r
67 \r
68 diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1\r
69 index 395cb9c..b9f81a5 100644\r
70 --- a/man/man1/notmuch-config.1\r
71 +++ b/man/man1/notmuch-config.1\r
72 @@ -9,6 +9,9 @@ notmuch-config \- Access notmuch configuration file.\r
73  .B notmuch config set\r
74  .RI  "<" section ">.<" item "> [" value " ...]"\r
75  \r
76 +.B notmuch config list\r
77 +.RI  "<" section ">\r
78 +\r
79  .SH DESCRIPTION\r
80  \r
81  The\r
82 @@ -35,6 +38,15 @@ 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 +The name of each configuration item in the specified section is\r
90 +printed to stdout, without the section name prefix. Each is terminated\r
91 +by a newline character. The output is empty if the section does not\r
92 +exist.\r
93 +.RE\r
94 +\r
95  The available configuration items are described below.\r
96  \r
97  .RS 4\r
98 -- \r
99 1.7.4.4\r
100 \r