LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   archived gmail not downloading with mutt + imap (https://www.linuxquestions.org/questions/linux-software-2/archived-gmail-not-downloading-with-mutt-imap-649978/)

fakie_flip 06-17-2008 04:56 PM

archived gmail not downloading with mutt + imap
 
A lot of my email is automatically archived and applied labels with gmail filters that I set up in the web interface. That email is not being downloaded with Mutt using Imap. I do have this in my ~/.muttrc.

99 set imap_user = 'myusername@gmail.com'
100 set imap_pass = 'mypassword'
101 set from = "myusername@gmail.com"
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@smtp.gmail.com: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"

fakie_flip 07-13-2008 09:26 PM

This problem was resolved by hitting c to change directory and then ? for a list of remote directories, and Mutt treated gmail labels as remote directories. All my labelled email is archived.


All times are GMT -5. The time now is 03:43 PM.