diff options
| author | Paul Eggert | 2016-02-09 14:23:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-09 14:23:53 -0800 |
| commit | 05595c2e59983db469e620c4f34b2eef5123391b (patch) | |
| tree | 9c72fdb703ebbacb66a9ca08c7a3d4c5bef01049 /doc | |
| parent | 8fa67e959bcc835c359981aae01f0dad3213451a (diff) | |
| parent | 821213572075b3f5a97676f48aeb6733bf437277 (diff) | |
| download | emacs-05595c2e59983db469e620c4f34b2eef5123391b.tar.gz emacs-05595c2e59983db469e620c4f34b2eef5123391b.zip | |
-
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/emacs-mime.texi | 34 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 2 |
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}, | |||
| 412 | external viewer. You can also specify a function, which will be | 412 | external viewer. You can also specify a function, which will be |
| 413 | called with a @acronym{MIME} handle as the argument. | 413 | called 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 |
| 417 | Some @acronym{HTML} mails might have the trick of spammers using | 418 | If 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 | 419 | article body. It is effective to images in @acronym{HTML} articles |
| 419 | have read the mail. You can prevent your personal information from | 420 | rendered when @code{mm-text-html-renderer} (@pxref{Display |
| 420 | leaking by setting this option to @code{nil} (which is the default). | 421 | Customization}) is @code{shr} or @code{w3m}. In Gnus, this is |
| 421 | For emacs-w3m, you may use the command @kbd{t} on the image anchor to | 422 | overridden by the value of @code{gnus-inhibit-images} (@pxref{Misc |
| 422 | show an image even if it is @code{nil}.@footnote{The command @kbd{T} | 423 | Article, ,Misc Article, gnus, Gnus manual}). |
| 423 | will 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 |
| 425 | instead.} | 426 | @vindex mm-html-blocked-images |
| 427 | External images that have @acronym{URL}s that match this regexp won't | ||
| 428 | be fetched and displayed. For instance, to block all @acronym{URL}s | ||
| 429 | that have the string ``ads'' in them, do the following: | ||
| 430 | |||
| 431 | @lisp | ||
| 432 | (setq mm-html-blocked-images "ads") | ||
| 433 | @end lisp | ||
| 434 | |||
| 435 | It is effective when @code{mm-text-html-renderer} (@pxref{Display | ||
| 436 | Customization}) is @code{shr}. In Gnus, this is overridden by the value | ||
| 437 | of @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 | ||
| 439 | manual}). | ||
| 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 |
| 11792 | External images that have @acronym{URL}s that match this regexp won't | 11792 | External images that have @acronym{URL}s that match this regexp won't |
| 11793 | be fetched and displayed. For instance, do block all @acronym{URL}s | 11793 | be fetched and displayed. For instance, to block all @acronym{URL}s |
| 11794 | that have the string ``ads'' in them, do the following: | 11794 | that have the string ``ads'' in them, do the following: |
| 11795 | 11795 | ||
| 11796 | @lisp | 11796 | @lisp |