diff options
| author | Foo | 2016-02-08 13:28:37 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-08 13:28:37 +1100 |
| commit | 357ae5dba5faac5ff48ebb971cb29500f87f02a6 (patch) | |
| tree | 97fc02b211a7ac17899c28df8ef7a8e0f88e7f72 /etc | |
| parent | d0c29576099b02ba75c2458f4c3ac175d1ba9250 (diff) | |
| download | emacs-357ae5dba5faac5ff48ebb971cb29500f87f02a6.tar.gz emacs-357ae5dba5faac5ff48ebb971cb29500f87f02a6.zip | |
Allow various Gnus and Message address variables to be functions
* doc/misc/gnus.texi (To From Newsgroups):
gnus-ignored-from-addresses can be a function.
* doc/misc/message.texi (Wide Reply):
message-dont-reply-to-names can be a function.
* lisp/gnus/gnus-icalendar.el (gnus-icalendar-identities):
message-alternative-emails can be a function.
* lisp/gnus/gnus-notifications.el (gnus-notifications):
message-alternative-emails can be a function (bug#22315).
* lisp/gnus/gnus-sum.el
(gnus-summary-from-or-to-or-newsgroups):
gnus-ignored-from-addresses can be a function (bug#22315).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/GNUS-NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/GNUS-NEWS b/etc/GNUS-NEWS index 4efb53e69c3..c1a5bd757c6 100644 --- a/etc/GNUS-NEWS +++ b/etc/GNUS-NEWS | |||
| @@ -9,6 +9,8 @@ For older news, see Gnus info node "New Features". | |||
| 9 | 9 | ||
| 10 | * New features | 10 | * New features |
| 11 | 11 | ||
| 12 | ** message-alternative-emails can take a function as a value. | ||
| 13 | |||
| 12 | ** nnimap can request and use the Gmail "X-GM-LABELS". | 14 | ** nnimap can request and use the Gmail "X-GM-LABELS". |
| 13 | 15 | ||
| 14 | ** New package `gnus-notifications.el' can send notifications when you | 16 | ** New package `gnus-notifications.el' can send notifications when you |