mu4e (ical): Allow to reply to icalendar invitations

Fixes https://github.com/djcb/mu/issues/994
This commit is contained in:
Christophe Troestler
2019-04-13 00:53:36 +02:00
parent c639a939f4
commit 1078fee2c5
5 changed files with 114 additions and 9 deletions

View File

@ -405,6 +405,14 @@ predicate function. A value of nil keeps all the addresses."
(repeat string))
:group 'mu4e-compose)
(defcustom mu4e-compose-reply-recipients 'ask
"Which recipients to use when replying to a message.
May be 'ask, 'all, 'sender."
:type '(choice ask
all
sender)
:group 'mu4e-compose)
(defcustom mu4e-compose-reply-to-address nil
"The Reply-To address.
Useful when this is not equal to the From: address."