Last active
May 14, 2018 00:51
-
-
Save sushantmane/d2465ffe336292bae789 to your computer and use it in GitHub Desktop.
Mutt configuration for gmail
This file contains 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 ssl_starttls=yes | |
set ssl_force_tls=yes | |
set imap_user = '[email protected]' | |
set imap_pass = 'PASSWORD' | |
set from='[email protected]' | |
set realname='Sushant Mane' | |
set folder = imaps://imap.gmail.com/ | |
set spoolfile = imaps://imap.gmail.com/INBOX | |
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts" | |
set header_cache = "~/.mutt/cache/headers" | |
set message_cachedir = "~/.mutt/cache/bodies" | |
set certificate_file = "~/.mutt/certificates" | |
set smtp_url = 'smtps://[email protected]:[email protected]:465/' | |
set move = no | |
set imap_keepalive = 900 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment