aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-02-09 14:23:53 -0800
committerPaul Eggert2016-02-09 14:23:53 -0800
commit05595c2e59983db469e620c4f34b2eef5123391b (patch)
tree9c72fdb703ebbacb66a9ca08c7a3d4c5bef01049 /doc
parent8fa67e959bcc835c359981aae01f0dad3213451a (diff)
parent821213572075b3f5a97676f48aeb6733bf437277 (diff)
downloademacs-05595c2e59983db469e620c4f34b2eef5123391b.tar.gz
emacs-05595c2e59983db469e620c4f34b2eef5123391b.zip
-
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/emacs-mime.texi34
-rw-r--r--doc/misc/gnus.texi2
2 files changed, 25 insertions, 11 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index b252b116a1c..ae1e09105ba 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -412,17 +412,31 @@ information about emacs-w3m}, @code{links}, @code{lynx},
412external viewer. You can also specify a function, which will be 412external viewer. You can also specify a function, which will be
413called with a @acronym{MIME} handle as the argument. 413called with a @acronym{MIME} handle as the argument.
414 414
415@item mm-inline-text-html-with-images 415@item mm-html-inhibit-images
416@vindex mm-html-inhibit-images
416@vindex mm-inline-text-html-with-images 417@vindex mm-inline-text-html-with-images
417Some @acronym{HTML} mails might have the trick of spammers using 418If this is non-@code{nil}, inhibit displaying of images inline in the
418@samp{<img>} tags. It is likely to be intended to verify whether you 419article body. It is effective to images in @acronym{HTML} articles
419have read the mail. You can prevent your personal information from 420rendered when @code{mm-text-html-renderer} (@pxref{Display
420leaking by setting this option to @code{nil} (which is the default). 421Customization}) is @code{shr} or @code{w3m}. In Gnus, this is
421For emacs-w3m, you may use the command @kbd{t} on the image anchor to 422overridden by the value of @code{gnus-inhibit-images} (@pxref{Misc
422show an image even if it is @code{nil}.@footnote{The command @kbd{T} 423Article, ,Misc Article, gnus, Gnus manual}).
423will load all images. If you have set the option 424
424@code{w3m-key-binding} to @code{info}, use @kbd{i} or @kbd{I} 425@item mm-html-blocked-images
425instead.} 426@vindex mm-html-blocked-images
427External images that have @acronym{URL}s that match this regexp won't
428be fetched and displayed. For instance, to block all @acronym{URL}s
429that have the string ``ads'' in them, do the following:
430
431@lisp
432(setq mm-html-blocked-images "ads")
433@end lisp
434
435It is effective when @code{mm-text-html-renderer} (@pxref{Display
436Customization}) is @code{shr}. In Gnus, this is overridden by the value
437of @code{gnus-blocked-images} or the return value of the function that
438@code{gnus-blocked-images} is set to (@pxref{HTML, ,HTML, gnus, Gnus
439manual}).
426 440
427@item mm-w3m-safe-url-regexp 441@item mm-w3m-safe-url-regexp
428@vindex mm-w3m-safe-url-regexp 442@vindex mm-w3m-safe-url-regexp
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index e6e3e7617ee..fa7cd09123c 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -11790,7 +11790,7 @@ renderer. If set to @code{gnus-w3m}, it uses @code{w3m}.
11790@item gnus-blocked-images 11790@item gnus-blocked-images
11791@vindex gnus-blocked-images 11791@vindex gnus-blocked-images
11792External images that have @acronym{URL}s that match this regexp won't 11792External images that have @acronym{URL}s that match this regexp won't
11793be fetched and displayed. For instance, do block all @acronym{URL}s 11793be fetched and displayed. For instance, to block all @acronym{URL}s
11794that have the string ``ads'' in them, do the following: 11794that have the string ``ads'' in them, do the following:
11795 11795
11796@lisp 11796@lisp