Fix displaying ical attachments after PR #1633

This commit is contained in:
Alex Murray 2020-04-08 13:29:16 +09:30
parent abafd658d4
commit 43dd60e523
No known key found for this signature in database
GPG Key ID: F498D2D9DE7DAD9C
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ article-mode."
with no charset."
(if (and (boundp 'mu4e~view-rendering) mu4e~view-rendering)
(let* ((handle (car handle-attendee))
(attendee (cdr handle-attendee))
(attendee (cadr handle-attendee))
(buf (mm-handle-buffer handle))
(ty (mm-handle-type handle))
(rest (cddr handle)))