From b4cf999802a0faec7c93eee0ed38b06f33b5715d Mon Sep 17 00:00:00 2001 From: Boris Glavic Date: Sat, 31 Jul 2021 20:25:33 -0500 Subject: [PATCH] replace carriage-return instead of line feed in mu4e-message-outlook-cleanup --- mu4e/mu4e-message.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mu4e/mu4e-message.el b/mu4e/mu4e-message.el index 863751c3..84014801 100644 --- a/mu4e/mu4e-message.el +++ b/mu4e/mu4e-message.el @@ -245,8 +245,7 @@ replace with." (with-temp-buffer (insert body) (goto-char (point-min)) - (while (re-search-forward "[ - ’]" nil t) + (while (re-search-forward "\015 ’]" nil t) (replace-match (cond ((string= (match-string 0) "’") "'")