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 (with-temp-buffer
(insert body) (insert body)
(goto-char (point-min)) (goto-char (point-min))
(while (re-search-forward "[ (while (re-search-forward "\015 ’]" nil t)
 ’]" nil t)
(replace-match (replace-match
(cond (cond
((string= (match-string 0) "’") "'") ((string= (match-string 0) "’") "'")