archived mail in gmail
- To: mutt-users@xxxxxxxx
- Subject: archived mail in gmail
- From: Chris Lemire <good_bye300@xxxxxxxxx>
- Date: Tue, 17 Jun 2008 15:37:20 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=oH7OwWqvnJ1C1Pr5RdSdgUbRbzerVMA55E8cPLixub1nMJV3tDvl+EJcasd5s5rT9udKAyaEDnGTK7DwKI1el8h/qQvwmFZ8UmgxukNa1M/6wo5eJbsHc4XKFbXhN/DgEkuOis8nRdpm0qsRtXx125dybobCfLzMiOxLAUo5qcM=;
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Reply-to: christopher.lemire@xxxxxxxxx
- Sender: owner-mutt-users@xxxxxxxx
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 = 'myusername@xxxxxxxxx'
100 set imap_pass = 'mypassword'
101 set from = "myusername@xxxxxxxxx"
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://myusername@xxxxxxxxxxxxxx: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"