Merge pull request #2070 from lordpretzel/old-view-outlook-cleanup

[mu4e bug] (1.6.0) - messages in old view are shown without line break
This commit is contained in:
Dirk-Jan C. Binnema 2021-08-01 10:37:48 +03:00 committed by GitHub
commit 61fc97fc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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) "’") "'")