From f41646f7ec4bf28e2bcbe19bb9b92637055cbc9d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 5 Jul 2018 13:30:36 -0700 Subject: Add some mutt stuff - added lynx - render html emails in lynx - c.f. http://blog.deadlypenguin.com/blog/2009/04/21/mutt-and-lynx/ - added a readme - maybe other stuff, i forget --- muttrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 451c88a..8bfebb6 100644 --- a/muttrc +++ b/muttrc @@ -4,6 +4,7 @@ set realname = "Ben Sima" set mbox_type = Maildir my_hdr X-URL: https://www.bsima.me +# my_hdr Bcc: ben@bsima.me set editor = "vim -f" set mail_check = 60 @@ -12,11 +13,16 @@ set header_cache = ~/.mutt/cache/headers set message_cachedir = ~/.mutt/cache/bodies set certificate_file =~/.mutt/certificates +# Contacts +set display_filter=~/config/mutt/generate-contacts.sh +set alias_file=~/contacts.txt +source $alias_file + set move = no set include set auto_tag = yes alternative_order text/plain text/html * -auto_view text/html +auto_view text/x-vcard text/html text/enriched bind editor ^T complete set pager_index_lines = 10 set implicit_autoview = yes @@ -69,5 +75,3 @@ set spoolfile = "+INBOX" set postponed = "+Drafts" set record = "+Sent" set imap_pipeline_depth = 0 - - -- cgit v1.2.3