diff options
| author | Katsumi Yamaoka | 2010-03-31 00:08:42 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-03-31 00:08:42 +0000 |
| commit | 1d4d7664d78d100ad98dee447a6c064d99ae7431 (patch) | |
| tree | 55de2d6c268961725dd100b576bf2fd4d3e65b46 | |
| parent | 82043cfbb377a5fe4310ecca9dbcfe4bc253e78b (diff) | |
| download | emacs-1d4d7664d78d100ad98dee447a6c064d99ae7431.tar.gz emacs-1d4d7664d78d100ad98dee447a6c064d99ae7431.zip | |
(MIME Commands): Update description of gnus-article-browse-html-article.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 19 |
2 files changed, 18 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 1f419b34d48..95dea96487d 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (MIME Commands): Update description of | ||
| 4 | gnus-article-browse-html-article. | ||
| 5 | |||
| 1 | 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com> | 6 | 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 7 | ||
| 3 | * auth.texi (Secret Service API): Add TODO node. | 8 | * auth.texi (Secret Service API): Add TODO node. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 75720a94da1..cc0fb6e822e 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -10506,17 +10506,24 @@ the same manner: | |||
| 10506 | @kindex K H (Summary) | 10506 | @kindex K H (Summary) |
| 10507 | @findex gnus-article-browse-html-article | 10507 | @findex gnus-article-browse-html-article |
| 10508 | View @samp{text/html} parts of the current article with a WWW browser. | 10508 | View @samp{text/html} parts of the current article with a WWW browser. |
| 10509 | The message header is added to the beginning of every html part unless | 10509 | Inline images embedded in a message using the @code{cid} scheme, as they |
| 10510 | the prefix argument is given. | 10510 | are generally considered to be safe, will be processed properly. The |
| 10511 | message header is added to the beginning of every @acronym{HTML} part | ||
| 10512 | unless the prefix argument is given. | ||
| 10511 | 10513 | ||
| 10512 | Warning: Spammers use links to images in HTML articles to verify whether | 10514 | Warning: Spammers use links to images (using the @code{http} scheme) in |
| 10513 | you have read the message. As this command passes the @acronym{HTML} | 10515 | @acronym{HTML} articles to verify whether you have read the message. As |
| 10514 | content to the browser without eliminating these ``web bugs'' you should | 10516 | this command passes the @acronym{HTML} content to the browser without |
| 10515 | only use it for mails from trusted senders. | 10517 | eliminating these ``web bugs'' you should only use it for mails from |
| 10518 | trusted senders. | ||
| 10516 | 10519 | ||
| 10517 | If you always want to display @acronym{HTML} parts in the browser, set | 10520 | If you always want to display @acronym{HTML} parts in the browser, set |
| 10518 | @code{mm-text-html-renderer} to @code{nil}. | 10521 | @code{mm-text-html-renderer} to @code{nil}. |
| 10519 | 10522 | ||
| 10523 | This command creates temporary files to pass @acronym{HTML} contents | ||
| 10524 | including images if any to the browser, and deletes them when exiting | ||
| 10525 | the group (if you want). | ||
| 10526 | |||
| 10520 | @item K b | 10527 | @item K b |
| 10521 | @kindex K b (Summary) | 10528 | @kindex K b (Summary) |
| 10522 | Make all the @acronym{MIME} parts have buttons in front of them. This is | 10529 | Make all the @acronym{MIME} parts have buttons in front of them. This is |