diff options
| author | Katsumi Yamaoka | 2010-11-18 02:38:03 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-11-18 02:38:03 +0000 |
| commit | 239661c0859d174f170a6c18977c534481d4a040 (patch) | |
| tree | c732578679fd6e2ff86d92a2d32ff08281bbb9de /doc | |
| parent | 6568a67db86939bf4067f4b606a3a8adbce9096f (diff) | |
| download | emacs-239661c0859d174f170a6c18977c534481d4a040.tar.gz emacs-239661c0859d174f170a6c18977c534481d4a040.zip | |
gnus.texi (Misc Article): Document gnus-inhibit-images.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 11 |
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 @@ | |||
| 1 | 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (Misc Article): Document gnus-inhibit-images. | ||
| 4 | |||
| 1 | 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2010-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 | |||
| 12461 | will be fetched as a result of reading mail, so that nobody can use | 12461 | will be fetched as a result of reading mail, so that nobody can use |
| 12462 | web bugs (and the like) to track whether you've read email. | 12462 | web bugs (and the like) to track whether you've read email. |
| 12463 | 12463 | ||
| 12464 | Also @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 |
| 12466 | Gnus will download and cache images according to how | 12468 | Gnus 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 |
| 12942 | variable is only enabled if you have installed it. | 12944 | variable is only enabled if you have installed it. |
| 12943 | 12945 | ||
| 12946 | @vindex gnus-inhibit-images | ||
| 12947 | @item gnus-inhibit-images | ||
| 12948 | If this is non-@code{nil}, inhibit displaying of images inline in the | ||
| 12949 | article body. It is effective to images that are in articles as | ||
| 12950 | @acronym{MIME} parts, and images in @acronym{HTML} articles rendered | ||
| 12951 | when @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 | ||