mu4e/icalendar: Restore the deletion of the citation

This commit is contained in:
Christophe Troestler 2021-03-16 21:21:00 +01:00
parent 3621314ac2
commit 339a17852b
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ See `gnus-icalendar-event-reply-from-buffer' for the possible
STATUS values. BUFFER-NAME is the name of the buffer holding the
response in icalendar format."
(let ((message-signature nil))
(let ((_mu4e-compose-cite-function #'mu4e~icalendar-delete-citation)
(_mu4e-sent-messages-behavior 'delete)
(let ((mu4e-compose-cite-function #'mu4e~icalendar-delete-citation)
(mu4e-sent-messages-behavior 'delete)
(mu4e-compose-reply-recipients 'sender))
(mu4e~compose-handler 'reply original-msg))
;; Make sure the recipient is the organizer