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 = "username@gmail.com"
set imap_pass = ""
set smtp_url = "smtp://username@smtp.gmail.com:587/"
set smtp_pass = ""
set from = "username@gmail.com"
set realname = "Firstname Lastname"
#