[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 68 / f77e0612ebf17a18c7f78c3190fe15bcf3450e
1 Return-Path: <kanru@anar.kanru.info>\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 4E19B431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 22:55:09 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id eAu3T5G1+tdN for <notmuch@notmuchmail.org>;\r
11         Sat, 21 Nov 2009 22:55:08 -0800 (PST)\r
12 X-Greylist: delayed 604 seconds by postgrey-1.32 at olra;\r
13         Sat, 21 Nov 2009 22:55:06 PST\r
14 Received: from msr18.hinet.net (msr18.hinet.net [168.95.4.118])\r
15         by olra.theworths.org (Postfix) with ESMTP id 9574D431FAE\r
16         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 22:55:06 -0800 (PST)\r
17 Received: from anar.kanru.info (220-132-104-233.HINET-IP.hinet.net\r
18         [220.132.104.233])\r
19         by msr18.hinet.net (8.9.3/8.9.3) with ESMTP id OAA07511\r
20         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 14:44:59 +0800 (CST)\r
21 Received: from kanru (uid 1000) (envelope-from kanru@anar.kanru.info) id 16b\r
22         by anar.kanru.info (DragonFly Mail Agent)\r
23         Sun, 22 Nov 2009 14:41:50 +0800\r
24 From: Kan-Ru Chen <kanru@kanru.info>\r
25 To: notmuch@notmuchmail.org\r
26 Date: Sun, 22 Nov 2009 14:40:59 +0800\r
27 Message-Id: <1258872059-7113-1-git-send-email-kanru@kanru.info>\r
28 X-Mailer: git-send-email 1.6.5.3\r
29 Subject: [notmuch] [PATCH] Fix invalid face reference.\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.12\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Sun, 22 Nov 2009 06:55:09 -0000\r
43 \r
44 To avoid the "Invalid face reference: cons [18 times]" kind of message\r
45 goes on and on in the *Messages*.\r
46 \r
47 Signed-off-by: Kan-Ru Chen <kanru@kanru.info>\r
48 ---\r
49  notmuch.el |    2 +-\r
50  1 files changed, 1 insertions(+), 1 deletions(-)\r
51 \r
52 diff --git a/notmuch.el b/notmuch.el\r
53 index 0144b61..a547415 100644\r
54 --- a/notmuch.el\r
55 +++ b/notmuch.el\r
56 @@ -553,7 +553,7 @@ which this thread was originally shown."\r
57    (let ((beg (point-marker)))\r
58      (end-of-line)\r
59      ; Inverse video for subject\r
60 -    (overlay-put (make-overlay beg (point)) 'face '((cons :inverse-video t)))\r
61 +    (overlay-put (make-overlay beg (point)) 'face '(:inverse-video t))\r
62      (forward-line 2)\r
63      (let ((beg-hidden (point-marker)))\r
64        (re-search-forward notmuch-show-header-end-regexp)\r
65 -- \r
66 1.6.5.3\r
67 \r