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
commit 28963fcc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)))