X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/f3902f942df5245eeef00940b26a02694f780068..404a4537df5dd9e1b2522b7d0b0dc480577a6ec3:/.mutt/muttrc diff --git a/.mutt/muttrc b/.mutt/muttrc index 7295dbd..0170c22 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 @@ -13,7 +13,6 @@ source $my_confdir/keybindings source $my_confdir/lists source $my_confdir/spam source $my_confdir/hooks -source $my_confdir/sidebar auto_view text/html text/calendar #auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar @@ -29,3 +28,11 @@ 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|" + +# only source sidebar settings if the sidebar patch exist, i.e. default is +# non-zero +source "test -z $sidebar_visible || cat $my_confdir/sidebar|" + +# only source multipart/alternative settings if the multipart/alternative +# patch exist, i.e. default is non-zero +source "test -z $send_multipart_alternative || cat $my_confdir/multipart-alternative|"