diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/gnus.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 61a2171baac..3365e05943a 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -9477,6 +9477,14 @@ signature should be removed, or other symbol, meaning that the | |||
| 9477 | corresponding regular expression in @code{gnus-article-banner-alist} is | 9477 | corresponding regular expression in @code{gnus-article-banner-alist} is |
| 9478 | used. | 9478 | used. |
| 9479 | 9479 | ||
| 9480 | For instance: | ||
| 9481 | |||
| 9482 | @lisp | ||
| 9483 | (setq gnus-article-banner-alist | ||
| 9484 | ((googleGroups . | ||
| 9485 | "^\n*--~--~---------\\(.+\n\\)+"))) | ||
| 9486 | @end lisp | ||
| 9487 | |||
| 9480 | Regardless of a group, you can hide things like advertisements only when | 9488 | Regardless of a group, you can hide things like advertisements only when |
| 9481 | the sender of an article has a certain mail address specified in | 9489 | the sender of an article has a certain mail address specified in |
| 9482 | @code{gnus-article-address-banner-alist}. | 9490 | @code{gnus-article-address-banner-alist}. |
| @@ -15102,6 +15110,9 @@ arguments in a buffer narrowed to the headers of an incoming mail | |||
| 15102 | message. The function should return a list of group names that it | 15110 | message. The function should return a list of group names that it |
| 15103 | thinks should carry this mail message. | 15111 | thinks should carry this mail message. |
| 15104 | 15112 | ||
| 15113 | This variable can also be a fancy split method. See @xref{Fancy Mail | ||
| 15114 | Splitting} for the syntax. | ||
| 15115 | |||
| 15105 | Note that the mail back ends are free to maul the poor, innocent, | 15116 | Note that the mail back ends are free to maul the poor, innocent, |
| 15106 | incoming headers all they want to. They all add @code{Lines} headers; | 15117 | incoming headers all they want to. They all add @code{Lines} headers; |
| 15107 | some add @code{X-Gnus-Group} headers; most rename the Unix mbox | 15118 | some add @code{X-Gnus-Group} headers; most rename the Unix mbox |