Skip to content

Instantly share code, notes, and snippets.

View linuxcyberlabs's full-sized avatar
👖
must wear pants

linuxcyberlabs

👖
must wear pants
View GitHub Profile
@jaysonrowe
jaysonrowe / .muttrc
Created May 6, 2012 23:10
Mutt Configuration
# basic .muttrc for use with Gmail
# Change the following six lines to match your Gmail account details
set imap_user = "[email protected]"
set imap_pass = ""
set smtp_url = "smtp://[email protected]:587/"
set smtp_pass = ""
set from = "[email protected]"
set realname = "Firstname Lastname"
#