I just finished the global encryption finally..

Here is how it boils down...

you *MANUALLY* edit $HOME/.xfmail/.xfmailrc to include
use_gpasswd=1

After this, start xfmail and choose a pass phrase < 32 characters
After doing this, edit all of the receive sources you have to include
the toggle option of "store password".  Now when you exit your passwords will
be encrypted with TwoFish and your secret pass phrase.

Reasoning for this option:
        If you have multiple mail accounts you pull from, entering each
		password each time you start can be annoying.  Storing your passwords
		in plain text is highly insecure.  Now, one password will unlock
		all of your passwords that are stored using strong encryption.

Steps for compiling:
	Install libmcrypt  URL: http://mcrypt.hellug.gr/
	                  RPMS: ftp://ftp.fazekas.hu/pub/linux/rpms/mcrypt/
		*You must use a 2.3.x version.  2.4.x is not supported in this build.

	run ./configure --enable-gpasswd

	Then make as normal.


