Installing tm-vm
****************
To take advantage of the benefits of tm-vm, you need to have VM and
tm already installed.
VM is part of XEmacs distributions and so if you're running XEmacs
you don't need to install it. If you're running Emacs, you will need to
install VM. The official VM distribution site is
`ftp://ftp.uu.net/networking/mail/vm/'.
If you're reading this manual then there is a pretty good chance you
already have a recent version of tm. The official tm distribution site
is `ftp://ftp.jaist.ac.jp/pub/GNU/mime/'. Follow the installation
procedure for tm as described in the documentation.
Once these steps are completed, tm-vm installation is very simple.
You just need to insert the following lines in your VM configuration
file (generally `.vm'):
(require 'mime-setup)
(require 'tm-vm)
That's it. You are ready to read and send multimedia mail! You may
also want to customize some aspects of tm-vm behaviour (*note
Customization::.).
If you use BBDB, you must load tm-vm *after* BBDB. Please be sure to
respect the following sequence in your initialization file:
(bbdb-insinuate-vm)
(require 'tm-vm)