database error
[notmuch-archives.git] / 29 / 988b9beaf37aa137e1ad94ce119d2152a9a913
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 BAB05431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Apr 2012 12:21:39 -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.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 FrjgYtvnlKtl for <notmuch@notmuchmail.org>;\r
18         Sat, 14 Apr 2012 12:21:39 -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  02BF4431FAE    for <notmuch@notmuchmail.org>; Sat, 14 Apr 2012 12:21:38 -0700\r
23  (PDT)\r
24 Received: by wgbdt14 with SMTP id dt14so3342563wgb.2\r
25         for <notmuch@notmuchmail.org>; Sat, 14 Apr 2012 12:21:37 -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=sMKGU8UpV2xfb8NOm7cpB03IydXvhv8dX/6KhN2c9Ok=;\r
29         b=v/s6+tLmgv1quCD0eGyfUOq8f+C+pCaXMiRdqOGJwRLmpzoAvVu6NhGGs7EhKWSe0Z\r
30         BS3RLxKdlagt+BoSRlnrDrGLIinlxQw2PZgkeyepjEUIdmEPrs78ObPiBaHFgM1aYYZR\r
31         1kv/I190+3FtFPbeGp5Cb/1pX99L3QA7lZXZD9J1RL+FyYc22y8yfNYOf6d4BjQZjUxh\r
32         DvNndoLsjRBMtriYtUZBI3z6E1NEgG5CDnpfKC3mDlYs7zmPMYdFyWhjX6GJjzaJUFO9\r
33         OfChnN2bUt7MwCVy/QAp6O8EA5RC+ZH5by+cS5HCAKrPlzag+J73YJNLh14ldp+G7dH4\r
34         a4FQ==\r
35 Received: by 10.180.78.40 with SMTP id y8mr5931055wiw.15.1334431297492;\r
36         Sat, 14 Apr 2012 12:21:37 -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  k6sm6609027wiy.7.2012.04.14.12.21.36   (version=TLSv1/SSLv3 cipher=OTHER);     Sat,\r
40  14 Apr 2012 12:21:36 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 0/3] emacs: allow show to colour based on tags and flags\r
44 Date: Sat, 14 Apr 2012 20:21:38 +0100\r
45 Message-Id: <1334431301-27303-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: Sat, 14 Apr 2012 19:21:39 -0000\r
60 \r
61 These three patches allow emacs to colour the headerline in show mode\r
62 according to the messages tags and flags (ie match or excluded).\r
63 \r
64 The first two are David Edmondson's patch\r
65 id:"1325006003-27152-1-git-send-email-dme@dme.org" rebased to master\r
66 and split into one which is trivial code movement and one which adds\r
67 the show colouring functionality.\r
68 \r
69 The first two give a very similar result to notmuch-search-line-faces\r
70 and just allow colouring based on tags (not flags). The final one adds\r
71 the colouring by flag: it does this by passing to the line colouring\r
72 code a list of tags prefixed by "tag:" and flags prefixed by "flag:"\r
73 \r
74 The final patch could be folded into the second, and this would somewhat reduce the diff. \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