(Article Hiding): Add google banner example.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 19:32:07 +0000 (21:32 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 19:32:07 +0000 (21:32 +0200)
Suggested by Benjamin Xu.

texi/ChangeLog
texi/gnus.texi

index 9772e4f..c26b205 100644 (file)
@@ -2,6 +2,8 @@
 
        * gnus.texi (Splitting Mail): Mention the new fancy splitting
        function.
+       (Article Hiding): Add google banner example.  Suggested by Benjamin
+       Xu.
 
 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
 
index 564996c..2858990 100644 (file)
@@ -9477,6 +9477,14 @@ signature should be removed, or other symbol, meaning that the
 corresponding regular expression in @code{gnus-article-banner-alist} is
 used.
 
+For instance:
+
+@lisp
+(setq gnus-article-banner-alist
+      ((googleGroups .
+       "^\n*--~--~---------\\(.+\n\\)+")))
+@end lisp
+
 Regardless of a group, you can hide things like advertisements only when
 the sender of an article has a certain mail address specified in
 @code{gnus-article-address-banner-alist}.