* 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
1 changed files with 1 additions and 1 deletions

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)