]> git.eshelyaron.com Git - emacs.git/commit
Gnus Group Mail Spliting on mailing-list headers
authorDaniel Dehennin <daniel.dehennin@baby-gnu.org>
Wed, 11 Apr 2018 22:40:13 +0000 (00:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 11 Apr 2018 22:40:13 +0000 (00:40 +0200)
commit45e37537620e594f0fb77210a9163e3da246666d
tree7c0303813b01fc6676eb3c338876263016549e0d
parentcaf88962160e82b7d19cb8bbe9985f77e214b9c6
Gnus Group Mail Spliting on mailing-list headers

* texi/gnus.texi: Document the new `list' split abbreviation and
`match-list' group parameter (bug#25346).

* lisp/gnus-mlspl.el: Use the `list' abbreviation when the new
`match-list' group parameter is set to `t'.
The split regexp is modified to match either `@` or `.` as domain
separator to comply with RFC2919 IDs too.

* lisp/nnmail.el: Add new `list' split abbreviation matching common
mailing-list headers.
doc/misc/gnus.texi
etc/NEWS
lisp/gnus/gnus-mlspl.el
lisp/gnus/nnmail.el