projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e75c7
)
emacs: remove unused variable in `notmuch-show-insert-part-message/rfc822'
author
Dmitry Kurochkin
<dmitry.kurochkin@gmail.com>
Fri, 25 Nov 2011 22:23:31 +0000
(
02:23
+0400)
committer
David Bremner
<bremner@debian.org>
Thu, 8 Dec 2011 00:00:24 +0000
(20:00 -0400)
An obvious cleanup. I wonder why there was no warning about this
during compilation.
emacs/notmuch-show.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-show.el
b/emacs/notmuch-show.el
index 20259ceb7c6e5704223390dfb805071fb5ecabdf..db691d428144c65c8de1cecca388be11f36c4f62 100644
(file)
--- a/
emacs/notmuch-show.el
+++ b/
emacs/notmuch-show.el
@@
-519,7
+519,6
@@
current buffer, if possible."
(defun notmuch-show-insert-part-message/rfc822 (msg part content-type nth depth declared-type)
(notmuch-show-insert-part-header nth declared-type content-type nil)
(let* ((message (car (plist-get part :content)))
- (headers (plist-get message :headers))
(body (car (plist-get message :body)))
(start (point)))