Created
May 1, 2017 10:28
-
-
Save paulc/c60ffc5a61d089e76d77b2623443ae44 to your computer and use it in GitHub Desktop.
Mutt (live.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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