mu4e/icalendar: Restore the deletion of the citation
This commit is contained in:
@ -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
|
STATUS values. BUFFER-NAME is the name of the buffer holding the
|
||||||
response in icalendar format."
|
response in icalendar format."
|
||||||
(let ((message-signature nil))
|
(let ((message-signature nil))
|
||||||
(let ((_mu4e-compose-cite-function #'mu4e~icalendar-delete-citation)
|
(let ((mu4e-compose-cite-function #'mu4e~icalendar-delete-citation)
|
||||||
(_mu4e-sent-messages-behavior 'delete)
|
(mu4e-sent-messages-behavior 'delete)
|
||||||
(mu4e-compose-reply-recipients 'sender))
|
(mu4e-compose-reply-recipients 'sender))
|
||||||
(mu4e~compose-handler 'reply original-msg))
|
(mu4e~compose-handler 'reply original-msg))
|
||||||
;; Make sure the recipient is the organizer
|
;; Make sure the recipient is the organizer
|
||||||
|
|||||||
Reference in New Issue
Block a user