From 2a349d739b31dcef188d4ccd0aa3054e3316d6c2 Mon Sep 17 00:00:00 2001 From: Dmitry Kurochkin Date: Sat, 26 Nov 2011 02:23:31 +0400 Subject: [PATCH] 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. --- emacs/notmuch-show.el | 1 - 1 file changed, 1 deletion(-) 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))) -- 2.43.0