* mu4e/mu4e-utils.el (mu4e~fontify-cited): Use string-width.

* mu4e/mu4e-vars.el (mu4e-cited-regexp): Improve it.
This commit is contained in:
Thierry Volpiatto
2014-03-02 20:58:49 +01:00
parent 4f7b5da504
commit 3835c2e45e
2 changed files with 5 additions and 5 deletions

View File

@ -181,7 +181,7 @@ view buffer."
:type 'boolean
:group 'mu4e)
(defcustom mu4e-cited-regexp "^ *\\(> *>*\\)"
(defcustom mu4e-cited-regexp "^ *\\(\\(>+ ?\\)+\\)"
"Regular expression that determines whether a line is a citation."
:type 'string
:group 'mu4e)