]> git.eshelyaron.com Git - emacs.git/commit
Allow comments to organizer in icalendar event replies (Bug#72831)
authorfpi <git@pie.tf>
Wed, 28 Aug 2024 16:33:20 +0000 (18:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:21:28 +0000 (22:21 +0200)
commit4e3b9d50e2c92e178c3030e554acc93fe05dd14c
treeebd6193a1252956a7314b19fd656f9b801321fd0
parent57a99e690af3ff27640c29d1717aae0e3a23e4e0
Allow comments to organizer in icalendar event replies (Bug#72831)

* lisp/gnus/gnus-icalendar.el
(gnus-icalendar-event--build-reply-event-body): Add optional COMMENT
argument to be inserted into the reply.
(gnus-icalendar-event-reply-from-buffer): Add COMMENT argument to be
passed through to gnus-icalendar-event--build-reply-event-body
(gnus-icalendar-reply-accept, gnus-icalendar-reply-tentative,
gnus-icalendar-reply-decline): If interactively called with a prefix
argument ask user for a COMMENT to add to the reply.

* test/lisp/gnus/gnus-icalendar-tests.el
(gnus-icalendar-accept-with-comment,
gnus-icalendar-decline-without-changing-comment): New tests.

(cherry picked from commit 8332b4dd07a43d09ff8eed7097873d9ac4d5afc8)
etc/NEWS
lisp/gnus/gnus-icalendar.el
test/lisp/gnus/gnus-icalendar-tests.el