Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
83f04676
Commit
83f04676
authored
Oct 06, 2014
by
Jan Tatarik
Committed by
Katsumi Yamaoka
Oct 06, 2014
Browse files
lisp/gnus/gnus-icalendar.el (gnus-icalendar-identities): Include message-alternative-emails
parent
ceea5375
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-icalendar.el
lisp/gnus/gnus-icalendar.el
+4
-2
No files found.
lisp/gnus/ChangeLog
View file @
83f04676
2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
* gnus-icalendar.el (gnus-icalendar-identities):
Include message-alternative-emails.
2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
* nnimap.el (nnimap-process-expiry-targets): Reverse the list of
...
...
lisp/gnus/gnus-icalendar.el
View file @
83f04676
...
...
@@ -676,8 +676,9 @@ Gnus will only offer you the Accept/Tentative/Decline buttons for
calendar events if any of your identities matches at least one
RSVP participant.
Your identity is guessed automatically from the variables `user-full-name',
`user-mail-address', and `gnus-ignored-from-addresses'.
Your identity is guessed automatically from the variables
`user-full-name', `user-mail-address',
`gnus-ignored-from-addresses' and `message-alternative-emails'.
If you need even more aliases you can define them here. It really
only makes sense to define names or email addresses."
...
...
@@ -703,6 +704,7 @@ These will be used to retrieve the RSVP information from ical events."
(
list
user-full-name
(
regexp-quote
user-mail-address
)
; NOTE: these can be lists
gnus-ignored-from-addresses
; already regexp-quoted
message-alternative-emails
;
(
mapcar
#'
regexp-quote
gnus-icalendar-additional-identities
)))))
;; TODO: make the template customizable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment