Skip to content

Instantly share code, notes, and snippets.

@ra
Created June 1, 2012 23:31
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 ra/2855749 to your computer and use it in GitHub Desktop.
Save ra/2855749 to your computer and use it in GitHub Desktop.
Gmail .muttrc
# login information
set imap_user='account@gmail.com'
set imap_pass='password'
# email server location
set spoolfile=imaps://account@gmail.com@imap.gmail.com:993/INBOX
set folder=imaps://account@gmail.com@imap.gmail.com:993/
set smtp_url=smtp://account@gmail.com:password@smtp.gmail.com:587
set editor=/usr/bin/vi
set from=account@gmail.com
@ra
Copy link
Author

ra commented Nov 26, 2022

obsolete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment