Adding a bunch more mutt stuff to dotfiles. Small updates to vimrc, zshrc. Adding urlview.

This commit is contained in:
Dustin Swan
2012-10-31 07:38:38 -05:00
parent e43c8e0f36
commit 0082054c52
12 changed files with 440 additions and 58 deletions

View File

@@ -1,6 +1,10 @@
# Get passwords from gpg'd file
source "gpg -dq ~/.my-pwds.gpg |"
# General
set realname = "Dustin Swan"
# Gmail IMAP
set imap_user = "dustinswan@gmail.com"
set imap_pass = $my_pw_personal
set folder = "imaps://imap.gmail.com/"
@@ -12,8 +16,20 @@ set postponed = "+[Gmail]/Drafts"
unset imap_passive
set imap_keepalive = 300
set mail_check = 60
# SMTP
set smtp_url = "smtp://dustinswan@smtp.gmail.com:587/"
set smtp_pass = $my_pw_personal
set send_charset = "utf-8"
set mailcap_path = ~/.mutt/mailcap
# Edit headers
#set edit_headers = yes
#unset use_from
#unset use_domain
#unset user_agent
#unmy_hdr *
# Sorting
set sort = threads
@@ -37,3 +53,5 @@ bind index <right> sidebar-open
auto_view text/html
alternative_order text/plain text/enriched text/html
# Colors
source ~/.mutt/mutt-colors-solarized-dark-256.muttrc