mu4e-compose: use find-file-noselect for edit

Oops! This was missing for #2644
This commit is contained in:
Dirk-Jan C. Binnema 2024-04-10 22:57:10 +03:00
parent 6a12137506
commit 8c29ed56ce
1 changed files with 2 additions and 2 deletions

View File

@ -985,10 +985,10 @@ must be from current user, as determined through
(mu4e--compose-setup
'edit
(lambda (parent)
(let ((buf (find-file (plist-get parent :path))))
(let ((buf (find-file-noselect (plist-get parent :path))))
(with-current-buffer buf
(mu4e--delimit-headers))
buf)))))
(switch-to-buffer buf))))))
;;;###autoload
(defun mu4e-compose-resend (address)