summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2016-06-25 12:04:21 -0700
committerMike Crute <mike@crute.us>2016-06-25 12:04:21 -0700
commit42ee2e2b1240dba7e55f0b8bbda449f76ef2f218 (patch)
treefbbc222820a1aa3107096b03ee04e66792ca1c78 /.mutt
parent53e90c3089689989a30e95ce6efa9bce96a00e6f (diff)
downloaddotfiles-42ee2e2b1240dba7e55f0b8bbda449f76ef2f218.tar.bz2
dotfiles-42ee2e2b1240dba7e55f0b8bbda449f76ef2f218.tar.xz
dotfiles-42ee2e2b1240dba7e55f0b8bbda449f76ef2f218.zip
Update gmail
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/gmail.account4
1 files changed, 2 insertions, 2 deletions
diff --git a/.mutt/gmail.account b/.mutt/gmail.account
index 6482970..42614a1 100644
--- a/.mutt/gmail.account
+++ b/.mutt/gmail.account
@@ -5,9 +5,9 @@ set spoolfile = "+INBOX"
5set record = "+[Gmail]/Sent Mail" 5set record = "+[Gmail]/Sent Mail"
6set postponed = "+Gmail]/Drafts" 6set postponed = "+Gmail]/Drafts"
7set imap_user = mcrute 7set imap_user = mcrute
8set imap_pass = "`cat ~/.private/mutt/gmail_password`" 8set imap_pass = "`cat ~/.mutt/gmail_password`"
9set smtp_url = "smtp://mcrute@smtp.gmail.com:587/" 9set smtp_url = "smtp://mcrute@smtp.gmail.com:587/"
10set smtp_pass = "`cat ~/.private/mutt/gmail_password`" 10set smtp_pass = "`cat ~/.mutt/gmail_password`"
11 11
12mailboxes =INBOX 12mailboxes =INBOX
13 13