[PATCH 2/2] emacs: remove unused variable in `notmuch-show-insert-part-message/rfc822'
Dmitry Kurochkin
dmitry.kurochkin at gmail.com
Fri Nov 25 14:23:31 PST 2011
An obvious cleanup. I wonder why there was no warning about this
during compilation.
---
emacs/notmuch-show.el | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index bcc436f..66c08cc 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -509,7 +509,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)))
--
1.7.7.3
More information about the notmuch
mailing list