comparison lisp/vm/vm-vars.el @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents 1370575f1259
children 585fb297b004
comparison
equal deleted inserted replaced
135:4636a6841cd6 136:b980b6286996
417 encode it as needed. 417 encode it as needed.
418 418
419 A nil value means VM will not offer any support for composing 419 A nil value means VM will not offer any support for composing
420 MIME messages.") 420 MIME messages.")
421 421
422 (defvar vm-honor-mime-content-disposition t 422 (defvar vm-honor-mime-content-disposition nil
423 "*Non-nil value means use information from the Content-Disposition header 423 "*Non-nil value means use information from the Content-Disposition header
424 to display MIME messages. The Content-Disposition header 424 to display MIME messages. The Content-Disposition header
425 specifies whether a MIME object should be displayed inline or 425 specifies whether a MIME object should be displayed inline or
426 treated as an attachment. For VM, ``inline'' display means 426 treated as an attachment. For VM, ``inline'' display means
427 displaying the object in the Emacs buffer, if possible. 427 displaying the object in the Emacs buffer, if possible.