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
@linuxcyberlabs
linuxcyberlabs / .muttrc
Created July 1, 2020 14:35 — forked from jaysonrowe/.muttrc
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"
#