2 Aug 14:19
problem setting up mutt for gmail imap, multiple accounts
Lusule Sinistral <lusule.sinistral <at> gmail.com>
2008-08-02 12:19:49 GMT
2008-08-02 12:19:49 GMT
Hi there, I'm new to mutt (and to linux) and I want to use Mutt to access my gmail accounts. I am happy to receive mail from gmail and send mail through gmail, without it going through a local mail spool thingy. I've been using some of the guides for setting up gmail, but I'm getting slightly confused, and it's not working too well. Attached is my .muttrc, and the debug log level 2. I am using Ubuntu Hardy Heron and I installed mutt through the synaptic package manager. Any help appreciated!
set folder=~/Mail set editor="vi" # Base hook to reset account variables to known state before activating new ones account-hook . 'unset preconnect imap_user imap_pass imap_authenticators; set ssl_starttls=ask-yes' folder-hook 'imaps://.*imap.gmail.com' unset record account-hook imaps://user1 <at> imap.gmail.com/ 'set imap_user=user1 <at> gmail.com imap_pass=<passwd>' folder-hook imaps://user1 <at> imap.gmail.com/ 'set smtp_url="smtps://user1 <at> smtp.gmail.com"' account-hook imaps://user2 <at> imap.gmail.com/ 'set imap_user=user2 <at> gmail.com imap_pass=<passwd> imap_authenticators=digest-md5' folder-hook imaps://user2 <at> imap.gmail.com/ 'set smtp_url="smtps://user2 <at> smtp.gmail.com"'(Continue reading)
RSS Feed