aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mm-decode.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index cba9633b539..a763e34785d 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -382,8 +382,9 @@ enables you to choose manually one of two types those mails include."
382 :group 'mime-display) 382 :group 'mime-display)
383 383
384(defcustom mm-inline-large-images nil 384(defcustom mm-inline-large-images nil
385 "If t, then all images fit in the buffer. 385 "If nil, images larger than the window aren't displayed in the buffer.
386If `resize', try to resize the images so they fit." 386If `resize', try to resize the images so they fit in the buffer.
387If t, show the images as they are without resizing."
387 :type '(radio 388 :type '(radio
388 (const :tag "Inline large images as they are." t) 389 (const :tag "Inline large images as they are." t)
389 (const :tag "Resize large images." resize) 390 (const :tag "Resize large images." resize)