Skip to content

Instantly share code, notes, and snippets.

@paulc
Created May 1, 2017 10:28
Show Gist options
  • Save paulc/c60ffc5a61d089e76d77b2623443ae44 to your computer and use it in GitHub Desktop.
Save paulc/c60ffc5a61d089e76d77b2623443ae44 to your computer and use it in GitHub Desktop.
Mutt (live.com)
set imap_user = "[email protected]"
set from = "[email protected]"
set realname ="___"
set ssl_force_tls = yes
set folder = "imaps://imap-mail.outlook.com:993"
set smtp_url = "smtp://[email protected]@smtp-mail.outlook.com:587/"
set spoolfile = "+INBOX"
set hostname = "live.com"
set header_cache = "~/.mutt/cache/headers"
set message_cachedir = "~/.mutt/cache/bodies"
set certificate_file = ~/.mutt/certificates
set move = no
set include
set sort = 'threads'
set sort_aux = 'reverse-last-date-received'
set auto_tag = yes
unset record
set postponed = "=Drafts"
set move = no
set imap_check_subscribed
set mail_check = 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment