I’m so tired with Gmail and i switch to mutt for faster track mail, i complete set up mutt and successfully run it, but all mail in it is out of date, its mail from several year ago, i don’t really understand what happend, this is my .muttrc
set imap_user = "[email protected]"
set imap_pass = "my_app_password"
set smtp_url = "smtp://[email protected]@smtp.gmail.com:587/"
set smtp_pass = "my_app_password"
set from = "[email protected]"
set realname = "My Name"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set ssl_force_tls = yes
# Optionally configure where sent mail is stored
set record="+[Gmail]/Sent Mail"
set postponed="+[Gmail]/Drafts"
set trash="+[Gmail]/Trash"
i configure password is app password i already setting in 2 Step Verification on Google account, i’m sure IMAP is enable in my Gmail, shift 2 ($) to force mutt refresh is not use, nothing change.