summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc10
1 files changed, 7 insertions, 3 deletions
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
-
-