Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 8d / d8b201c8e15e7f505e13062ecf3abc0d77ab53
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 EF573431FAF\r
6         for <notmuch@notmuchmail.org>; Fri, 13 Apr 2012 18:41:43 -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 mo02E-vMnJ+J for <notmuch@notmuchmail.org>;\r
17         Fri, 13 Apr 2012 18:41:43 -0700 (PDT)\r
18 Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com\r
19         [209.85.210.45]) (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 82C90431FAE\r
22         for <notmuch@notmuchmail.org>; Fri, 13 Apr 2012 18:41:43 -0700 (PDT)\r
23 Received: by dacx6 with SMTP id x6so4543752dac.18\r
24         for <notmuch@notmuchmail.org>; Fri, 13 Apr 2012 18:41:41 -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=0RdsYRmOY88K5FhVrhjhNBON5MURUgQRJGGPIT8PHUA=;\r
28         b=kvmWNrkkO+cwtbWKmYu6IMTVyVthXw5vuRT0HHA47LuFyBtDmgiS6i3XhkXGjnU6tY\r
29         5KtHwee2AQ4T7RNyvgpnTYEuipbvthYMT8le6+Hlfzut8QrnZXnYwOqrlRHg1iTAi98Y\r
30         CtZvFm/2T4cefIe3zwEKCH+zQqC2nu0RHsmiLPjF5EMBAeeKUFVOBW3KIvg/j1ryqUMo\r
31         k4ukOpymKxWew/GKaov6JCCF2Qem1PZyxH1chYVfFqWsLkPYKtAKOsIfGG9Jr/ShUKPh\r
32         /zbY8pb/3O5yiJyZvKR2Eg1IiBQ1dHl73uDBcJLsfxY9kXPfqhTkWaRP4cCEFiiPWDaJ\r
33         hYyg==\r
34 Received: by 10.68.223.67 with SMTP id qs3mr8856978pbc.142.1334367701669;\r
35         Fri, 13 Apr 2012 18:41:41 -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 g4sm10245938pbt.58.2012.04.13.18.41.26\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Fri, 13 Apr 2012 18:41:40 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v4 0/6] Config-related patches\r
44 Date: Sat, 14 Apr 2012 11:41:00 +1000\r
45 Message-Id: <1334367666-10954-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: Sat, 14 Apr 2012 01:41:44 -0000\r
62 \r
63 Changes from v3:\r
64 - rephrase part of the 'list' implementation as a separate patch\r
65 - test 'set' on an extant key\r
66 - test removing keys\r
67 \r
68 Peter Wang (6):\r
69   config: Fix free in 'config get' implementation.\r
70   config: Check 'config get' arity exactly\r
71   test: Add tests for 'config' command\r
72   test: Add broken test for 'config list'\r
73   config: Add 'config list' command\r
74   man: Document 'config list' command\r
75 \r
76  man/man1/notmuch-config.1 |   14 +++++++++\r
77  notmuch-config.c          |   68 +++++++++++++++++++++++++++++++++++++++++---\r
78  test/config               |   60 +++++++++++++++++++++++++++++++++++++++\r
79  test/notmuch-test         |    1 +\r
80  4 files changed, 138 insertions(+), 5 deletions(-)\r
81  create mode 100755 test/config\r
82 \r
83 -- \r
84 1.7.4.4\r
85 \r