* mu4e/mu4e-utils.el (mu4e~fontify-cited): Fix regexp matching cited lines.
This commit is contained in:
@ -1095,7 +1095,7 @@ used in the view and compose modes."
|
|||||||
(beginning-of-line 1)
|
(beginning-of-line 1)
|
||||||
;; consider only lines that heuristically look like a citation line...
|
;; consider only lines that heuristically look like a citation line...
|
||||||
(when (looking-at mu4e-cited-regexp)
|
(when (looking-at mu4e-cited-regexp)
|
||||||
(let* ((level (how-many ">" (line-beginning-position 1)
|
(let* ((level (how-many "^>" (line-beginning-position 1)
|
||||||
(line-end-position 1)))
|
(line-end-position 1)))
|
||||||
(face
|
(face
|
||||||
(unless (zerop level)
|
(unless (zerop level)
|
||||||
|
|||||||
Reference in New Issue
Block a user