I tried Evolution with Gmail using Imap. It sorted my emails by the labels I had been using with the web interface, very nice. Why isn't Mutt doing the same? It's only looking at the email in my Inbox, and I can't get to archived email. My email is automatically archived and labelled using filters in Gmail, so not all my new mail will show up in Inbox. Here's a section from my ~/.muttrc
99 set imap_user = '[EMAIL PROTECTED]' 100 set imap_pass = 'mypassword' 101 set from = "[EMAIL PROTECTED]" 102 set realname = "My Name" 103 set spoolfile = "imaps://imap.gmail.com:993/INBOX" 104 set folder = imaps://imap.gmail.com:993 105 set smtp_url = "smtp://[EMAIL PROTECTED]:587/" 106 set record = "imaps://imap.gmail.com/[Gmail]/Sent Mail" 107 set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts" 108 set header_cache = "~/.mutt/cache/headers" 109 set message_cachedir = "~/.mutt/cache/bodies" 110 set certificate_file = "~/.mutt/certificates"