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 0CEF8431FAF for ; Fri, 30 Mar 2012 16:15:53 -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 rVL4Kf5TMnX5 for ; Fri, 30 Mar 2012 16:15:52 -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 95752431FAE for ; Fri, 30 Mar 2012 16:15:52 -0700 (PDT) Received: by pbcuo1 with SMTP id uo1so2710512pbc.26 for ; Fri, 30 Mar 2012 16:15:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=psG/RgCDKaG8BHOoB1dwlBcY2rNb7YYUHVuqvFswfrk=; b=vM6dnxALjM6sARE9ZZG2UZ3BvgweCeXPr5k0ErUbsdIva241cJL/vya3RE4CyrFqQe 3/N60UL+9WQfJ3Y5+n5CNszAxoGqwYr1qWRpsYO3sUl6h9k/BhfDePe/0417+QdhD8/6 Vjl3/AQjcM/0SficqzQkW/SuPBA26MSGuR5Q/XgzKRdPHQwICzuSpeTLR248rruTCcpe 6Cax80Jk+MhOE8AP8hopnR796peZPcYIQ7laxxdJi1fDq20nmsmgjQ3JkfxDL158/TnX HtQAup3Qs95dTgwRrhf0X9FQEB683bv6tBb56qcf2DGbzmyOoliuYl6mE11vZa8Pp4eQ R3vg== Received: by 10.68.216.98 with SMTP id op2mr1148169pbc.93.1333149350577; Fri, 30 Mar 2012 16:15:50 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id p4sm8326999pbp.13.2012.03.30.16.15.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Mar 2012 16:15:49 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH v2] Add 'config list' command Date: Sat, 31 Mar 2012 10:15:45 +1100 Message-Id: <1333149350-22616-1-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: Fri, 30 Mar 2012 23:15:53 -0000 This version prints all config items and their values instead of just the keys of a single section.