replace carriage-return instead of line feed in mu4e-message-outlook-cleanup
This commit is contained in:
@ -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) "") "'")
|
||||||
|
|||||||
Reference in New Issue
Block a user