Configuring Mutt 1.2.5i with IMAP/SSL.

Mutt's configuration takes place in ~/.muttrc.  This means create a
file called ".muttrc" in your home directory.

> Add these lines for IMAP/SSL support:

	set folder={YOURUSERNAME@disorder.primate.net/ssl}
	set spoolfile={YOURUSERNAME@disorder.primate.net/ssl}INBOX

> To make Mutt work sith SSL it needs help with randomness.
  Make a link in your home directory so Mutt can be random.

	ln -s ~/.ssh/random_seed ~/.rnd

Start mutt, accept the certificate and type in your password to start
using mutt with IMAP/SSL.