aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-show.el
diff options
context:
space:
mode:
authorGravatar Dmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-11-26 02:23:31 +0400
committerGravatar David Bremner <bremner@debian.org>2011-12-07 20:00:24 -0400
commit2a349d739b31dcef188d4ccd0aa3054e3316d6c2 (patch)
tree75cd1a886481c1caf87e33dc2e4dbc28a1c78d8f /emacs/notmuch-show.el
parentf1e75c724d98dd6e8586f0189877d644eedc15e5 (diff)
emacs: remove unused variable in `notmuch-show-insert-part-message/rfc822'
An obvious cleanup. I wonder why there was no warning about this during compilation.
Diffstat (limited to 'emacs/notmuch-show.el')
-rw-r--r--emacs/notmuch-show.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 20259ceb..db691d42 100644
--- 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)))