diff options
| author | Katsumi Yamaoka | 2016-02-09 05:30:26 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2016-02-09 05:30:26 +0000 |
| commit | 7c9206f82000e9fd6ea9d1a53fc054eff88e701c (patch) | |
| tree | 67682f99d4b7a886d54483309084cdb28a121d65 /etc | |
| parent | b1079c0f86c218f016a6c2e84ea402f4e175fc53 (diff) | |
| download | emacs-7c9206f82000e9fd6ea9d1a53fc054eff88e701c.tar.gz emacs-7c9206f82000e9fd6ea9d1a53fc054eff88e701c.zip | |
Make mm-html-inhibit-images and mm-html-blocked-images default to nil
* lisp/gnus/mm-decode.el (mm-html-inhibit-images)
(mm-html-blocked-images): Default to nil.
* doc/misc/emacs-mime.texi (Display Customization): Mention that
mm-html-inhibit-images and mm-html-blocked-images default to nil.
* etc/NEWS (Gnus): Document mm-html-inhibit-images and
mm-html-blocked-images.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -353,6 +353,20 @@ to version 206, you can do this with C-u C-u M-x desktop-save. | |||
| 353 | It raises an error if a bookmark of that name already exists, | 353 | It raises an error if a bookmark of that name already exists, |
| 354 | unlike `bookmark-set' which silently updates an existing bookmark. | 354 | unlike `bookmark-set' which silently updates an existing bookmark. |
| 355 | 355 | ||
| 356 | ** Gnus | ||
| 357 | |||
| 358 | +++ | ||
| 359 | *** New user options `mm-html-inhibit-images' and `mm-html-blocked-images' | ||
| 360 | now control how mm-* functions fetch and display images in an HTML | ||
| 361 | message. Gnus still uses `gnus-inhibit-images' and `gnus-blocked-images' | ||
| 362 | for that purpose, i.e., binds mm-html- variables with those gnus- | ||
| 363 | variables, but other packages do not have to bind gnus- variables now. | ||
| 364 | |||
| 365 | --- | ||
| 366 | *** `mm-inline-text-html-with-images' has been removed. | ||
| 367 | Use `mm-html-inhibit-images' instead. Note that the value is opposite | ||
| 368 | in meaning. | ||
| 369 | |||
| 356 | ** IMAP | 370 | ** IMAP |
| 357 | 371 | ||
| 358 | --- | 372 | --- |