diff options
Diffstat (limited to 'mutt/gmail.login')
| -rw-r--r-- | mutt/gmail.login | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mutt/gmail.login b/mutt/gmail.login new file mode 100644 index 0000000..ec3c6f7 --- /dev/null +++ b/mutt/gmail.login | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # IMAP/SMTP settings | ||
| 2 | set imap_user = "typebrook@gmail.com" | ||
| 3 | set imap_pass = `pass google/imap_for_typebrook` | ||
| 4 | set smtp_url = "typebrook@gmail.com" | ||
| 5 | set smtp_pass = "$imap_pass" | ||
| 6 | |||
| 7 | set ssl_starttls = yes | ||
| 8 | set ssl_force_tls = yes | ||
| 9 | |||
| 10 | # Set mailboxes | ||
| 11 | set folder = "imaps://imap.gmail.com/" | ||
| 12 | set spoolfile = "+INBOX" | ||
| 13 | set postponed = "+[Gmail]/Drafts" | ||
| 14 | set record = "+[Gmail]/Sent Mail" | ||
| 15 | set trash = "+[Gmail]/Trash" | ||