projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca16b22
)
notmuch.el: Fix indentation.
author
Carl Worth
<cworth@cworth.org>
Wed, 10 Feb 2010 20:40:18 +0000
(12:40 -0800)
committer
Carl Worth
<cworth@cworth.org>
Wed, 10 Feb 2010 20:40:18 +0000
(12:40 -0800)
This line was indented incorrectly which can be confusing.
notmuch.el
patch
|
blob
|
history
diff --git
a/notmuch.el
b/notmuch.el
index ff4a0bd0205a1afa58837e1054205600917580b2..b909567747b91293d62479c6da2bbe1744eca9c6 100644
(file)
--- 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."