* mu4e: fix mu4e~view-fontify-cited to not search too far (fixes #127)
This commit is contained in:
@ -674,7 +674,7 @@ If the message is not New/Unread, do nothing."
|
|||||||
;; prefixes, starting with 0 for 'no citation'
|
;; prefixes, starting with 0 for 'no citation'
|
||||||
(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 "[[:blank:]]*[^[:blank:]]*[[:blank:]]*>")
|
(when (looking-at "[[:blank:]]*[^[:blank:]\n]*[[:blank:]]*>")
|
||||||
(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
|
||||||
|
|||||||
Reference in New Issue
Block a user