From 339a17852b99fca1e4058e3b54c98439729082b7 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Tue, 16 Mar 2021 21:21:00 +0100 Subject: [PATCH] mu4e/icalendar: Restore the deletion of the citation --- mu4e/mu4e-icalendar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-icalendar.el b/mu4e/mu4e-icalendar.el index 8813df61..4faaea2e 100644 --- a/mu4e/mu4e-icalendar.el +++ b/mu4e/mu4e-icalendar.el @@ -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