Newbie to Mutt here. I'm just getting started, and I'm trying to get a working rc file set up. I think I have all the basics except that my ISP requires me to login with username and password to read my mail. I can't get Mutt to login. Here's a copy of my POP section:
# POP ##################################################################### set pop_user = "[EMAIL PROTECTED]" set pop_pass = "password" set pop_delete = no set pop_host = "pop3.ispwest.com" #set pop_port = 110 #set pop_last = no Every time I try to read my mail Mutt says that login failed: "Login failed. USER: unknown or invalid command in this state [USER]" What do I have to set to get this to work? Thanks