notmuch.el: Fix indentation.

This line was indented incorrectly which can be confusing.
This commit is contained in:
Carl Worth 2010-02-10 12:40:18 -08:00
parent ca16b2225d
commit 5dbe1c0307

View file

@ -321,7 +321,7 @@ buffer."
(with-current-buffer buf (with-current-buffer buf
(insert-file-contents filename nil nil nil t) (insert-file-contents filename nil nil nil t)
,@body) ,@body)
(kill-buffer buf))))) (kill-buffer buf)))))
(defun notmuch-show-view-all-mime-parts () (defun notmuch-show-view-all-mime-parts ()
"Use external viewers to view all attachments from the current message." "Use external viewers to view all attachments from the current message."