diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index eb2b8472..8013f905 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -1284,7 +1284,7 @@ the view and compose modes." (save-excursion ;; give the footer a different color... (goto-char (point-min)) - (let ((p (search-forward "^-- *$" nil t))) + (let ((p (re-search-forward "^-- *$" nil t))) (when p (add-text-properties p (point-max) '(face mu4e-footer-face))))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;