Merge pull request #1567 from Chris00/master

Allow icalendar replies to automatically be signed
This commit is contained in:
Dirk-Jan C. Binnema 2020-02-09 00:18:03 +02:00 committed by GitHub
commit be706fdfdd
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,9 @@ response in icalendar format."
(message-remove-header "To")
(message-goto-to)
(insert organizer)))
(message-goto-body)
;; Not (message-goto-body) to possibly skip mll sign directive
;; inserted by `mu4e-compose-mode-hook':
(goto-char (point-max))
(mml-insert-multipart "alternative")
(mml-insert-part "text/plain")
(let ((reply-event (gnus-icalendar-event-from-buffer