* lisp/gnus/mm-uu.el (mm-uu-diff-groups-regexp): Recognise diffs
in all groups (bug#32730).
** Gnus
+---
+*** 'mm-uu-diff-groups-regexp' now defaults to matching all groups,
+which means that "git am" diffs are recognised everywhere.
+
+++
*** Two new Gnus summary mode navigation commands have been added,
bound to the '[' and ']' keys: 'gnus-summary-prev-unseen-article' and
:type 'regexp
:group 'gnus-article-mime)
-(defcustom mm-uu-diff-groups-regexp
- "\\(gmane\\|gnu\\)\\..*\\(diff\\|commit\\|cvs\\|bug\\|devel\\)"
+(defcustom mm-uu-diff-groups-regexp "."
"Regexp matching diff groups."
- :version "22.1"
+ :version "27.1"
:type 'regexp
:group 'gnus-article-mime)