mu4e (ical): Use mu4e-user-mail-address-list when replying to ical events

This commit is contained in:
Christophe Troestler 2019-04-18 16:42:34 +02:00
parent 5573e7bed0
commit 66e514c584
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
(let* ((handle (car data))
(status (cadr data))
(event (caddr data))
(gnus-icalendar-additional-identities mu4e-user-mail-address-list)
(reply (gnus-icalendar-with-decoded-handle handle
(gnus-icalendar-event-reply-from-buffer
(current-buffer) status (gnus-icalendar-identities))))