]> git.eshelyaron.com Git - emacs.git/commitdiff
Make Gnus recognise "git am" diffs in all groups
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 23 Oct 2019 08:34:28 +0000 (10:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 23 Oct 2019 08:34:35 +0000 (10:34 +0200)
* lisp/gnus/mm-uu.el (mm-uu-diff-groups-regexp): Recognise diffs
in all groups (bug#32730).

etc/NEWS
lisp/gnus/mm-uu.el

index c13d879f1a7637e35b180dee03937dbd14283d75..43411b7d4f1c93e4498afd99e4bc062368c257ba 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1142,6 +1142,10 @@ Of course it will still find it if you have it in "~/.ecompleterc".
 
 ** 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
index fec3986dedd699db0eb5e8a255c43e3b27c81b06..39cad57212de560b835e5c4733a9d1b254eea3a6 100644 (file)
@@ -77,10 +77,9 @@ This can be either \"inline\" or \"attachment\".")
   :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)