aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/gnus.texi14
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 @@
12010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-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
52010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> 72010-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.
12501If set to @code{gnus-article-html}, Gnus will use the built-in method, 12501If set to @code{gnus-article-html}, Gnus will use the built-in method,
12502that's based on @code{curl} and @code{w3m}. 12502that's based on @code{curl} and @code{w3m}.
12503 12503
12504@item gnus-blocked-images
12505@vindex gnus-blocked-images
12506Images that have @acronym{URL}s that match this regexp won't be
12507fetched and displayed. For instance, do block all @acronym{URL}s that
12508have the string ``ads'' in them, do the following:
12509
12510@lisp
12511(setq gnus-blocked-images "ads")
12512@end lisp
12513
12514The 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
12506Gnus will download and cache images according to how 12518Gnus 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
12508this directory. 12520this directory.
12509 12521
12510@item gnus-html-cache-size 12522@item gnus-html-cache-size