* emacs-mime.texi (Customization): Added documentation for
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 28 Jan 2002 11:35:30 +0000 (11:35 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 28 Jan 2002 11:35:30 +0000 (11:35 +0000)
`mm-inline-text-html-with-images'.

texi/ChangeLog
texi/emacs-mime.texi

index 29c33e7..c24f273 100644 (file)
@@ -1,5 +1,8 @@
 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * emacs-mime.texi (Customization): Added documentation for
+       `mm-inline-text-html-with-images'.
+
        * gnus.texi (Article Washing): Replace w3m to emacs-w3m.
 
 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
index c6fb02b..4088623 100644 (file)
@@ -1011,6 +1011,14 @@ which uses emacs-w3m (see @uref{http://emacs-w3m.namazu.org/} for more
 information about emacs-w3m).  The function will be called with a MIME
 handle as the argument.
 
+@item mm-inline-text-html-with-images
+Some HTML mails might have the trick of spammers using @samp{<img>} tags.
+It is likely to be intended to verify whether you have read the mail.
+You can prevent your personal informations from leaking by setting this
+option to @code{nil} (which is the default).  It is currently ignored by
+Emacs/w3.  For emacs-w3m, you may use the command @kbd{t} on the image
+anchor to show an image even if it is @code{nil}.
+
 @item mm-inline-media-tests
 This is an alist where the key is a @sc{mime} type, the second element
 is a function to display the part @dfn{inline} (i.e., inside Emacs), and