Re: notmuch-emacs should correctly handle signature status on reply
[notmuch-archives.git] / a7 / 1d3a7f2059c61bbd22fc44fc4561cc0763abe7
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 0CEF8431FAF\r
6         for <notmuch@notmuchmail.org>; Fri, 30 Mar 2012 16:15:53 -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 rVL4Kf5TMnX5 for <notmuch@notmuchmail.org>;\r
17         Fri, 30 Mar 2012 16:15:52 -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 95752431FAE\r
22         for <notmuch@notmuchmail.org>; Fri, 30 Mar 2012 16:15:52 -0700 (PDT)\r
23 Received: by pbcuo1 with SMTP id uo1so2710512pbc.26\r
24         for <notmuch@notmuchmail.org>; Fri, 30 Mar 2012 16:15:50 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=psG/RgCDKaG8BHOoB1dwlBcY2rNb7YYUHVuqvFswfrk=;\r
28         b=vM6dnxALjM6sARE9ZZG2UZ3BvgweCeXPr5k0ErUbsdIva241cJL/vya3RE4CyrFqQe\r
29         3/N60UL+9WQfJ3Y5+n5CNszAxoGqwYr1qWRpsYO3sUl6h9k/BhfDePe/0417+QdhD8/6\r
30         Vjl3/AQjcM/0SficqzQkW/SuPBA26MSGuR5Q/XgzKRdPHQwICzuSpeTLR248rruTCcpe\r
31         6Cax80Jk+MhOE8AP8hopnR796peZPcYIQ7laxxdJi1fDq20nmsmgjQ3JkfxDL158/TnX\r
32         HtQAup3Qs95dTgwRrhf0X9FQEB683bv6tBb56qcf2DGbzmyOoliuYl6mE11vZa8Pp4eQ\r
33         R3vg==\r
34 Received: by 10.68.216.98 with SMTP id op2mr1148169pbc.93.1333149350577;\r
35         Fri, 30 Mar 2012 16:15:50 -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 p4sm8326999pbp.13.2012.03.30.16.15.47\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Fri, 30 Mar 2012 16:15:49 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2] Add 'config list' command\r
44 Date: Sat, 31 Mar 2012 10:15:45 +1100\r
45 Message-Id: <1333149350-22616-1-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: Fri, 30 Mar 2012 23:15:53 -0000\r
62 \r
63 This version prints all config items and their values\r
64 instead of just the keys of a single section.\r
65 \r