X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=83bcee57c675bce1959275315a782c4319c9622a;hp=193a1255dda2c0ce040f519170d6b9356dcd58e9;hb=3512e2bc83b226a6fddff2940f3929b16ffea67c;hpb=d6f3694188e6101a2a4ab84e6d203d2d4dcc241a diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 193a1255..83bcee57 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -275,10 +275,10 @@ there will be called at other points of notmuch execution." (defface notmuch-message-summary-face `((((class color) (background light)) ,@(and (>= emacs-major-version 27) '(:extend t)) - (:background "#f0f0f0")) + :background "#f0f0f0") (((class color) (background dark)) ,@(and (>= emacs-major-version 27) '(:extend t)) - (:background "#303030"))) + :background "#303030")) "Face for the single-line message summary in notmuch-show-mode." :group 'notmuch-show :group 'notmuch-faces)