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

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