Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 7a / 037c02c374e379fabf49afa37c20f29b97cc57
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 6E9AC431FB6\r
6         for <notmuch@notmuchmail.org>; Thu,  5 Apr 2012 18:48:36 -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 ear6HSaUi9PJ for <notmuch@notmuchmail.org>;\r
17         Thu,  5 Apr 2012 18:48:36 -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 00B30431FAE\r
22         for <notmuch@notmuchmail.org>; Thu,  5 Apr 2012 18:48:35 -0700 (PDT)\r
23 Received: by pbcuo1 with SMTP id uo1so2418745pbc.26\r
24         for <notmuch@notmuchmail.org>; Thu, 05 Apr 2012 18:48:34 -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=DxsIxyyPrOTLqrs0DsGhDkVWaDK0yxW7CvwvHHPb9Js=;\r
28         b=TBSYxFloxxs84GGKAwj014+VLbnLzyWtjQIqHT6xW9q0TmgHqzg3hUxzv3dTw/0sDZ\r
29         9RSBKDoiPfNvX9v12K3IZCTdN53hM3VyfRhxdfHl3oHOt/k4Pk/Fsno4f0JkQYlyp/UV\r
30         N2Y18LEpPT4i5V3R5Ri09T8WxvziszpzvOGIfQPflZimmYLSGMZcyxFW7uhGDH8oa5wE\r
31         aOBFetSRNjMLaGf6uG3urCifug4zxnj05SzUFv4Cpxxq2Va29Wsd6z0KIdXrwWN3Sdr5\r
32         wEXoxrTJO3C8SpGTxv6YyuRPWGSaxw9UidvjyWiHQv1XjCc3GdmtSGhbRxRMIw0keJQ8\r
33         VODA==\r
34 Received: by 10.68.212.35 with SMTP id nh3mr11575158pbc.84.1333676913941;\r
35         Thu, 05 Apr 2012 18:48:33 -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 a9sm4777895pbo.48.2012.04.05.18.48.30\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 05 Apr 2012 18:48:32 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 0/5] Add 'config list' command\r
44 Date: Fri,  6 Apr 2012 11:48:01 +1000\r
45 Message-Id: <1333676886-9835-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, 06 Apr 2012 01:48:36 -0000\r
62 \r
63 This version tests 'config set' by reading back the set value, as suggested.\r
64 \r
65 \r
66 Peter Wang (5):\r
67   config: Fix free in 'config get' implementation.\r
68   test: Add tests for 'config' command\r
69   test: Add broken test for 'config list'\r
70   config: Add 'config list' command\r
71   man: Document 'config list' command\r
72 \r
73  man/man1/notmuch-config.1 |   14 +++++++++\r
74  notmuch-config.c          |   68 +++++++++++++++++++++++++++++++++++++++++---\r
75  test/config               |   40 ++++++++++++++++++++++++++\r
76  test/notmuch-test         |    1 +\r
77  4 files changed, 118 insertions(+), 5 deletions(-)\r
78  create mode 100755 test/config\r
79 \r
80 -- \r
81 1.7.4.4\r
82 \r