Skip to content

Instantly share code, notes, and snippets.

@sushantmane
Last active May 14, 2018 00:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sushantmane/d2465ffe336292bae789 to your computer and use it in GitHub Desktop.
Save sushantmane/d2465ffe336292bae789 to your computer and use it in GitHub Desktop.
Mutt configuration for gmail
set ssl_starttls=yes
set ssl_force_tls=yes
set imap_user = 'sushantmane7@gmail.com'
set imap_pass = 'PASSWORD'
set from='sushantmane7@gmail.com'
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://sushantmane7@gmail.com:PASSWORD@smtp.gmail.com: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