Customization
*************
Several variables let you adapt the behavior of tm-vm to your needs.
You can set these variables to the appropriate value in your
initialization file prior to loading tm.
- User Option: tm-vm/automatic-mime-preview
If non-`nil' then tm-vm will start in automatic mime preview mode
(see Usage.). Default `t'.
- User Option: tm-vm/strict-mime
If non-`nil' tm-vm will automatically decode MIME messages only.
MIME messages have a `MIME-Version' header. If `nil' then all
messages will be decoded and viewed in the MIME Preview buffer
regardless of the existence of a `MIME-Version' header. Default
`t'.
- User Option: tm-vm/use-vm-bindings
If non-`nil' tm-vm will use usual VM bindings in MIME-Preview
buffers and make TM bindings available with a prefix. Otherwise
usual TM bindings are used without prefix (this was the default in
versions of tm-vm older than 8.0). Default `t'.
- User Option: tm-vm/attach-to-popup-menus
If this is non-`nil', tm-vm will append a menu of MIME commands to
the VM standard mode popup (<Button 3>). Default `t'. Untested in
Emacs.
- User Option: tm-vm/use-original-url-button
If this is non-`nil', tm-vm will use VM to energize URL's contained
in the message body as weel as message headers. Default `t'.
- User Option: tm-vm/use-ps-print
If this is non-`nil' then MIME messages will be printed in
Postscript using the ps-print package. By default it is `t' for
non-MULE Emacses.
- Variable: tm-vm/build-mime-preview-buffer-hook
tm-vm runs the hooks in this list each time it builds a
MIME-Preview buffer for a message. You can attach your own hook
functions using `add-hook'.
- Variable: tm-vm/select-message-hook
tm-vm runs the hooks in this list after selecting a message. You
can attach your own hook functions using `add-hook'.
- Variable: tm-vm/forward-message-hook
tm-vm runs the hooks in this list after a Mail mode buffer has been
created to forward a message in message/rfc822 type format. If
`vm-forwarding-digest-type' is `rfc1521', tm-vm runs this hook
instead of `vm-forward-message-hook'.
- Variable: tm-vm/send-digest-hook
tm-vm runs the hooks in this list after a Mail mode buffer has been
created to send a digest in multipart/digest type format. If
`vm-digest-send-type' is `rfc1521', tm-vm runs this hook instead
of `vm-send-digest-hook'.
X-Faces
=======
tm-vm displays X-Faces inline for XEmacs users in the same way as
VM. X-Faces are turned on by default. You need to disable their display
explicitly if you want to:
(setq vm-use-lucid-highlighting nil)
(setq vm-display-xfaces nil)