aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2010-03-31 00:08:42 +0000
committerKatsumi Yamaoka2010-03-31 00:08:42 +0000
commit1d4d7664d78d100ad98dee447a6c064d99ae7431 (patch)
tree55de2d6c268961725dd100b576bf2fd4d3e65b46
parent82043cfbb377a5fe4310ecca9dbcfe4bc253e78b (diff)
downloademacs-1d4d7664d78d100ad98dee447a6c064d99ae7431.tar.gz
emacs-1d4d7664d78d100ad98dee447a6c064d99ae7431.zip
(MIME Commands): Update description of gnus-article-browse-html-article.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi19
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 @@
12010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (MIME Commands): Update description of
4 gnus-article-browse-html-article.
5
12010-03-27 Teodor Zlatanov <tzz@lifelogs.com> 62010-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
10508View @samp{text/html} parts of the current article with a WWW browser. 10508View @samp{text/html} parts of the current article with a WWW browser.
10509The message header is added to the beginning of every html part unless 10509Inline images embedded in a message using the @code{cid} scheme, as they
10510the prefix argument is given. 10510are generally considered to be safe, will be processed properly. The
10511message header is added to the beginning of every @acronym{HTML} part
10512unless the prefix argument is given.
10511 10513
10512Warning: Spammers use links to images in HTML articles to verify whether 10514Warning: Spammers use links to images (using the @code{http} scheme) in
10513you have read the message. As this command passes the @acronym{HTML} 10515@acronym{HTML} articles to verify whether you have read the message. As
10514content to the browser without eliminating these ``web bugs'' you should 10516this command passes the @acronym{HTML} content to the browser without
10515only use it for mails from trusted senders. 10517eliminating these ``web bugs'' you should only use it for mails from
10518trusted senders.
10516 10519
10517If you always want to display @acronym{HTML} parts in the browser, set 10520If 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
10523This command creates temporary files to pass @acronym{HTML} contents
10524including images if any to the browser, and deletes them when exiting
10525the group (if you want).
10526
10520@item K b 10527@item K b
10521@kindex K b (Summary) 10528@kindex K b (Summary)
10522Make all the @acronym{MIME} parts have buttons in front of them. This is 10529Make all the @acronym{MIME} parts have buttons in front of them. This is