mu4e: propertize the colon in view header keys
This commit is contained in:
@ -255,9 +255,9 @@ add text-properties to VAL."
|
|||||||
(help (plist-get info :help)))
|
(help (plist-get info :help)))
|
||||||
(if (and val (> (length val) 0))
|
(if (and val (> (length val) 0))
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert (propertize key
|
(insert (propertize (concat key ":")
|
||||||
'face 'mu4e-view-header-key-face
|
'face 'mu4e-view-header-key-face
|
||||||
'help-echo help) ": "
|
'help-echo help) " "
|
||||||
(if dont-propertize-val
|
(if dont-propertize-val
|
||||||
val
|
val
|
||||||
(propertize val 'face 'mu4e-view-header-value-face)) "\n")
|
(propertize val 'face 'mu4e-view-header-value-face)) "\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user