mu4e-compose: use find-file-noselect for edit
Oops! This was missing for #2644
This commit is contained in:
@ -985,10 +985,10 @@ must be from current user, as determined through
|
|||||||
(mu4e--compose-setup
|
(mu4e--compose-setup
|
||||||
'edit
|
'edit
|
||||||
(lambda (parent)
|
(lambda (parent)
|
||||||
(let ((buf (find-file (plist-get parent :path))))
|
(let ((buf (find-file-noselect (plist-get parent :path))))
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
(mu4e--delimit-headers))
|
(mu4e--delimit-headers))
|
||||||
buf)))))
|
(switch-to-buffer buf))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun mu4e-compose-resend (address)
|
(defun mu4e-compose-resend (address)
|
||||||
|
|||||||
Reference in New Issue
Block a user