X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-draft.el;fp=emacs%2Fnotmuch-draft.el;h=fcc45503c6b0816d4ab12ab98a6c86cf6b2d3eb9;hp=0b1ba43fd0eb46ff8cac126b5c2cf8b97c70f3e3;hb=e722b4f48c90ea6536ac7efef47f9d0f3d8cc191;hpb=9fe36d7dc79df93e75de44290faf3fed66e688c0 diff --git a/emacs/notmuch-draft.el b/emacs/notmuch-draft.el index 0b1ba43f..fcc45503 100644 --- a/emacs/notmuch-draft.el +++ b/emacs/notmuch-draft.el @@ -249,7 +249,7 @@ applied to newly inserted messages)." (setq buffer-read-only nil) (erase-buffer) (let ((coding-system-for-read 'no-conversion)) - (call-process notmuch-command nil t nil "show" "--format=raw" id)) + (notmuch--call-process notmuch-command nil t nil "show" "--format=raw" id)) (mime-to-mml) (goto-char (point-min)) (when (re-search-forward "^$" nil t)