View Single Post
Posts: 55 | Thanked: 72 times | Joined on Nov 2009
#12
Originally Posted by ViciousXUSMC View Post
Care to fill us in on how to set that up and run it? Id like to learn more about linux and thats as good a place as any. There is that custom command widget that I think I can plug the xterm commands into and it may be a really good mail system replacement.
I just use ssh from an xterm:

Code:
ssh -t me@myserver.org mutt
At some point I should switch to running mutt in screen, so it sticks around if I disconnect.