* mu4e: fix mu4e~view-fontify-cited to not search too far (fixes #127)

This commit is contained in:
djcb 2013-01-05 13:14:08 +02:00
parent 70b20694af
commit d60fd4bb47
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ If the message is not New/Unread, do nothing."
;; prefixes, starting with 0 for 'no citation'
(beginning-of-line 1)
;; consider only lines that heuristically look like a citation line...
(when (looking-at "[[:blank:]]*[^[:blank:]]*[[:blank:]]*>")
(when (looking-at "[[:blank:]]*[^[:blank:]\n]*[[:blank:]]*>")
(let* ((level (how-many ">" (line-beginning-position 1)
(line-end-position 1)))
(face