X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/7013dfe93a05082153f79eca6c9e5c05b54d9d50..6d900601163e87f851fa17a2859f9370be1df3e3:/.config/mutt/muttrc diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 2eb88ff..593e584 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -17,7 +17,7 @@ source $my_confdir/hooks 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/calendar text/html text/enriched text/* +alternative_order multipart/mixed multipart/related 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,11 +28,3 @@ 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|"