Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 76 / 60d1abe49a47b407b355cb7921677fb42a8d1c
1 Return-Path: <markwalters1009@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 3A76D431FD2\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Sep 2013 13:15:27 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id DMfM7X6-WwSJ for <notmuch@notmuchmail.org>;\r
18         Mon,  2 Sep 2013 13:15:21 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  68CA9431FC7    for <notmuch@notmuchmail.org>; Mon,  2 Sep 2013 13:15:21 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f45.google.com with SMTP id y10so3959573wgg.24\r
25         for <notmuch@notmuchmail.org>; Mon, 02 Sep 2013 13:15:20 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id;\r
28         bh=Iu/+sZYFg0ullzCfATYxvqwjhY+0gEifjRnETaKPxyw=;\r
29         b=kXiTyH5gg9IqMwMYoarnkm8yncJoWi0D6HN+feFr0l2Ni4ihd5axjhEfZH+p3a0LJO\r
30         UvqPULG5L9HKe4XFeVfH2xR7betjE8dpRo1hcyvPG3IPwcroe/WluSUtG557NVArLMdF\r
31         LbLNAXnenIDzUZBo9xsjD3mY6j+BzcbQVwB6iX8n5yg/3AOTGt/RnjUX3BH541562SEz\r
32         UlrqKKMMWY1SMln7yuWgl5382B4Zbyc7e7Tpvfh6q/0EwIYffv3LhhugQELtgT9lRt56\r
33         yA71aysXt3iYsSd8fxK8ABe+99sTPJhHXyFDiyTqw8ajgI2DvYDxqRfML40MVXJrwN8Z\r
34         2dYQ==\r
35 X-Received: by 10.194.201.202 with SMTP id kc10mr24587511wjc.1.1378152919052; \r
36         Mon, 02 Sep 2013 13:15:19 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id i3sm20800721wiw.7.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Mon, 02 Sep 2013 13:15:18 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v3 0/3] contrib: pick: remove an unused variable\r
44 Date: Mon,  2 Sep 2013 21:15:11 +0100\r
45 Message-Id: <1378152914-18930-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 02 Sep 2013 20:15:27 -0000\r
60 \r
61 v2 of this is at id:1377551345-27147-1-git-send-email-markwalters1009@gmail.com\r
62 \r
63 This is unchanged except it is rebased on top of the series\r
64 id:1377460534-6022-1-git-send-email-markwalters1009@gmail.com so that\r
65 should be applied first.\r
66 \r
67 The only difference is in the context of patch 1 of this series (and\r
68 slight line number changes). The diff of the patches is below\r
69 \r
70 I will mark this as ready based on Tomi's review of v2.\r
71 \r
72 Best wishes\r
73 \r
74 Mark\r
75 \r
76 1c1\r
77 < From 8d989eca9ccccbc9bc2e65d24a10d5ce6bc04b14 Mon Sep 17 00:00:00 2001\r
78 ---\r
79 > From ba60dbf7f8f3f1f92839a03400c54d769a33c724 Mon Sep 17 00:00:00 2001\r
80 17c17\r
81 < index f7caaa8..32bd6b5 100644\r
82 ---\r
83 > index 8c499b0..5943ac2 100644\r
84 31c31\r
85 < @@ -590,13 +586,11 @@ message will be \"unarchived\", i.e. the tag changes in\r
86 ---\r
87 > @@ -586,13 +582,11 @@ message will be \"unarchived\", i.e. the tag changes in\r
88 45,47c45,47\r
89 <  (defun notmuch-pick-thread-top ()\r
90 <    (when (notmuch-pick-get-message-properties)\r
91 < @@ -859,12 +853,11 @@ Complete list of currently available key bindings:\r
92 ---\r
93 >  (defun notmuch-pick-clean-address (address)\r
94 >    "Try to clean a single email ADDRESS for display. Return\r
95 > @@ -795,12 +789,11 @@ Complete list of currently available key bindings:\r
96 61c61\r
97 < @@ -877,7 +870,7 @@ Complete list of currently available key bindings:\r
98 ---\r
99 > @@ -813,7 +806,7 @@ Complete list of currently available key bindings:\r
100 70c70\r
101 < @@ -910,13 +903,13 @@ The arguments are:\r
102 ---\r
103 > @@ -846,13 +839,13 @@ The arguments are:\r
104 \r
105 \r
106 \r
107 \r
108 Mark Walters (3):\r
109   contrib: pick: remove unneeded variable notmuch-pick-buffer-name\r
110   contrib: pick: add docstring for notmuch-pick-worker\r
111   contrib: pick: test: refresh view\r
112 \r
113  contrib/notmuch-pick/notmuch-pick.el |   29 +++++++++++++----------------\r
114  contrib/notmuch-pick/test/emacs-pick |   11 +++++++++++\r
115  2 files changed, 24 insertions(+), 16 deletions(-)\r
116 \r
117 -- \r
118 1.7.9.1\r
119 \r