]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
use custom-face-edit value-type in notmuch-search-line-faces
[notmuch] / emacs / notmuch.el
index 92a86cf247ceb5ff6f52c928b8a84deca54ee08c..a23d0c2031654ec563cd729092bb49d4f94d557a 100644 (file)
@@ -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)