X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/5680b03ccd4d35625d2607f36bd76f0b848db876..f3902f942df5245eeef00940b26a02694f780068:/.mutt/muttrc diff --git a/.mutt/muttrc b/.mutt/muttrc index 4f24a1b..7295dbd 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -15,10 +15,10 @@ source $my_confdir/spam source $my_confdir/hooks source $my_confdir/sidebar -auto_view text/html application/ics text/calendar +auto_view text/html text/calendar #auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar #auto_view application/postscript -alternative_order multipart/mixed multipart/related text/html text/enriched text/* +alternative_order multipart/mixed multipart/related text/calendar text/html text/enriched text/* #alternative_order text/plain text/enriched text/html #alternative_order text/enriched text/plain text application/postscript image/* mime_lookup application/octet-stream @@ -28,5 +28,4 @@ mailto_allow cc in-reply-to references subject body set my_mutt_mailboxes = "$VARDIR/mutt/mailboxes" source "test -f $my_mutt_mailboxes && cat $my_mutt_mailboxes|" -set alias_file="$my_confdir/aliases" source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"