[PATCH] This patch is a little finger excercise for working with git. I found a piece...
[notmuch-archives.git] / d5 / 45b75795893426c3b5037d3b01cacff61af0b8
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 EE83C431FAF\r
6         for <notmuch@notmuchmail.org>; Sun, 29 Apr 2012 15:48:06 -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 UjKmw7t4CX7y for <notmuch@notmuchmail.org>;\r
18         Sun, 29 Apr 2012 15:48:06 -0700 (PDT)\r
19 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com\r
20         [209.85.212.169]) (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 47598431FAE\r
23         for <notmuch@notmuchmail.org>; Sun, 29 Apr 2012 15:48:06 -0700 (PDT)\r
24 Received: by wibhm17 with SMTP id hm17so2088346wib.2\r
25         for <notmuch@notmuchmail.org>; Sun, 29 Apr 2012 15:48:03 -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=O/hoVQ5hM+FH5FeYjQt895vVihEEjXfRa6Aaxc/DReY=;\r
29         b=i9BWtnCeuedZoMvFyYPVkPvkNBejjCKH4YGGjZbTiaGVTnAonqL91faL0YaJ8hJi4W\r
30         zzx1xyuVTXamRTS+qdkzKiidh/xmZ+NHmRvUvWRjlmjtPZNQKwoQE88wPRE6zWTTQj0n\r
31         ubph4hh0RqVWPec2O0F6EHeVxzzqCWyrx0Stvp6qA6gS56OKgEXUX0NUXlAfIJygavvL\r
32         HGFLN76oegA/QB1yYlnCoh0ZlvpoZbcC0DKDO+PArkkg/ygE5uRWhsKZzrYaNjVVuWl4\r
33         ys/2LDRyXJRGXDovx4yg47epwKoJkf8Jr0oyTqYk12RumaG5Pzipo5kANC0zQ5pQKqnd\r
34         Atyg==\r
35 Received: by 10.180.92.71 with SMTP id ck7mr11510706wib.2.1335739683509;\r
36         Sun, 29 Apr 2012 15:48:03 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39         ev10sm24230577wid.10.2012.04.29.15.48.01        (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 29 Apr 2012 15:48:02 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [Patch v2 0/3] emacs: allow show to colour based on tags and flags\r
44 Date: Sun, 29 Apr 2012 23:48:14 +0100\r
45 Message-Id: <1335739697-8501-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: Sun, 29 Apr 2012 22:48:07 -0000\r
60 \r
61 This is a rebased (but otherwise unchanged) version of\r
62 id:"1334431301-27303-1-git-send-email-markwalters1009@gmail.com".\r
63 \r
64 It's probably too late for 0.13 but in case anyone would like to look\r
65 at it this version applies cleanly to master so should be easier to\r
66 test.\r
67 \r
68 The first two patches are basically David Edmondson's patch\r
69 id:"1325006003-27152-1-git-send-email-dme@dme.org".\r
70 \r
71 Best wishes\r
72 \r
73 Mark\r
74 \r
75 \r
76 Mark Walters (3):\r
77   emacs: Move colour line from search to lib\r
78   emacs: Add `notmuch-show-line-faces' and apply it.\r
79   emacs: allow notmuch-show-line-faces to use flags for colouring\r
80 \r
81  emacs/notmuch-lib.el  |   18 ++++++++++++++++++\r
82  emacs/notmuch-show.el |   44 ++++++++++++++++++++++++++++++++++++++++----\r
83  emacs/notmuch.el      |   15 +--------------\r
84  3 files changed, 59 insertions(+), 18 deletions(-)\r
85 \r
86 -- \r
87 1.7.9.1\r
88 \r