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 = "[email protected]"
set imap_pass = ""
set smtp_url = "smtp://[email protected]:587/"
set smtp_pass = ""
set from = "[email protected]"
set realname = "Firstname Lastname"
#