1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lisp/gnus
Christophe Troestler 2194284c55 Enable replying to an ical event even when not an attendee
* lisp/gnus/gnus-icalendar.el
(gnus-icalendar-event--build-reply-event-body): Display a warning
instead of barfing when user is missing from attendee list.

When the user identity is not present in the attendee list, an error
is triggered making replying to such an event impossible (the reply
message not being even composed).  This replaces it with a warning.
This is necessary because one may receive events that the organizer
did not set up well and it is up to the user to decide whether or not
to reply to them (bug#41723).
Copyright-paperwork-exempt: yes
2020-08-05 18:01:27 +02:00
..
.dir-locals.el
canlock.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ChangeLog.1 Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ChangeLog.2 Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ChangeLog.3 Update copyright year to 2020 2020-01-01 00:59:52 +00:00
deuglify.el Remove subsumed repetitions in regexps 2020-02-20 16:05:18 +01:00
gmm-utils.el Use the "modern" toolbars in Gnus again 2020-05-11 04:34:55 +03:00
gnus-agent.el Make old aliases to gnus-child* commands work before Gnus is loaded 2020-07-17 03:52:35 +02:00
gnus-art.el If gnus-visual is nil, don't fontify patches and the like 2020-08-02 19:44:30 +02:00
gnus-async.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-bcklg.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-bookmark.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
gnus-cache.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
gnus-cite.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-cloud.el ; Fix indentation in last change 2020-06-23 15:48:24 +01:00
gnus-cus.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-delay.el Remove the Date header from message-draft-headers 2020-03-20 11:39:44 -07:00
gnus-demon.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-diary.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-dired.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-draft.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
gnus-dup.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-eform.el Derive gnus-edit-form-mode from lisp-data-mode, fix mode map 2020-06-12 09:17:04 -07:00
gnus-fun.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
gnus-gravatar.el Make libravatar lookups asynchronous 2020-07-30 05:32:16 +02:00
gnus-group.el Fix problem with new-mail-mark in Gnus with non-unique names 2020-07-28 00:46:37 +02:00
gnus-html.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-icalendar.el Enable replying to an ical event even when not an attendee 2020-08-05 18:01:27 +02:00
gnus-int.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
gnus-kill.el Adjust naming convention for dependent Gnus sessions 2020-07-17 01:46:57 +02:00
gnus-logic.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-mh.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-ml.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-mlspl.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-msg.el Mention the Emacs bug tracker in the bug reporting doc strings 2020-07-19 03:49:16 +02:00
gnus-notifications.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-picon.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-range.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-registry.el Narrow to headers in gnus-registry before getting data 2020-07-19 02:19:33 +02:00
gnus-rfc1843.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-salt.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-score.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
gnus-sieve.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
gnus-spec.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-srvr.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
gnus-start.el Suppress relint false positive in gnus-start.el 2020-07-20 11:06:02 +02:00
gnus-sum.el Make the "All" setting for large-newsgroup-initial in Gnus work 2020-08-02 14:32:19 +02:00
gnus-topic.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-undo.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-util.el Mark unused Gnus util function as obsolete 2020-08-04 19:28:51 +02:00
gnus-uu.el Use directory-files-no-dot-files-regexp wherever possible 2020-04-16 12:14:38 +02:00
gnus-vm.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus-win.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gnus.el Make the "All" setting for large-newsgroup-initial in Gnus work 2020-08-02 14:32:19 +02:00
gssapi.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
legacy-gnus-agent.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mail-source.el Fix and extend format-spec (bug#41758) 2020-06-18 12:46:21 +01:00
message.el Fix max-width/height for Message screenshots 2020-08-05 15:02:28 +02:00
mm-archive.el Fix some file-modes races 2020-02-19 13:48:27 -08:00
mm-bodies.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-decode.el Fix viewing encrypted+signed messages from Outlook 2020-08-04 18:08:47 +02:00
mm-encode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-extern.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-partial.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-url.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mm-util.el Correct "different than" to "different from" where appropriate 2020-02-09 14:33:14 +00:00
mm-uu.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
mm-view.el If gnus-visual is nil, don't fontify patches and the like 2020-08-02 19:44:30 +02:00
mml-sec.el Fix two mml-sec minor bugs revealed by new test harness 2020-08-04 19:28:51 +02:00
mml-smime.el Move “Fix some broken conditional forms” to master 2020-01-05 11:50:31 -08:00
mml.el Implement a screenshot command for Message mode 2020-08-05 12:21:35 +02:00
mml1991.el prune the overly cavalier "kill all gnus buffers exit" 2020-01-30 11:28:30 -05:00
mml2015.el prune the overly cavalier "kill all gnus buffers exit" 2020-01-30 11:28:30 -05:00
nnagent.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnbabyl.el nnmail-cache-close should not use nofollow 2020-02-26 17:10:48 -08:00
nndiary.el nnmail-cache-close should not use nofollow 2020-02-26 17:10:48 -08:00
nndir.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nndoc.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
nndraft.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
nneething.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
nnfolder.el nnmail-cache-close should not use nofollow 2020-02-26 17:10:48 -08:00
nngateway.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnheader.el * lisp/gnus/nnmaildir.el: Fix O(n^2) problem when leaving a group 2020-02-14 11:05:57 -05:00
nnimap.el Fix problem with new-mail-mark in Gnus with non-unique names 2020-07-28 00:46:37 +02:00
nnir.el Merge from origin/emacs-27 2020-06-07 09:03:59 -07:00
nnmail.el Fix thinko in previous nnmail.el patch 2020-07-28 00:51:29 +02:00
nnmaildir.el * lisp/gnus/nnmaildir.el: Fix O(n^2) problem when leaving a group 2020-02-14 11:05:57 -05:00
nnmairix.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
nnmbox.el nnmail-cache-close should not use nofollow 2020-02-26 17:10:48 -08:00
nnmh.el Merge from origin/emacs-27 2020-04-15 07:50:15 -07:00
nnml.el nnmail-cache-close should not use nofollow 2020-02-26 17:10:48 -08:00
nnnil.el
nnoo.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnregistry.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nnrss.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
nnspool.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
nntp.el Allow open-network-stream to use different TLS capability commands 2020-07-19 02:56:40 +02:00
nnvirtual.el Make sure that all gnus buffers are killed on exit 2020-01-28 09:47:52 -05:00
nnweb.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
score-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
smiley.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
smime.el Add options for mode modern ciphers in smime-encrypt-cipher 2020-08-04 20:32:13 +02:00
spam-report.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
spam-stat.el Fix edge case errors in filename-matching regexps 2020-04-14 12:25:16 +02:00
spam-wash.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
spam.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00