Skip to content

Instantly share code, notes, and snippets.

@earlybr

earlybr/muttrc Secret

Created July 8, 2016 16:29
Show Gist options
  • Save earlybr/d6108d5323fbb8adf96e92399928eb99 to your computer and use it in GitHub Desktop.
Save earlybr/d6108d5323fbb8adf96e92399928eb99 to your computer and use it in GitHub Desktop.
set imap_authenticators = "login"
set folder = "imaps://localhost:993"
set spoolfile="imaps://localhost/INBOX"
set postponed="imaps://localhost/Drafts"
set record = "imaps://localhost/Sent"
set trash="imaps://localhost/Trash"
set copy
set imap_check_subscribed
set hostname = localhost
set smtp_url = "smtp://user@example.com@localhost:587/"
set ssl_force_tls = yes
set ssl_starttls = yes
set certificate_file =~/.mutt/certificates
set ssl_verify_host=yes
set ssl_verify_dates=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment