Skip to content

Instantly share code, notes, and snippets.

@canabady
Created December 18, 2019 10:24
Show Gist options
  • Save canabady/969306a54f08ec6197afc4b67a300908 to your computer and use it in GitHub Desktop.
Save canabady/969306a54f08ec6197afc4b67a300908 to your computer and use it in GitHub Desktop.
set imap_user = "mailbox@gmail.com"
set imap_pass = ""
# set smtp_url = "smtp://mailbox@smtp.gmail.com:465/"
set smtp_url = "smtp://mailbox@gmail.com@smtp.gmail.com:587/"
set smtp_pass = ""
set from = "mailbox@gmail.com"
set realname = "Mailbox Name"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
set trash = +'Trash'
# Color theme
source '~/.mutt/theme/mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc'
# Reset the mailbox listing prior to display to avoid other account mailbox from showing in it
# unmailboxes *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment