Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / af / f3b549acf718fc84f3c99211df283723641383
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 48F26431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:22:32 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 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         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 FJubmxW89O1p for <notmuch@notmuchmail.org>;\r
18         Thu, 19 Jan 2012 13:22:31 -0800 (PST)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (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 99B41431FAF\r
23         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:22:31 -0800 (PST)\r
24 Received: by werp13 with SMTP id p13so385902wer.26\r
25         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:22:30 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=mhn12XbU0bnVr38PdRKZ1fjQgTrCgx0CKs5sf3ld+gU=;\r
29         b=mfjTOuvkeo7gvKx0dba5mpPoE4VevHK/NMRerj8u9OQokZPqZYfxotCXRZxJyscHL+\r
30         qBT1Bru08vGWdG0dGqFmWziOFqROoB5xgAyz+vdgclIav8aUNFW1I2bL0yzuplrkU2Gb\r
31         knZ49sbaDJcJGYRbhrn1EeNDMV/LEeHQA1354=\r
32 Received: by 10.216.139.156 with SMTP id c28mr1301731wej.34.1327008150553;\r
33         Thu, 19 Jan 2012 13:22:30 -0800 (PST)\r
34 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
35  [94.192.233.223])      by mx.google.com with ESMTPS id\r
36  r1sm30193756wia.8.2012.01.19.13.22.29  (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Thu, 19 Jan 2012 13:22:29 -0800 (PST)\r
38 From: Mark Walters <markwalters1009@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v4 0/1] \r
41 Date: Thu, 19 Jan 2012 21:23:04 +0000\r
42 Message-Id: <1327008185-21194-1-git-send-email-markwalters1009@gmail.com>\r
43 X-Mailer: git-send-email 1.7.2.3\r
44 In-Reply-To: <id:"20120118192147.GF16740@mit.edu">\r
45 References: <id:"20120118192147.GF16740@mit.edu">\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Thu, 19 Jan 2012 21:22:32 -0000\r
59 \r
60 Here is a new version of the patch incorporating all the review comments. \r
61 I have rebased it on master so, in particular, it fits into the recently\r
62 committed customization framework.\r
63 \r
64 To deal with one corner case I decided to go with Austin's suggestion of \r
65 using lexical-let as it is probably more robust to changes in mm-decode.\r
66 I would like to thank him for  all his other help improving my original \r
67 patch.\r
68 \r
69 It passes the test-suite and all cases I can think of work correctly.\r
70 \r
71 Best wishes\r
72 \r
73 Mark\r
74 \r
75 \r
76 \r
77 Mark Walters (1):\r
78   Make buttons for attachments allow viewing as well as saving\r
79 \r
80  emacs/notmuch-show.el |  116 ++++++++++++++++++++++++++++++++++++++----------\r
81  1 files changed, 92 insertions(+), 24 deletions(-)\r
82 \r
83 -- \r
84 1.7.2.3\r
85 \r