summaryrefslogtreecommitdiff
path: root/mu4e
diff options
context:
space:
mode:
authorChristophe Troestler <Christophe.Troestler@umons.ac.be>2019-04-18 16:42:34 +0200
committerChristophe Troestler <Christophe.Troestler@umons.ac.be>2019-07-13 14:07:20 +0200
commit66e514c58480677c7e6268f59683fa7a2e81698f (patch)
treec0d12f430f2d9f0ba88d2756cbe6278b2a9a8fc5 /mu4e
parent5573e7bed0cfa2b2165ac7e7456e90c3d3454dff (diff)
mu4e (ical): Use mu4e-user-mail-address-list when replying to ical events
Diffstat (limited to 'mu4e')
-rw-r--r--mu4e/mu4e-icalendar.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/mu4e/mu4e-icalendar.el b/mu4e/mu4e-icalendar.el
index a5bef3e..3bc0921 100644
--- a/mu4e/mu4e-icalendar.el
+++ b/mu4e/mu4e-icalendar.el
@@ -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))))