[gnus git] branch master updated: m0-11-54-ga712276 =1= gnus-icalendar.el (gnus-icalendar-identities): include message-alternative-emails

Jan <[email protected]> Mon, 06 Oct 2014 10:52:13 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  a712276f7aa789881c02814d46dfb5f841ee66ca (commit)
      from  eac68931aa33d79c85ca6f118eb15ffe8489c4fc (commit)


- Log -----------------------------------------------------------------
commit a712276f7aa789881c02814d46dfb5f841ee66ca
Author: Jan Tatarik <[email protected]>
Date:   Mon Oct 6 10:43:24 2014 +0200

    gnus-icalendar.el (gnus-icalendar-identities): include message-alternative-emails

diff --git a/lisp/gnus-icalendar.el b/lisp/gnus-icalendar.el
index 9027c53..3362cc8 100644
--- a/lisp/gnus-icalendar.el
+++ b/lisp/gnus-icalendar.el
@@ -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

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/gnus-icalendar.el |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project