X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=1f453357e263fba23d517288541140796aaf4f74;hp=44402f8aa8256b55816b9a256b6b7f7468e54e9d;hb=7f726c6e87517eb9c84119a1c5e3a63bfaaa49f6;hpb=5e98bdc3be3f2e685ba37c7a2fc1fd9f56c0f10a diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 44402f8a..1f453357 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -711,7 +711,7 @@ A thread with TAG will have FACE applied. Here is an example of how to color search results based on tags. (the following text would be placed in your ~/.emacs file): - (setq notmuch-search-line-faces '((\"unread\" . (:foreground \"green\")) + (setq notmuch-search-line-faces \\='((\"unread\" . (:foreground \"green\")) (\"deleted\" . (:foreground \"red\" :background \"blue\"))))