Bump the default size limit for in-line display of MIME text parts to
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 11 Mar 2007 22:30:05 +0000 (22:30 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 11 Mar 2007 22:30:05 +0000 (22:30 +0000)
65536, since we by default cache message bodies of that size anyway.

v7/src/imail/imail-top.scm

index 4b1af433db68a09cde25fcbe6cf016105b102435..5725d8a31bc8ca21007346b6ea54d3d86c08b16e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: imail-top.scm,v 1.298 2007/03/11 22:26:45 riastradh Exp $
+$Id: imail-top.scm,v 1.299 2007/03/11 22:30:05 riastradh Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -185,7 +185,7 @@ Note that this variable does not affect subparts of multipart/alternative."
   "Size limit in octets for showing MIME text message parts in-line.
 MIME text message parts less than this size are shown in-line by default.
 This variable can also be #F; then all parts will be shown in-line."
-  8192
+  65536
   (lambda (x) (or (boolean? x) (exact-nonnegative-integer? x))))
 
 (define-variable imail-mime-attachment-directory