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
|
||||
(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) "") "'")
|
||||
|
||||
Reference in New Issue
Block a user