Merge pull request #1635 from alexmurray/fix-gnus-ical-after-1633

Fix displaying ical attachments after PR #1633
This commit is contained in:
Dirk-Jan C. Binnema
2020-04-08 09:37:53 +03:00
committed by GitHub

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