X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=7913a129fd02533843211230eb19227635f580a0;hp=ed7037a15983437819d40055653e597fa9ffd7a4;hb=1650fd39ceec895c29f8fa9d8dd94d9bcbf374a0;hpb=0898cfad5ef2d7c000e9c23e9205e02aec18cc24 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index ed7037a1..7913a129 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -556,7 +556,7 @@ current buffer, if possible." (with-temp-buffer (let ((coding-system-for-read 'no-conversion)) (call-process notmuch-command nil t nil - "part" (format "--part=%s" part-number) message-id) + "show" "--format=raw" (format "--part=%s" part-number) message-id) (buffer-string)))) (defun notmuch-show-get-bodypart-content (msg part nth)