aboutsummaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-12-02 00:01:54 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-12-02 00:01:54 +0100
commit48b68527e3907eef33b27985fed44c431df24d62 (patch)
tree295fc216fc1ebccbb7105ab50285f5301037f8bf /muttrc
parent87b56f3987bc86d4661dc92b9bfa3a06c881ccb6 (diff)
downloaddotfiles-48b68527e3907eef33b27985fed44c431df24d62.tar.gz
dotfiles-48b68527e3907eef33b27985fed44c431df24d62.tar.bz2
dotfiles-48b68527e3907eef33b27985fed44c431df24d62.zip
mutt html support
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc23
1 files changed, 20 insertions, 3 deletions
diff --git a/muttrc b/muttrc
index e7abfe1..87b8639 100644
--- a/muttrc
+++ b/muttrc
@@ -58,6 +58,22 @@ hdr_order Date From To Cc
alternative_order text/plain text/html *
auto_view text/html
+# Hide crap
+
+ignore lines precedence status message-id x-lines x-loop x-sender
+ignore nntp-posting-host old-return-path received references
+ignore content- errors-to mime-version resent- return-path xref
+ignore conversion original-encoded-information-types x400 x-vm-
+ignore x-sun x-status x-vm- illegal-object x-authentication-warning
+ignore originator x-received x-listprocessor x-mailinglist
+ignore old-priority priority x-msmail-priority old-x-envelope-to
+ignore x-envelope-to x-gateway x-z-charset x-forward-loop x-comment
+ignore comments x-pmrqc x-face x-envelope-sender from_ x-mailing-list
+ignore x-copyright x-cid-url sender x-ixthys-url x-priority
+ignore x-no-junk-mail x-server-date x-phone x-mime-autoconverted
+ignore x-alt-email x-orcpt company division x-warning
+
+
# Gmail-style keyboard shortcuts
macro index,pager gi "<change-folder>=Gmail/INBOX<enter>" "Go to inbox"
macro index,pager ga "<change-folder>=Gmail/archive<tab><enter>" "Go to all mail"
@@ -98,7 +114,8 @@ set display_filter='$HOME/.mutt/alias.sh'
# Mutt LED notification
set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|"
-#click link
-macro pager \cb 'urlview' 'Follow links with urlview'
-
+# Render silly html
+set mailcap_path = ~/.mutt/mailcap
+auto_view text/html # view html automatically
+alternative_order text/plain text/enriched text/html # save html for last