X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/d1b5afe949ebc16b998c2b36236bcf47409db744..b2e2c7f23e7270c29dba55303a00ed4859772e10:/.mutt/muttrc diff --git a/.mutt/muttrc b/.mutt/muttrc index 5d02477..5ef2b95 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -2,8 +2,8 @@ set my_confdir="$HOME/.mutt" -set my_attribution_de="Zitiere aus E-Mail von \"%n\" vom %{%Y-%m-%d} um %{%H:%M Uhr %z}:" -set my_attribution_en="Quoting \"%n\", who wrote on %{%Y-%m-%d} at %{%H:%M Uhr %z}:" +set my_attribution_de="Hinsichtlich folgendem, das \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:" +set my_attribution_en="Regarding the following, written by \"%n\" on %{%Y-%m-%d} at %{%H:%M Uhr %Z}:" source $my_confdir/confvars source $my_confdir/colours @@ -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 @@ -29,3 +29,5 @@ set my_mutt_mailboxes = "$VARDIR/mutt/mailboxes" source "test -f $my_mutt_mailboxes && cat $my_mutt_mailboxes|" source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|" + +source "mutt -DF/dev/null | grep -q send_multipart_alternative && cat $my_confdir/multipart-alternative|"