mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
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:
parent
f1e75c724d
commit
2a349d739b
1 changed files with 0 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue