Skip to content

Instantly share code, notes, and snippets.

@kayiwa
Last active January 3, 2016 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kayiwa/8417259 to your computer and use it in GitHub Desktop.
Save kayiwa/8417259 to your computer and use it in GitHub Desktop.
Mutt Dot File
# Me
set from = "you@gmail_or_your_domain.com"
set realname = "Francis Kayiwa"
# My credentials
set smtp_url = "smtp://you@gmail_or_your_domain.com@smtp.gmail.com:465/"
set smtp_pass = "password"
set imap_user = "you@gmail_or_your_domain.com"
set imap_pass = "password"
# My mailboxes
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed = "+[Gmail]/Drafts"
# Where to put the stuff
set header_cache = "~/.mutt/cache/headers"
set message_cachedir = "~/.mutt/cache/bodies"
set certificate_file = "~/.mutt/certificates"
# Etc
set mail_check = 30
set move = no
set imap_keepalive = 900
set sort = threads
set editor = "vim"
set signature = ~/.signature
# GnuPG bootstrap
# source ~/.mutt/gpg.rc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment