summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2014-04-07 20:25:58 -0700
committerMike Crute <mike@crute.us>2014-04-07 20:25:58 -0700
commita1b93741f5f1acd39b4a6aaa203accc9ad1dff76 (patch)
treee6bfa236a7debda1b9c4315cc606093fa237d068 /.mutt
parentf78ebf8e4227e1b4cd63bbc0a8d6ab7ea5e429aa (diff)
downloaddotfiles-a1b93741f5f1acd39b4a6aaa203accc9ad1dff76.tar.bz2
dotfiles-a1b93741f5f1acd39b4a6aaa203accc9ad1dff76.tar.xz
dotfiles-a1b93741f5f1acd39b4a6aaa203accc9ad1dff76.zip
Syncing from home
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/gmail_password1
-rw-r--r--.mutt/muttrc25
2 files changed, 16 insertions, 10 deletions
diff --git a/.mutt/gmail_password b/.mutt/gmail_password
new file mode 100644
index 0000000..a99a689
--- /dev/null
+++ b/.mutt/gmail_password
@@ -0,0 +1 @@
kkgalkxayhibyqkc
diff --git a/.mutt/muttrc b/.mutt/muttrc
index 8cb1de6..7c44cd3 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -53,11 +53,12 @@ set sort = threads
53set index_format = "%4C %Z %{%b %d} %-35L (%?l?%4l&%4c?) %s" 53set index_format = "%4C %Z %{%b %d} %-35L (%?l?%4l&%4c?) %s"
54 54
55# Filesystem Paths 55# Filesystem Paths
56set spoolfile = ~/Mail 56#set spoolfile = ~/Mail
57#set mbox = ~/mail/read 57#set mbox = ~/mail/read
58#set tmpdir = ~/mail/tmp 58#set tmpdir = ~/mail/tmp
59#set header_cache = ~/mail/header_cache 59set header_cache = ~/.mutt/cache/headers
60#set message_cachedir = ~/mail/message_cache 60set message_cachedir = ~/.mutt/cache/bodies
61set certificate_file = ~/.mutt/certificates
61#set alias_file = ~/.mutt/account 62#set alias_file = ~/.mutt/account
62 63
63# Header Preferences 64# Header Preferences
@@ -99,13 +100,17 @@ color index black green "~F" # Flagged
99 100
100# Accounts 101# Accounts
101set from = "Mike Crute <mcrute@gmail.com>" 102set from = "Mike Crute <mcrute@gmail.com>"
102#set hostname = ag.com 103set hostname = gmail.com
103#set folder = "imap://cyclops.agcom.amgreetings.com" 104set folder = "imaps://imap.gmail.com:993"
104#set record = "imap://cyclops.agcom.amgreetings.com/Sent Items" 105set spoolfile = "+INBOX"
105#set spoolfile = "imap://cyclops.agcom.amgreetings.com/INBOX" 106set record = "+[Gmail]/Sent Mail"
106#set postponed = "imap://cyclops.agcom.amgreetings.com/Drafts" 107set postponed = "+Gmail]/Drafts"
107#set imap_user = mcrute 108set imap_user = mcrute
108#set imap_pass = "`cat ~/.exchange.pass`" 109set imap_pass = "`cat ~/.mutt/gmail_password`"
110set smtp_url = "smtp://mcrute@smtp.gmail.com:587/"
111set smtp_pass = "`cat ~/.mutt/gmail_password`"
109#set signature = ~/.mutt/accounts/ag/signature 112#set signature = ~/.mutt/accounts/ag/signature
110#set alias_file = ~/.mutt/accounts/ag/account 113#set alias_file = ~/.mutt/accounts/ag/account
111#set query_command = ~/.mutt/accounts/ag/address-provider 114#set query_command = ~/.mutt/accounts/ag/address-provider
115
116macro index,pager y "<tag-prefix><save-message>=[Gmail]/All Mail<enter><enter><sync-mailbox>" "Archive"