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

View File

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