X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=b909567747b91293d62479c6da2bbe1744eca9c6;hp=ff4a0bd0205a1afa58837e1054205600917580b2;hb=5dbe1c0307e905a3a770a1820bb82aaf09445121;hpb=ca16b2225dd6323a3c1537d6c3e5ea0da8d63197 diff --git a/notmuch.el b/notmuch.el index ff4a0bd0..b9095677 100644 --- a/notmuch.el +++ b/notmuch.el @@ -321,7 +321,7 @@ buffer." (with-current-buffer buf (insert-file-contents filename nil nil nil t) ,@body) - (kill-buffer buf))))) + (kill-buffer buf))))) (defun notmuch-show-view-all-mime-parts () "Use external viewers to view all attachments from the current message."