ical: respect the 80 chars width limit
This commit is contained in:
@ -67,9 +67,11 @@
|
||||
(status (cadr data))
|
||||
(event (caddr data))
|
||||
(gnus-icalendar-additional-identities (mu4e-personal-addresses))
|
||||
(reply (gnus-icalendar-with-decoded-handle handle
|
||||
(gnus-icalendar-event-reply-from-buffer
|
||||
(current-buffer) status (gnus-icalendar-identities))))
|
||||
(reply (gnus-icalendar-with-decoded-handle
|
||||
handle
|
||||
(let ((gnus-icalendar-find-if (lambda(pred seq) nil)))
|
||||
(gnus-icalendar-event-reply-from-buffer
|
||||
(current-buffer) status (gnus-icalendar-identities)))))
|
||||
(msg (mu4e-message-at-point 'noerror))
|
||||
(charset (cdr (assoc 'charset (mm-handle-type handle)))))
|
||||
(when reply
|
||||
|
||||
Reference in New Issue
Block a user