summaryrefslogtreecommitdiff
path: root/mutt/.mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/.mutt/muttrc')
-rw-r--r--mutt/.mutt/muttrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
index 6cfa76e..e40206d 100644
--- a/mutt/.mutt/muttrc
+++ b/mutt/.mutt/muttrc
@@ -25,6 +25,7 @@ set abort_nosubject=no
unset markers
set sleep_time = 0
set wait_key = no
+set charset = utf-8
# Encryption
set crypt_autosign = no
@@ -97,3 +98,6 @@ folder-hook 'Misc/rss|Misc/lists' 'unset trash; unset from'
# Identities
set reverse_name
alternates ".*@vaes.uk"
+
+# HTML email
+macro compose 5 "F pandoc -s -f markdown -t html --webtex -H $HOME/.mutt/pandoc.html \ny^T^Utext/html; charset=utf-8\n"