Skip to content

Instantly share code, notes, and snippets.

@dougpagani
dougpagani / .muttrc
Created June 8, 2018 16:02 — forked from shreeshga/.muttrc
mutt rc file
# A basic .muttrc for use with Gmail
# Change the following six lines to match your Gmail account details
set imap_user = "[email protected]"
set copy=yes
set smtp_url = "smtps://[email protected]@smtp.gmail.com:465/"
set from = "[email protected]"
set realname = "shreesh ayachit"
# Change the following line to a different editor you prefer.