1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* mu4e/mu4e-utils.el (mu4e~fontify-cited): Fix regexp matching cited lines.

This commit is contained in:
Thierry Volpiatto 2014-03-02 06:16:58 +01:00
parent e11f69128a
commit 815961acbb

View File

@ -1095,7 +1095,7 @@ used in the view and compose modes."
(beginning-of-line 1)
;; consider only lines that heuristically look like a citation line...
(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)))
(face
(unless (zerop level)