On Tue, Jan 22, 2008 at 19:09:55 +0100, Dan H wrote: > On Tue, 22 Jan 2008 14:41:21 +0000 Patter wrote: > > > Oh mutt's good, you can just configure it to do everything under > > the sun so a muttrc builder such as http://www.muttrcbuilder.org/ > > can put a lot of good setting in to start from. > > Hmmm... I tried that, hoping that this would get me nearer the > infamous mutt. Hey, great, there's even an IMAP section! You can put > in everything... username, password, authentication methods... > except an IMAP server. I mean, c'mon. > > OK I'm sure this can be resolved by some heavy RTFM, but still...
Here are some snippets from my ~/.muttrc to get you started: #----------------------------------------------------------------------- set spoolfile="imaps://your.imap.server.tld/" mailboxes "!INBOX" # subscribe to the inbox mailboxes "!sent-mail" "!Trash" # more folders on the server (optional) mailboxes "/var/mail/your_local_username" # your local mail (optional) set imap_user="your_imap_username" # you will be prompted for these if set imap_pass="your_imap_password" # you do not put them in the file #----------------------------------------------------------------------- Details are here: file:///usr/share/doc/mutt/html/optionalfeatures.html#imap file:///usr/share/doc/mutt/html/optionalfeatures.html#url-syntax file:///usr/share/doc/mutt/html/configuration.html#mailboxes file:///usr/share/doc/mutt/html/reference.html#spoolfile -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]