This file contains hidden or 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
# 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. |