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 B81D2431FD0 for ; Sat, 26 Mar 2011 22:17:35 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled 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 DFCzuQN1MlJm for ; Sat, 26 Mar 2011 22:17:33 -0700 (PDT) Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8]) by olra.theworths.org (Postfix) with ESMTP id 51542431FB6 for ; Sat, 26 Mar 2011 22:17:32 -0700 (PDT) Received: from servo.finestructure.net (c-24-19-44-201.hsd1.wa.comcast.net [24.19.44.201]) (user=jgr2110 author=jrollins@servo.finestructure.net mech=PLAIN bits=0) by brinza.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id p2R5HQSr020680 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 27 Mar 2011 01:17:30 -0400 (EDT) Received: from jrollins by servo.finestructure.net with local (Exim 4.74) (envelope-from ) id 1Q3iLp-0006km-Gb; Sat, 26 Mar 2011 22:17:21 -0700 From: Jameson Graef Rollins To: notmuch@notmuchmail.org Subject: [PATCH] use custom-face-edit value-type in notmuch-search-line-faces Date: Sat, 26 Mar 2011 22:16:32 -0700 Message-Id: <1301202992-25444-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.4.1 X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sun, 27 Mar 2011 05:17:37 -0000 This enables the proper face customization UI for notmuch-search-line-faces. --- emacs/notmuch.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 92a86cf..a23d0c2 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -612,7 +612,7 @@ The attributes defined for matching tags are merged, with later attributes overriding earlier. A message having both \"delete\" and \"unread\" tags with the above settings would have a green foreground and blue background." - :type '(alist :key-type (string) :value-type (list)) + :type '(alist :key-type (string) :value-type (custom-face-edit)) :group 'notmuch) (defun notmuch-search-color-line (start end line-tag-list) -- 1.7.4.1