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 0D21C431FC0 for ; Tue, 20 Mar 2012 15:34:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 UVefTTQFEuQC for ; Tue, 20 Mar 2012 15:34:46 -0700 (PDT) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 94974431FAE for ; Tue, 20 Mar 2012 15:34:46 -0700 (PDT) Received: by mail-pz0-f53.google.com with SMTP id y25so706824dad.26 for ; Tue, 20 Mar 2012 15:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=5bQS6USLLWHI1knHRoDmBnHShM1mDDe2nZ2BMSyVAKg=; b=N977wVWvpZ7va0MxaAOyyxDuOXtX97N9iHONckovegl71G0XNLIEf6+pk5Rrn/m4B2 Y3xI+6f3Z2hJ1P1t8z8sPH5UNgz6OoDeB7UxCXCJbreBE3/38oNhwaAPODqDhlv9K6rP KCt2dzQYjCfQauFjAwrvTZFhewEJioKRBr7dy6vh6X+MQEMUN9EWzr1KU0wWnw5Gup1O X5jdmbNLi3eJIK0j/liTikFUmxc/RzttBgTdOd5e5OO+WpCfufqJSM2Ps/sepXtK1jfI rnn25bHu0EM+cLAJ4TiQXY+aP1XAG4fWf6WvhNSLZfSITBq7Xtt/yu9TzmuMRpJY2xYg oThg== Received: by 10.68.203.65 with SMTP id ko1mr5350524pbc.3.1332282886359; Tue, 20 Mar 2012 15:34:46 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id w10sm2179510pbb.20.2012.03.20.15.34.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Mar 2012 15:34:45 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH 2/2] man: Document 'config list' command Date: Wed, 21 Mar 2012 09:31:38 +1100 Message-Id: <1332282698-7951-2-git-send-email-novalazy@gmail.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1332282698-7951-1-git-send-email-novalazy@gmail.com> References: <1332282698-7951-1-git-send-email-novalazy@gmail.com> 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: Tue, 20 Mar 2012 22:34:47 -0000 Document the 'config list' command and its output. --- man/man1/notmuch-config.1 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 index 395cb9c..b9f81a5 100644 --- a/man/man1/notmuch-config.1 +++ b/man/man1/notmuch-config.1 @@ -9,6 +9,9 @@ notmuch-config \- Access notmuch configuration file. .B notmuch config set .RI "<" section ">.<" item "> [" value " ...]" +.B notmuch config list +.RI "<" section "> + .SH DESCRIPTION The @@ -35,6 +38,15 @@ If no values are provided, the specified configuration item will be removed from the configuration file. .RE +.RS 4 +.TP 4 +.B list +The name of each configuration item in the specified section is +printed to stdout, without the section name prefix. Each is terminated +by a newline character. The output is empty if the section does not +exist. +.RE + The available configuration items are described below. .RS 4 -- 1.7.4.4