mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch.el: Fix indentation.
This line was indented incorrectly which can be confusing.
This commit is contained in:
parent
ca16b2225d
commit
5dbe1c0307
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue