diff options
Diffstat (limited to 'dot_mutt/accounts/ryanakca.gmail.com/private_account.rc.tmpl')
-rw-r--r-- | dot_mutt/accounts/ryanakca.gmail.com/private_account.rc.tmpl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dot_mutt/accounts/ryanakca.gmail.com/private_account.rc.tmpl b/dot_mutt/accounts/ryanakca.gmail.com/private_account.rc.tmpl new file mode 100644 index 0000000..69e60fb --- /dev/null +++ b/dot_mutt/accounts/ryanakca.gmail.com/private_account.rc.tmpl @@ -0,0 +1,21 @@ +# vim: syntax=muttrc + +set imap_user = 'ryanakca@gmail.com' +set imap_pass = '{{ .password.gmail }}' +set imap_passive = 'no' + +set folder = 'imaps://ryanakca@gmail.com@imap.gmail.com' +set postponed = '=[Google Mail]/Drafts' +set spoolfile = '=INBOX' +set record = '=[Google Mail]/Sent Mail' +set copy = 'no' +unset mbox + +set from = 'Ryan Kavanagh <ryanakca@gmail.com>' +set sendmail = 'sendmail -oem -oi' +unset smtp_url +unset smtp_pass + +set pager_format = '-%Z-GMAIL: %C/%m: %-20.20n %s%* -- (%P)' +set compose_format = '-- GMAIL: Compose [Approx. msg size: %l Atts: %a]%>-' +set status_format = '-%r-GMAIL: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---' |