]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: add default value to notmuch-search-line-faces
[notmuch] / emacs / notmuch.el
index 82509612fc4215a3889301827e5ae2bf7cbb8f12..11113fe8ca9d1a2edce1545de0f2ace3352b61f2 100644 (file)
@@ -699,7 +699,8 @@ This function advances the next thread when finished."
                  (goto-char (point-min))
                  (forward-line (1- notmuch-search-target-line))))))))
 
-(defcustom notmuch-search-line-faces nil
+(defcustom notmuch-search-line-faces '(("unread" :weight bold)
+                                      ("flagged" :foreground "blue"))
   "Tag/face mapping for line highlighting in notmuch-search.
 
 Here is an example of how to color search results based on tags.