> > I've got several hard-core network engineer users with the same problem. They > solved it in a neat way, by running mutt in a permanent screen session on a > server I provided for the purpose. Getmail is now not necessary as I deliver > their mail to that machine. Working on the LAN and from home over vpn it just > works, connecting from home without vpn is a simple matter of ssh port > forwarding. Their shell profiles on every workstation runs screen and > .screenrc is set up to automatically connect to that server. >
I use mutt with screen as well. It works great even from my nokia cellphone after installing the putty ssh client. It's probably the fastest, and lowest bandwidth consuming email client for mobile phones. One problem I had was Vim was very slow to startup, as it was trying to connect to the X server remotely. To fix this vim can be started with the -X parameter or the DISPLAY variable can be unset.