Setting up mutt for gmail
Posted
by
highBandWidth
on Super User
See other posts from Super User
or by highBandWidth
Published on 2012-03-20T19:09:15Z
Indexed on
2012/03/22
17:34 UTC
Read the original article
Hit count: 298
I am trying to set up mutt for gmail. I am following instructions at http://crunchbanglinux.org/wiki/howto/howto_setup_mutt_with_gmail_imap, however, after putting
set from = "[email protected]"
set realname = "Your Real Name"
set imap_user = "[email protected]"
set imap_pass = "yourpassword"
(with my details, of course), I get
$ mutt
Error in $HOME/.muttrc, line 12: imap_user: unknown variable
Error in $HOME/.muttrc, line 13: imap_pass: unknown variable
source: errors in $HOME/.muttrc
Press any key to continue...
If I try to send an email, it doesn't work because instead of IMAP, it tries to send email directly from my localhost's mail system. Mutt says it is version Mutt 1.4.2.3i.
© Super User or respective owner