Merge pull request #2592 from creichen/master

When re-tagging, force `replace-match' to preserve case
This commit is contained in:
Dirk-Jan C. Binnema 2023-11-12 23:14:13 +02:00 committed by GitHub
commit 90c5d859e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ Otherwise return nil."
(save-excursion
(goto-char (point-min))
(if (re-search-forward regexp nil t)
(replace-match to-string nil nil)))))
(replace-match to-string t nil)))))
(declare-function mu4e--server-add "mu4e-server")
(defun mu4e--refresh-message (path)