Created
December 18, 2019 10:24
-
-
Save canabady/969306a54f08ec6197afc4b67a300908 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set imap_user = "[email protected]" | |
set imap_pass = "" | |
# set smtp_url = "smtp://[email protected]:465/" | |
set smtp_url = "smtp://[email protected]@smtp.gmail.com:587/" | |
set smtp_pass = "" | |
set from = "[email protected]" | |
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