Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 244AB431FC0 for ; Sun, 13 Dec 2009 21:42:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PpzqtqvPJ5bn for ; Sun, 13 Dec 2009 21:42:28 -0800 (PST) Received: from cp20.secserverpros.com (cp20.secserverpros.com [67.220.217.187]) by olra.theworths.org (Postfix) with ESMTP id 0BB6D431FBD for ; Sun, 13 Dec 2009 21:42:28 -0800 (PST) Received: from 61-228-164-59.dynamic.hinet.net ([61.228.164.59] helo=kanru.info) by cp20.secserverpros.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NK3hR-0004jZ-PC for notmuch@notmuchmail.org; Mon, 14 Dec 2009 05:42:27 +0000 Received: from kanru (uid 1000) (envelope-from kanru@kanru.info) id 238a by kanru.info (DragonFly Mail Agent) Mon, 14 Dec 2009 13:41:52 +0800 From: Kan-Ru Chen To: notmuch@notmuchmail.org Date: Mon, 14 Dec 2009 13:41:35 +0800 Message-Id: <1260769295-12924-5-git-send-email-kanru@kanru.info> X-Mailer: git-send-email 1.6.5.5 In-Reply-To: <1260769295-12924-4-git-send-email-kanru@kanru.info> References: <1260769295-12924-1-git-send-email-kanru@kanru.info> <1260769295-12924-2-git-send-email-kanru@kanru.info> <1260769295-12924-3-git-send-email-kanru@kanru.info> <1260769295-12924-4-git-send-email-kanru@kanru.info> X-ACL-Warn: { X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp20.secserverpros.com X-AntiAbuse: Original Domain - notmuchmail.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kanru.info X-Source: X-Source-Args: X-Source-Dir: Subject: [notmuch] [PATCH 4/4] emacs: Use font-lock-comment-face to highlight citation button X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2009 05:42:29 -0000 Signed-off-by: Kan-Ru Chen --- notmuch.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch.el b/notmuch.el index db8f899..ed96dfa 100644 --- a/notmuch.el +++ b/notmuch.el @@ -581,7 +581,7 @@ which this thread was originally shown." (define-button-type 'notmuch-button-invisibility-toggle-type 'action 'notmuch-toggle-invisible-action 'follow-link t - 'face "default") + 'face 'font-lock-comment-face) (define-button-type 'notmuch-button-citation-toggle-type 'help-echo "mouse-1, RET: Show citation" :supertype 'notmuch-button-invisibility-toggle-type) (define-button-type 'notmuch-button-signature-toggle-type 'help-echo "mouse-1, RET: Show signature" -- 1.6.5.5