# Pastebin IX1sWwRm set imap_user = "voltagex@voltagex.org" set smtp_url=smtp://$imap_user:$imap_pass@smtp.gmail.com:587 set from = $imap_user set realname = "Adam Baxter" # # # Change the following line to a different editor you prefer. set editor = 'nano' # Basic config set folder = "imaps://imap.gmail.com:993" set spoolfile = "+INBOX" set imap_check_subscribed=yes set hostname = voltagex.org set mail_check = 120 set timeout = 300 set imap_keepalive = 900 set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts" set trash = "imaps://imap.gmail.com/[Gmail]/Bin" set header_cache=~/.mutt/cache/headers set message_cachedir=~/.mutt/cache/bodies set certificate_file=~/.mutt/certificates set move = no set include set sort = 'threads' set sort_aux = 'reverse-last-date-received' set auto_tag = yes set pager_index_lines = 10 ignore "Authentication-Results:" ignore "DomainKey-Signature:" ignore "DKIM-Signature:" hdr_order Date From To Cc alternative_order text/plain text/html * auto_view text/html bind editor complete-query bind editor ^T complete bind editor noop # # Gmail-style keyboard shortcuts macro index,pager am "unset trash\n " "Gmail archive message" # different from Gmail, but wanted to keep "y" to show folders. #macro index,pager d "set trash=\"imaps://imap.googlemail.com/[GMail]/Trash\"\n " "Gmail delete message" macro index,pager gi "=INBOX" "Go to inbox" macro index,pager ga "=[Gmail]/All Mail" "Go to all mail" macro index,pager gs "=[Gmail]/Starred" "Go to starred messages" macro index,pager gd "=[Gmail]/Drafts" "Go to drafts" macro index,pager gl "?" "Go to 'Label'" # will take you to a list of all your Labels (similar to viewing folders). macro index A \ "~NN." \ "mark all new as read"