diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index eb2adf7fd20..e142af49ad1 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnus.texi (HTML): Document gnus-blocked-images. | ||
| 4 | |||
| 3 | * message.texi (Wide Reply): Document message-prune-recipient-rules. | 5 | * message.texi (Wide Reply): Document message-prune-recipient-rules. |
| 4 | 6 | ||
| 5 | 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index f09490d9a9a..8e2caf5a145 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -12501,10 +12501,22 @@ section only describes the default method. | |||
| 12501 | If set to @code{gnus-article-html}, Gnus will use the built-in method, | 12501 | If set to @code{gnus-article-html}, Gnus will use the built-in method, |
| 12502 | that's based on @code{curl} and @code{w3m}. | 12502 | that's based on @code{curl} and @code{w3m}. |
| 12503 | 12503 | ||
| 12504 | @item gnus-blocked-images | ||
| 12505 | @vindex gnus-blocked-images | ||
| 12506 | Images that have @acronym{URL}s that match this regexp won't be | ||
| 12507 | fetched and displayed. For instance, do block all @acronym{URL}s that | ||
| 12508 | have the string ``ads'' in them, do the following: | ||
| 12509 | |||
| 12510 | @lisp | ||
| 12511 | (setq gnus-blocked-images "ads") | ||
| 12512 | @end lisp | ||
| 12513 | |||
| 12514 | The default is to block all external images. | ||
| 12515 | |||
| 12504 | @item gnus-html-cache-directory | 12516 | @item gnus-html-cache-directory |
| 12505 | @vindex gnus-html-cache-directory | 12517 | @vindex gnus-html-cache-directory |
| 12506 | Gnus will download and cache images according to how | 12518 | Gnus will download and cache images according to how |
| 12507 | @code{mm-w3m-safe-url-regexp} is set. These images will be stored in | 12519 | @code{gnus-blocked-images} is set. These images will be stored in |
| 12508 | this directory. | 12520 | this directory. |
| 12509 | 12521 | ||
| 12510 | @item gnus-html-cache-size | 12522 | @item gnus-html-cache-size |