diff options
| author | John Wiegley | 2016-02-15 14:07:46 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-02-15 14:07:46 -0800 |
| commit | 33bb679af9e323408c8089f0b5675a54776d60d5 (patch) | |
| tree | 597ee645c54d54e3d77bd3394a72d67b7293f262 /doc/misc | |
| parent | ab7583a2b00d13207ab1c325c25c520a33859eee (diff) | |
| parent | 10b8ed27ec91ff52f93eb0297dcc3abb214931aa (diff) | |
| download | emacs-33bb679af9e323408c8089f0b5675a54776d60d5.tar.gz emacs-33bb679af9e323408c8089f0b5675a54776d60d5.zip | |
Merge from origin/emacs-25
10b8ed2 Document EXIF image rotation
0f60049 Support integer image rotation and respect EXIF rotations
7dd45b6 Quote table names for postgres listings (sql-mode)
6bac035 * lisp/replace.el (replace-match-maybe-edit): Make arg
`backward' optional.
ee909aa * lisp/simple.el (next-line-or-history-element): Reset
temporary-goal-column.
0a289d3 Suppress ACL ops if configured with --disable-acl
1a9dbf5 Mention web bugs
fa55da2 Make mm-html-blocked-images default to "" again
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/emacs-mime.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index b7c58d7ebeb..c9c4b7c2a2f 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -436,7 +436,12 @@ 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}). |
| 440 | |||
| 441 | Some @acronym{HTML} mails might have the trick of spammers using | ||
| 442 | @samp{<img>} tags. It is likely to be intended to verify whether you | ||
| 443 | have read the mail. You can prevent your personal information from | ||
| 444 | leaking by setting this option to @code{""} (which is the default). | ||
| 440 | 445 | ||
| 441 | @item mm-w3m-safe-url-regexp | 446 | @item mm-w3m-safe-url-regexp |
| 442 | @vindex mm-w3m-safe-url-regexp | 447 | @vindex mm-w3m-safe-url-regexp |