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 2E06B431FC0 for ; Sat, 28 Apr 2012 18:26:27 -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 iPOWPHRgEFRu for ; Sat, 28 Apr 2012 18:26:26 -0700 (PDT) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AAB52431FAE for ; Sat, 28 Apr 2012 18:26:26 -0700 (PDT) Received: by pbbrr4 with SMTP id rr4so2771932pbb.26 for ; Sat, 28 Apr 2012 18:26:24 -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; bh=T6us/p3jHQDvpszw4IuLslUtz3G7HRtz369QH3Wx8Ic=; b=yUzDq39cm7h0S6G3Fr2YZjlwPS2gLbbuCvl+FgNn29zAjg0T0emoFAyn9RyaDdZHtH qeIkZXUpEjxKtY8JxPSCzVIZeiLTI8fU0bNpufBVnilyC4h6Lo2MWdudYSO+4Y4ykmlX lYe6pu0Qa6Rs92BmFbig2sgLvdLm5KSSD1N8Ez8hxHZc6I8pHE/FAZdhbfFOW2hragNw QjAzqPnPa0oU8HRnpcSRJ7bkP363bNpsCC75shIaP76SMIRRQnNeUA8X7UfHeE3Jd2aG oJkgc08I/g3Za0zpLvNJhUzOFbqgdrl3FMhU+IRHWiBBMXo+xaA53IPOcljRvLnoZL73 IihA== Received: by 10.68.230.40 with SMTP id sv8mr29907900pbc.124.1335662784828; Sat, 28 Apr 2012 18:26:24 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id wl7sm1750567pbc.42.2012.04.28.18.26.21 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 28 Apr 2012 18:26:23 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH] NEWS: add news item for 'config list' Date: Sun, 29 Apr 2012 11:26:10 +1000 Message-Id: <1335662770-6251-1-git-send-email-novalazy@gmail.com> X-Mailer: git-send-email 1.7.4.4 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: Sun, 29 Apr 2012 01:26:27 -0000 --- NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index a2cd080..4f36dff 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,11 @@ Raw show format changes encoded in the original message, including the part's headers. Leaf parts, as before, output the part's transfer-decoded body. +Listing configuration items + + The new "config list" command prints out all configuration items and + their values. + Emacs Interface --------------- -- 1.7.4.4