mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fontify From with message-header-other
Commit e26d767897
changed the
fontification of the body associated with the From header to
message-header-from. However, that face is non-existent, and in
message.el (message-font-lock-keywords) the From-header falls through
and is attributed the message-header-other face.
This commit removes the fontification of the [Ff]rom header in
notmuch-show-mode in order to fontify it using the message-header-other
face.
This only affects non-default configurations where
notmuch-message-headers is set to display From.
This commit is contained in:
parent
ca076ce273
commit
cbf2448bb1
1 changed files with 0 additions and 2 deletions
|
@ -353,8 +353,6 @@ operation on the contents of the current buffer."
|
|||
'message-header-cc)
|
||||
((looking-at "[Ss]ubject:")
|
||||
'message-header-subject)
|
||||
((looking-at "[Ff]rom:")
|
||||
'message-header-from)
|
||||
(t
|
||||
'message-header-other))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue