diff options
| author | Katsumi Yamaoka | 2016-02-09 22:24:25 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2016-02-09 22:24:25 +0000 |
| commit | fa55da20db11fd09a30c6e5c2205565929aee30e (patch) | |
| tree | 4041d9d8347985771da73a5a8b3e70c4bb335a78 /doc/misc | |
| parent | 145a11e1a3417d0fef60148296f2e8f97e09d5e9 (diff) | |
| download | emacs-fa55da20db11fd09a30c6e5c2205565929aee30e.tar.gz emacs-fa55da20db11fd09a30c6e5c2205565929aee30e.zip | |
Make mm-html-blocked-images default to "" again
* lisp/gnus/mm-decode.el (mm-html-blocked-images):
Default to "" that blocks all external images.
* doc/misc/emacs-mime.texi (Display Customization):
Mention that mm-html-blocked-images defaults to "".
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/emacs-mime.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index b7c58d7ebeb..9c4f10ec90c 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -436,7 +436,7 @@ It is effective when @code{mm-text-html-renderer} (@pxref{Display | |||
| 436 | Customization}) is @code{shr}. In Gnus, this is overridden by the value | 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 | 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 | 438 | @code{gnus-blocked-images} is set to (@pxref{HTML, ,HTML, gnus, Gnus |
| 439 | manual}). The default is @code{nil}. | 439 | manual}). The default is @code{""} that blocks all external images. |
| 440 | 440 | ||
| 441 | @item mm-w3m-safe-url-regexp | 441 | @item mm-w3m-safe-url-regexp |
| 442 | @vindex mm-w3m-safe-url-regexp | 442 | @vindex mm-w3m-safe-url-regexp |