aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKatsumi Yamaoka2010-11-18 02:38:03 +0000
committerKatsumi Yamaoka2010-11-18 02:38:03 +0000
commit239661c0859d174f170a6c18977c534481d4a040 (patch)
treec732578679fd6e2ff86d92a2d32ff08281bbb9de /doc
parent6568a67db86939bf4067f4b606a3a8adbce9096f (diff)
downloademacs-239661c0859d174f170a6c18977c534481d4a040.tar.gz
emacs-239661c0859d174f170a6c18977c534481d4a040.zip
gnus.texi (Misc Article): Document gnus-inhibit-images.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/gnus.texi11
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 9b014f70b42..21835c82f67 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (Misc Article): Document gnus-inhibit-images.
4
12010-11-12 Katsumi Yamaoka <yamaoka@jpl.org> 52010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * gnus.texi (Article Washing): Fix typo. 7 * gnus.texi (Article Washing): Fix typo.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 2bab960f0a7..5ce214a6912 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -12461,6 +12461,8 @@ anything that isn't a newsgroup. This means that no external images
12461will be fetched as a result of reading mail, so that nobody can use 12461will be fetched as a result of reading mail, so that nobody can use
12462web bugs (and the like) to track whether you've read email. 12462web bugs (and the like) to track whether you've read email.
12463 12463
12464Also @pxref{Misc Article} for @code{gnus-inhibit-images}.
12465
12464@item gnus-html-cache-directory 12466@item gnus-html-cache-directory
12465@vindex gnus-html-cache-directory 12467@vindex gnus-html-cache-directory
12466Gnus will download and cache images according to how 12468Gnus will download and cache images according to how
@@ -12941,6 +12943,15 @@ for how to compose such messages. This requires
12941@uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this 12943@uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
12942variable is only enabled if you have installed it. 12944variable is only enabled if you have installed it.
12943 12945
12946@vindex gnus-inhibit-images
12947@item gnus-inhibit-images
12948If this is non-@code{nil}, inhibit displaying of images inline in the
12949article body. It is effective to images that are in articles as
12950@acronym{MIME} parts, and images in @acronym{HTML} articles rendered
12951when @code{mm-text-html-renderer} (@pxref{Display Customization,
12952,Display Customization, emacs-mime, The Emacs MIME Manual}) is
12953@code{shr} or @code{gnus-w3m}.
12954
12944@end table 12955@end table
12945 12956
12946 12957