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.
This commit is contained in:
Dmitry Kurochkin 2011-11-26 02:23:31 +04:00 committed by David Bremner
parent f1e75c724d
commit 2a349d739b

View file

@ -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)))