Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 97 / 99cbdef646c0c139ebdac18e0e33cece0fe26c
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 2A3A6431FD2\r
6         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 00:57:56 -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 439rqvWSTlVk for <notmuch@notmuchmail.org>;\r
18         Sun, 26 May 2013 00:57:48 -0700 (PDT)\r
19 Received: from mail-we0-f179.google.com (mail-we0-f179.google.com\r
20         [74.125.82.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 71A7A431FAE\r
23         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 00:57:48 -0700 (PDT)\r
24 Received: by mail-we0-f179.google.com with SMTP id m46so3530277wev.38\r
25         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 00:57:46 -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:x-mailer;\r
28         bh=oyW2jo3kINaAWQ0MUPqirL6KygLuyaq425UCTMovQvM=;\r
29         b=Zjo2cYUq3ESYMZAnR9L83oQ5XVs1jtQYhoiUx1JVCF/fkgk3VZWVMoY8yU54QnjjzF\r
30         pYb/EYvHc0DyOA7bSZPXpSWDZrvs0+fy6QAiYg5cKUqyb7XbyhESdOT0xLGyLxlcENOC\r
31         FzlQRISvqIRcS4oUBb4OvTipFzTuK1dKYz8gIZxihzwIBAN7y09lcHUVEYpGjALqII4T\r
32         NE5yDKVEobE2LlnTxO4hLwrrRPH4MlIKXcl0ogr7eMCPVBrBS9P4ordOJ9HQHPWnQWjR\r
33         hOQndlgtTQrd2St7jGlpSJ3msAWKZvLYpXUu1trbH191JtwxYyaYtJs1jjMuhrfJ0MvC\r
34         ruFQ==\r
35 X-Received: by 10.180.19.72 with SMTP id c8mr4154244wie.35.1369555066009;\r
36         Sun, 26 May 2013 00:57:46 -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 w8sm14758711wiz.0.2013.05.26.00.57.44\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sun, 26 May 2013 00:57:45 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 0/3] emacs: show: lazy handling of hidden parts\r
45 Date: Sun, 26 May 2013 08:57:38 +0100\r
46 Message-Id: <1369555061-21361-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sun, 26 May 2013 07:57:56 -0000\r
61 \r
62 This is a slightly tweaked version of\r
63 id:1367672478-12247-1-git-send-email-markwalters1009@gmail.com minus\r
64 the first two patches which have already been pushed.\r
65 \r
66 The second patch of the previous series obsoleted the handler\r
67 notmuch-show-insert-part-inline-patch-fake-part so we remove that and\r
68 we update the commit message of the second patch in this series to but\r
69 otherwise patches 2 and 3 of this are identical to patches 3 and 4 of\r
70 the previous series.\r
71 \r
72 There is one change that inadvertently slipped into the second patch\r
73 of the previous series: it changed the (fake) name of the fake inline\r
74 patch parts from inline-patch-fake-part to "inline patch". (I think\r
75 this was when I was testing whether I could do away with the\r
76 notmuch-show-insert-part-inline-patch-fake-part handler but I forgot\r
77 to revert it after). The only place it shows to a user is in the part\r
78 button title: it will say something like\r
79 \r
80  [ 0001-emacs-show-separate-out-handling-of-application-octe.patch: inline patch (as text/x-diff) ]\r
81 \r
82 instead of \r
83 \r
84  [ 0001-emacs-show-separate-out-handling-of-application-octe.patch: inline-patch-fake-part (as text/x-diff) ]\r
85 \r
86 but perhaps it should be reverted anyway.\r
87 \r
88 Sorry for messing that bit up\r
89 \r
90 Best wishes\r
91 \r
92 Mark\r
93 \r
94 Mark Walters (3):\r
95   emacs: show: fake wash parts are handled at insert-bodypart level\r
96   emacs: show: move the insertion of the header button to the top level\r
97   emacs: show: implement lazy hidden part handling\r
98 \r
99  emacs/notmuch-show.el |  121 +++++++++++++++++++++++++++++--------------------\r
100  1 files changed, 71 insertions(+), 50 deletions(-)\r
101 \r
102 -- \r
103 1.7.9.1\r
104 \r