* mu4e/mu4e-view.el (mu4e-mark-region-code): New function to highlight region marked with `message-mark-inserted-region'.
* mu4e/mu4e-vars.el (mu4e-region-code): New face.
This commit is contained in:
@ -524,7 +524,12 @@ mu4e-compose-mode."
|
||||
"Face for the separator between headers / message in
|
||||
mu4e-compose-mode."
|
||||
:group 'mu4e-faces)
|
||||
|
||||
|
||||
(defface mu4e-region-code
|
||||
'((t (:background "DarkSlateGray")))
|
||||
"Face for highlighting marked region in mu4e-view buffer."
|
||||
:group 'mu4e-faces)
|
||||
|
||||
;; headers info
|
||||
(defconst mu4e-header-info
|
||||
'( (:attachments .
|
||||
|
||||
Reference in New Issue
Block a user